Teknik Informatika    
   
Daftar Isi
(Sebelumnya) Jon MeachamJonathan Gay (Berikutnya)

JOnAS

JOnAS
JonAS.png
Developer(s)OW2 Consortium
Stable release5.2.3[1] / March 9, 2012; 12 months ago (2012-03-09)
Preview release5.3 M6[2] / April 5, 2012; 11 months ago (2012-04-05)
Written inJava
Operating systemCross-platform
TypeApplication server
LicenseLGPL
Websitehttp://jonas.ow2.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

Java EE Certification

JOnAS is Java EE 5 certified, as of March 17, 2009. 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[citation needed]. JOnAS is generally considered to be technologically superior[3][clarification needed]. The new JOnAS 5 architecture is based on top of an OSGi framework which makes the development of dynamic components much easier than before[citation needed].

Management console

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

Java EE Environment

JOnAS is an open source Java EE 5 application server. It provides a fully compliant EJB container through EasyBeans and is available with an embedded Tomcat or Jetty web container. Any 1.5 or 1.6 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.

OSGi Environment

As of its version 5, JOnAS is fully based on the OSGi framework; using either Apache Felix, Eclipse Equinox or Knopflerfish (though the default JOnAS packaging comes with Apache Felix). This means that all JOnAS components are packaged as bundles, for example the full JOnAS profile comes with more than 250 bundles.

The service layer is implemented using Apache iPOJO, therefore most Java-EE-certified JOnAS services (persistence, EJB, resources, ...) are directly available as OSGi services to all OSGi bundles deployed on JOnAS. The inverse is also true: for example, an EJB3 can directly access any number of OSGi services using dynamic injection.

Notes

  1. ^ http://jonas.ow2.org/xwiki/bin/view/N ews/JOnAS_5_2_3
  2. ^ http://jonas.ow2.org/xwiki/bin/view/N ews/JONAS_5_3_0_M6
  3. ^ Performance and scalability of EJB applications

See also

External links

(Sebelumnya) Jon MeachamJonathan Gay (Berikutnya)