The ObjectWeb Consortium, and the JOnAS team are pleased to announce version 3.0 of their open source application server.
This new release offers:
- CMP 2.x support: The implementation runs on top of JORM, ObjectWeb's persistence framework.
- Web Container: Tomcat 4 and Jetty supported
- J2EE Connector enhancements:
. new connection manager for resource service based on previous one
. added support for a jonas-ra.xml file instead of a properties file to be included in the rar files, which will be used to configure all Config and pooling properties
. ability to distinguish rar files configured with NoTransaction, LocalTransaction and XATransaction support
. autodeployment can be specified by directory (autoloaddir).
. Replaced the RaXml2Prop utility with RaConfig utility
- JAdmin management console additions
JOnAS provides support of J2EE 1.3 including EJB 2.0, JTA 1.0.1, JDBC 2.0, JCA 1.0, JMX 1.0, JNDI 1.2.1, JMS 1.0.2b, JavaMail 1.3, Servlet 2.3, JSP 1.2 specifications. JOnAS is architectured in terms of services
Visit JOnAS web site
Visit 3.0 Release Notes
-
ObjectWeb Announces JOnAS Version 3.0 (4 messages)
- Posted by: Dion Almaer
- Posted on: March 17 2003 10:38 EST
Threaded Messages (4)
- ObjectWeb Announces JOnAS Version 3.0 by Herve Tchepannou on March 17 2003 10:46 EST
- JOnAS Tutorial by Stephane TRAUMAT on March 17 2003 12:05 EST
- Better than the other alternatives by Raj Siv on March 17 2003 13:31 EST
- Property file update by Olivier Brand on March 20 2003 04:37 EST
-
ObjectWeb Announces JOnAS Version 3.0[ Go to top ]
- Posted by: Herve Tchepannou
- Posted on: March 17 2003 10:46 EST
- in response to Dion Almaer
Is the JOnAS xdoclet module has been updated to support 3.0 features? -
JOnAS Tutorial[ Go to top ]
- Posted by: Stephane TRAUMAT
- Posted on: March 17 2003 12:05 EST
- in response to Dion Almaer
Hello,
Just to say i wrote a tutorial in french on JOnAS. You will find it at http://www.ashita-studio.com/tutoriaux/ejb/
It's for beginners, great for peoples who don't EJB or don't know JOnAS.
Have fun !
Jonas is a great product. Really -
Better than the other alternatives[ Go to top ]
- Posted by: Raj Siv
- Posted on: March 17 2003 13:31 EST
- in response to Dion Almaer
According to the research conducted by Rice University, performs gracefully under heavy loads. Check out their research paper to be published in OOPSLA. -
Property file update[ Go to top ]
- Posted by: Olivier Brand
- Posted on: March 20 2003 04:37 EST
- in response to Dion Almaer
This is excellent news !!
One little thing: in order to integrate tomcat 4.1, the jonas.properties must contain the following line:
jonas.service.tomcat.class org.objectweb.jonas.web.catalina41.CatalinaJWebContainerServiceImpl
And not the one specified in the file itself. Let me know if this is correct ?