The two MIT custom created/maintained JARs are:
- mortar
- sap2java
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.