How to Create a Session Bean and Import the SDO Objects
To create a session bean and import the SDO objects:
- Create a simple session bean with the Create Session Bean wizard. For details on using this wizard, see the Creating a Session Bean topic in the Oracle JDeveloper online help.
- Import the SDO objects into your project through the Project Properties dialog.
- Add logic and necessary import and library files. In particular, you must import the
Commonj.sdo.jar
file. JAR files can be added in the Libraries and Classpath dialog. This dialog is accessible by double-clicking the project and selecting Libraries and Classpath in the Project Properties dialog. You are now ready to design the logic. - Expose the method to the remote interface.