• 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

NetBean 5.0, EJB Client

 
Ranch Hand
Posts: 951
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have developed small session bean to display Hello world using EJB Modue. Copiled and deployed successfully. I want to write client for the this session bean. I have developed on plain java class for look up code and all this. Actually codes for client is generated by the container itself. This class compiled successfully. But don't know hoe to run using the IDE. The Client class is in the different package.

Plese tell me how to test the sessionbean using client through NetBean IDE.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic