• 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

what is different between J2EE server and Sun ONE Application Server 7

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I guess J2EE server is a kind of J2ee server used to support EJB,servlet, JSP.... It is launch by command:
j2ee -verbose
j2ee belongs to je22sdk.

Sun ONE Application Server is also a kind of J2ee server used to support EJB,servlet, JSP.... .

What is their difference?
Thanks,
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sun ONE Application Server (AS) is Sun implementation of J2EE server.

The same as Tomcat is another implementation of J2EE server.

There are different versions of AS and the free version to download is a cut down version.

DSR
 
Forrest Xu
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
I know Sun ONE Application Server (AS) is Sun implementation of J2EE server.
But it seems even no Sun ONE Application Server, use J2EE SDK command
j2ee -verbose
we still can launch an Application Server that support EJB, JSP....
what is their difference?


===Sun ONE Application Server (AS) is Sun implementation of J2EE server.

The same as Tomcat is another implementation of J2EE server.

There are different versions of AS and the free version to download is a cut down version.

DSR
 
Die Fledermaus does not fear such a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic