amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Thu May 04, 2006 6:36 am Post subject: Enterprise Java on Mac OS X |
|
|
Enterprise Java is a popular subject these days.
An increasing number of web applications are being deployed using application servers which conform to the Java 2 Platform Enterprise Edition (J2EE) standard. J2EE adds a set of extensions to server-side Java which aid in writing distributed and multi-tier applications. If you’re completely new to J2EE, you may want to review the pages at http://java.sun.com/j2ee/overview.html.
The J2EE standard covers several technologies, including EJB (Enterprise JavaBeans), Servlets, JSP (JavaServer Pages), JNDI (Java Naming and Directory Interface), and JDBC (Java DataBase Connectivity). In this article, I’ll try to give you all the information you need to start deploying and testing your J2EE applications on Mac OS X using the open-source servers JBoss and Jetty.
for read more information:
http://developer.apple.com/internet/java/enterprisejava.html |
|