Creating Exportable Application Module Methods

You create the Application Module methods that you want to export in the module's .java file. Follow these general steps:

  1. In the Java file that implements your Application Module, write methods that you want to expose to the client tier.

  2. Include the methods in a remotable Application Module.

  3. Once you have the remotable Application Module, deploy it to the application tier.