Creating Exportable View Object Methods

You create the View Object methods that you want to export in the object's .java file. Follow these general steps:

  1. In the Java file that implements your View Object, write the methods you want to expose to the client.

  1. In the Navigation pane, right-click the View Object name, and select Edit. In the Client Methods tab, select the methods you want to expose. Only exportable methods are displayed in the methods list.

  2. Click Apply, then Finish. JDeveloper creates a remote interface, named for the View Object, that contains the signatures of the exported methods.

  3. Include the methods in a remotable Application Module.

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