Creating Methods for Clients to Use

To access business logic in the middle tier, follow these general steps:

  1. Create the needed methods in the .java files for the business components you want the client to work with. Then, use JDeveloper to mark the methods as available for export.

  2. Create a remotable Application Module to contain the methods you want to export.

  3. Write a client program that uses the exported methods.

 


Related topics

About Creating Methods for Clients to Use