Excerpt | ||
---|---|---|
| ||
JAR Libraries |
The two MIT custom created/maintained JARs are:
- mortar
- sap2java
Occasionally problems are found within the code associated with one of these JARs and it must be replaced. This is often done by simply deleting the jar from your applications WebContent/WEB-INF/lib folder and copying the corrected jar from the dist folder of either mortar or sap2java and placing it into your project's WebContent/WEB-INF/lib folder.
...
mortar
Mortar contains common code needed by our SAP apps. All of your actions should be subclasses of SAPBaseAction whose code you can access via Open Declaration -> Attach Source...
...