• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

J2EE or J2SE+Tomcat?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I worked with server-side Java 3 years ago, and I used J2SE 1.4 together with Tomcat 4 (with Servlets 2.3 and JSP 1.2) to build commercial websites. I am planning on using server-side Java again, and I currently have J2SE 1.5 and Tomcat 5.5.4 (Servlets 2.4 and JSP 2.0). I read some people's opinions that J2SE is only good when you develop interfaces, while for server-side development J2EE 1.4 is necessary. However, Tomcat already provides me with Servlets and JSP functionality, and the J2SE+Tomcat configuration worked pretty well before, so I am not exactly clear on J2EE's advantages. Any advice will be appreciated.
[ January 26, 2005: Message edited by: Cvetelina Cekova ]
 
author & internet detective
Posts: 42162
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cvetelina,
Servlets and JSPs are part of J2EE, so technically speaking you were already using it. I think the person meant EJBs, rather than J2EE. EJBs provide transactional and security support.
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2EE is also useful if you need EIS interfacing.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic