• 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

HF EJB - what server?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone tell me what j2ee server (if any) is used in the HF EJB book?

thanks

barry
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy -- we use the J2EE 1.3 R.I., *not* the 1.4 application server from Sun, because the exam is based on the EJB 2.0, not 2.1 spec (since most app servers today are 1.3-compliant, NOT yet 1.4-compliant.

The server can be downloaded from:

J2EE 1.3 download page

(Just make sure you do not get the Sun One server; you want just the Reference Implementation (RI).

People have successfully deployed using other servers, but they usually need to do some additional configuration. We don't recommend it, though -- if you're preparing for the exam, the RI is usually the simplest way to test out how things behave according to the specification.

cheers,
Kathy
 
Brian McMillan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Kathy,

bar
reply
    Bookmark Topic Watch Topic
  • New Topic