Panel |
---|
|
Table of Contents |
---|
indent | 2em |
---|
style | none |
---|
type | list |
---|
separator | pipe |
---|
|
|
Eclipse Project Structure
The following tree documents the Eclipse standard project structure. Each section contains detail information on the specific project component.
Panel |
---|
bgColor | #ffffff |
---|
borderStyle | none |
---|
|
Children Display |
---|
all | true |
---|
excerpt | true |
---|
excerptType | simple |
---|
|
|
Overview
Projects are "dynamic web app" eclipse projects.
In SAP based apps, the service does most of the conversion between SAP objects (proxy) and biz objects, as opposed to Hibernate based apps where the conversion is done by Hibernate in the dao classes.
...
Apps are normally setup so that eclipse will be able to build the app (with your local machine specific props) and deploy it to your local server.
Eclipse Project Structure
The following tree documents the Eclipse standard project structure. Each section contains detail information on the specific project component.
Panel |
---|
bgColor | #ffffff |
---|
borderStyle | none |
---|
|
Children Display |
---|
all | true |
---|
excerpt | true |
---|
excerptType | simple |
---|
|
|
The proxy classes
The proxy classes only exist for apps that talk to SAP. They are generated by sap2java from the RFCs you want to call in the app.
...