You create the Application Module methods that you want to export in the module's .java file. Follow these general steps:
In the Java file that implements your Application Module, write methods that you want to expose to the client tier.
Include the methods in a remotable Application Module.
Once you have the remotable Application Module, deploy it to the application tier.