• 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

J2EE

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

what is meant by J2EE Framework

Thanks in Advance
saiprasanna
 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This should answer the general question of what it is, if you need more specific please specify.

Java 2 Platform, Enterprise Edition (J2EE) defines the standard for developing component-based multitier enterprise applications.

http://java.sun.com/j2ee/



Java 2 Platform, Enterprise Edition or Java EE (formerly also J2EE) is a programming platform � part of the Java platform � for developing and running distributed multi-tier architecture applications, based largely on modular components running on an application server. The Java EE platform is defined by a specification.

http://en.wikipedia.org/wiki/J2EE


[ January 05, 2006: Message edited by: �dne Brunborg ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic