You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


Application settings and messages

Application settings and messages are in the file ApplicationResources.properties.

This file should contain all the messages that the app will either override from the RFC or display from the Struts Validator Framework.

It also contains a few other settings:

These need to be configured for each app:
* sap.proxy.pkg - is the name of the proxy package in your app; the sap2java library uses this property to know where your proxies are; e.g. edu.mit.vpis.proxy
* appname - this should be set to the name of your app, e.g. vpis
These are standard:
* app.message.generic - this is a generic message that is used to output RFC messages
* errors.gateway - this message is output by IDDAction if you enter via a non EntryAction
* errors.required - not sure what this is...

  • No labels