IntelliJ Java IDE
The moose likes JBoss and the fly likes making a stand alone program as a JBoss resource Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "making a stand alone program as a JBoss resource" Watch "making a stand alone program as a JBoss resource" New topic
Author

making a stand alone program as a JBoss resource

kala praveen
Greenhorn

Joined: Nov 04, 2004
Posts: 21
Greetings..!

I have a stand alone java client program which collects some logs from other hardware device and inserts them into database using a Session Bean of Jboss.

But, even though the program and JBoss running on the same machine, as the Stateless Session bean is running inside the Jboss, it is necessary for me to look up the home interface and call the method on that session bean.

Here most of the time is wasted for marshalling and unmarshalling the parameters. How can I make this stand alone program a part of JBoss. so that the session beans will become local components..n the burden of marshalling and unmarshalling will not be there.

Please let me know how can I run this stand alone program under the context of Jboss.

Thank you.
Kala.
 
 
subject: making a stand alone program as a JBoss resource
 
Threads others viewed
Need Stanalone Client for EJB3.0
Marshalling and unmarshalling in Axis1.4
marshalling/unmarshalling
access ejb from outside container
How To make Java Program Executable ?
IntelliJ Java IDE