:: News
Mar 19, 2010: JOnAS package for ArchLinux
Thanks to Guillaume Alaux, a JOnAS package for ArchLinux is available now !
The package can be easily installed with the yaourt package manager in two steps :
- install yaourt
- install JOnAS with yaourt
# yaourt -S jonas
Mar 13, 2010: JOnAS at Solution Linux
JOnAS will be present at Solution Linux with 4 talks (in french) :
- Jasmine, outil de supervision d’infrastructures SOA par Francois Exertier (Bull)
- Mercredi 17/3 après midi
- Cycle Formations
- Gestion autonomique des infrastructures du nuage pour le PaaS avec JASMINe par Frederic Dang Tran (Orange), Jean-Marc Menaud (EMN) et Benoit Pelletier (Bull)
- Jeudi 18/3 à 10h30
- Cycle OW2
- Outils d'audit et diagnostic pour application Java EE par Mathieu Ancelin (Serli) et Florent Benoit (Bull)
- Jeudi 18/3 à 12h00
- Cycle OW2
- Serveur d'application à la juste taille pour les besoins du cloud computing et de l'ubiquitous computing par Benoit Pelletier (Bull)
- Jeudi 18/3 à 14h30
- Cycle OW2
We are looking forward to meeting you !
Jan 28, 2010: Leverage Tomcat applications with JOnAS
|
|
A new datasheet is available and underlines how to increase productivity and agility of your Apache Tomcat applications with OW2 JOnAS. Lightweight application servers are widespread in enterprise information systems while monolithic Java EETM servers have been considered overly complex. Today, the Apache Tomcat application server is the most widely used web container in the world. Tomcat is commonly included in proprietary development frameworks such as Spring (SpringSource) and Hibernate (Redhat) which create vendor lock-in and monopolize their positions, effectively reducing a client's future options. OW2 JOnAS 5 offers a clear solution to vendor lock-in, because it is based on open standards. JOnAS 5 takes this a step further by simplifying software production and providing innovative services, an application integration framework, and powerful yet simplified administration. … |
Dec 02, 2009: JOnAS Day 5.1 slides available
The JOnAS Day 5.1 slides are available here
Nov 30, 2009: JOnAS 5.1.1 released
Dear JOnAS enthusiasts,
We're pleased to announce the availability of JOnAS 5.1.1.
This release is Java EE 5
certified and provides you bug fixes on JOnAS 5.1.x branch.
- JOnAS Full-profile which is a full-blown Java EE Application Server : ( Java Web Start Installer / Java Offline Installer / Zip / Tgz )
- JOnAS Micro-profile which is a small bootstrap for JOnAS that will download services on demand (An internet connection is required): (Zip / Tgz)
Major key features of JOnAS 5.1:
- OSGi based Application server
- OSGi bridge available for Applications
- OSGi services can use Java EE service like EJB3 exposed as OSGi
services
- OSGi service can be injected into Java EE (EJB3/Servlet)
components.
- Services on demand (A JOnAS service is loaded if the application
is requiring it)
- Web application loaded on demand (on the first access on the http
port)
- New JOnAS Admin console based on Flex (Struts only version still available)
- Filtering
classloaders if applications needs to filter libraries of the
Application Server.
- Discover other features on http://jonas.ow2.org
JIRA
issue tracker instance is available at http://jira.ow2.org/browse/JONAS
Please report issues on this tracker or through the mailing
lists.
Tools working with JOnAS 5.1:
- IDE
- Integration testing
Issues fixed since JOnAS 5.1.0 :
Bug
- (JONAS-5) - Unable to launch a client for the example 'javaee5-earsample' when executing the task 'run:not-secured-client'
- (JONAS-9) - Use a unique TCCL during application deployment
- (JONAS-16) - Weird message if JONAS_BASE has spaces
- (JONAS-19) - depmonitor service never inspects additionnal directories
- (JONAS-22) - Java 6 ClassLoader issues when using some Java EE API (JAX-WS/Activation/SAAJ/...) from a Webapp
- (JONAS-23) - Redirects are incorrectly rewritten
- (JONAS-25) - Cannot deploy webapp with Spring and Hibernate
- (JONAS-26) - smartclient bootstrap is missing
- (JONAS-33) - jonasAdmin : Displaying beans with the same name but belonging to different EARS
- (JONAS-35) - Tanuki wrapper cannot stop JOnAS
- (JONAS-36) - Tanuki wrapper doesn't work if path has spaces
- (JONAS-38) - EJB2 clustering is broken due to modification of Dynamic import behaviour
- (JONAS-39) - The build.xml defined the directory examples/cluster-j2ee14/src is broken and useless.
- (JONAS-40) - Unable to execute jonasejbjar ant task when the path to application descriptor contains path to ejbjar descriptor.
- (JONAS-41) - NPE when loading user defined policies and strategies
- (JONAS-43) - CNFE with the probeJgroups command
- (JONAS-49) - WebService not exposed at startup if onDemand=true and if there were no http access
- (JONAS-55) - JonasAdmin: management exception occurs when Deploy or Undeploy a RAR.
- (JONAS-56) - Unable to undeploy repositories through the administration console
- (JONAS-59) - Error when using the jcl4sc script with option -n
- (JONAS-64) - NoSuchMethodError when using cargo standalone configuration
- (JONAS-65) - Jk cluster factorfy should read "worker.workername.balance_workers" instead of "worker.workername.balanced_workers"
- (JONAS-68) - Allow component context to access CMI context first, if cmi is activated.
- (JONAS-70) - Pb. with Session Bean Monitoring deployed within a EJB2 container: can't use 'monitoringEnabled' attribute
- (JONAS-72) - On-demand HTTP connector also proxifies AJP
- (JONAS-76) - jonasAdmin console is reset when switching to the "JDBC Conection leaks" window
- (JONAS-80) - The jcl4sc script cannot start the cluster in separate windows
- (JONAS-85) - No more able to build JOnAS with a empty local maven repository (org.apache.woden:woden:jar:1.0-incubating-M7b, biz.aQute:bnd:jar:0.0.281 no more availables)
- (JONAS-86) - JOnAS does not start when activating security manager ...
- (JONAS-87) - Fix issue on changing load balancing stragey/policy.
Improvement
- (JONAS-15) - J2EEServer.sendFile renames too much
- (JONAS-44) - Clustering examples must be cleaned and improved.
- (JONAS-66) - Jk cluster factory should log debug message when cluster creation fails.
- (JONAS-67) - Newjc should copy worker files into the configuration directory of web instances.
- (JONAS-91) - Add a log trace when an EAR is being deployed
Task
Enjoy !Florent
