Excerpt | ||
---|---|---|
| ||
JAR Libraries |
The two MIT custom created/maintained JARs are:
- mortar
- sap2java
mortar
Mortar contains common code needed by our SAP apps. All of your Actions should be subclasses of SAPBaseAction whose code you can access by
A number of session attributes are set via mortar.Sap2java provides a developer-friendly API for working with SAP Java Connector (JCo). It is also the wizard we use to build proxies based on the SAP RFCs (see tools). Occasionally we find problems with this open source project which require coding changes which means this JAR must be replaced if your project needs to coding change. When the change is to the data mapping, it affects both the API code used by the baseAction (edu.mit.mortar.controller.action.SAPBaseAction) and the wizard that creates the proxies.