• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Testing and packaging with EJB

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

Congratulations for the book release.

Does this book describes that how to call an EJB which resides in application server from a webserver (may through a servlet)..??
Testing is also a big issue. With deployment steps of EJB does it describes about how to do some unit testing?? may be with something like Arquillian??
I am also a bit confused that what exactly to put in a client package (.war or .jar) and in server package where ejb resides. I am thinking in kind of distributed environment.

thanks
 
author
Posts: 580
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, all these topics are covered in the book.
 
reply
    Bookmark Topic Watch Topic
  • New Topic