Enterprise Java Beans problem. Please help
I am using a similar database like the one in this tutorial: Travel example
http://developers.sun.com/jscreator/learning/tutorials/2/dataproviders.html
The IDE provides Enterprise JavaBean components for use in tutorials and sample applications. You can add other EJBs to the IDE, then use them in your projects.
Does anybody have any idea about how I can write a similar method as getPersons method in Servers->Enterprise Java Beans-> Travel Center->getPersons method ?
I have a database and I need to browse throught it...using First Button, Previous Button, Next and Last. Without using EJB i don't know how to refer to the cursor position. I don't know how to build such EJB.
I know I can add Ejb Set in IDE but I don't know how to build it. I don't know what is behind the:
Sun\Creator2_1\rave2.0\samples\ejb\client-jars\travelAppClient.jar

