amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Wed May 03, 2006 12:32 pm Post subject: EJB Examples |
|
|
To install the EJB examples you need to deploy the application.
To use the Product ejb you need to install a data-source (if you haven't already installed one), info on how to install one can be found in the data-sources-howto. If you do not have a database installed and still want to try this, read the HypersonicSQL howto to see how to set up the free HypersonicSQL database with Orion.
Running the Product client
Make sure Orion is up and running.
Change directory to the demo/ejb/product directory.
Start the client by typing: java -classpath ../../../orion.jar;../../../ejb.jar;../../jndi.jar;. ProductClient (use ':' insted of ';' as path-separator on UNIX)
for read more iinformation:
http://kb.atlassian.com/content/orion/docs/examples/ejb.html |
|