• 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

Name the technologies

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All..

I heard j2ee comprises of 13 technologies..z tht right..

If thts the case..
apart from servlets,jsp,ejb..

What are the other technologies..???

Thank you.
[ August 26, 2006: Message edited by: Bear Bibeault ]
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!
To ensure you get good answers to your questions, please UseRealWords.

I'm not sure what the context of your question is. Depending on how fine you want to go, the J2EE API would be a good place to start, but depending on how the question is phrased it may also include JSPs as a technology separate to Servlets.
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A slide from the JEE tutorial at Sun seems to list (and describes) the components.

Henry
[ August 26, 2006: Message edited by: Henry Wong ]
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice link, thanks Henry. My question was that if you're looking for 13, which 13 of the 19 would you choose?
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Javamail isn't strictly a JEE technology as it's a standalone component that just happens to be included in JEE.
Same for JDBC.
Same for JNDI.

And many misinformed managers think Servlets, JSP, and JSF aren't part of JEE either (though they certainly are).
 
Sailaja Chowdary
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You Gentlemen.
 
reply
    Bookmark Topic Watch Topic
  • New Topic