JOnAS

From Wikipedia, the free encyclopedia

JOnAS
Developed by OW2 Consortium
Latest release 4.8.6 / July 12, 2007 (2007-07-12); 335 days ago
Preview release 5.0.2 RC / April 4, 2008 (2008-04-04); 68 days ago
Written in Java
OS Cross-platform
Genre Application server
License LGPL
Website http://jonas.objectweb.org/

JOnAS is an open-source implementation of the Java EE application server specification, developed and hosted by the ObjectWeb consortium (ObjectWeb is a non-profit European consortium, founded by INRIA, Groupe Bull, and France Télécom). JOnAS is released under the LGPL open-source license.

Contents

[edit] JOnAS Certification

JOnAS is J2EE 1.4 certified, as of February 1st, 2005. It was the first open-source server certified for free, using a process known as "J2EE scholarship" and established by Sun for non-profit organizations. Jonas is generally considered to be technologically superior, it is included in Red Hat distribution.The new JOnAS 5 architecture will based on framework OSGi which makes the development of dynamic component much easier than before.

[edit] Management console

In JOnAS has a comparatively clear remote management console, providing easily accessible tools for remote uploading and deploying of the web applications, configuring both secure and ordinary web access ports and managing the user name - password - role datasets. This console is based on the JavaScript. From the first impression, the consoles of the comparable open source J2EE servers seem more confusing, with many needed features not immediately visible. This is, however, more important in the teaching process, as J2EE servers are not meant to be managed by the unprepared end user.

[edit] Environment

JOnAS is an open source J2EE 1.4 application server. It provides a fully compliant EJB container and is available with an embedded Tomcat or Jetty web container. Any 1.4 and 1.5 JVM is supported, and the attempts to run on a free stack with GNU Classpath are very promising. JOnAS can run on numerous operating systems including Linux, Windows, AIX, many Posix platforms, and others, as long as a suitable JVM is available.

[edit] See also

[edit] External links