• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

making a stand alone program as a JBoss resource

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic