Google Groups Home
Help | Sign in
Announcing Applino: run multiple Java applications within a single JVM
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Dominic  
View profile
 More options Apr 2, 5:11 am
Newsgroups: comp.lang.java.announce, comp.lang.java.gui, comp.lang.java.advocacy
Followup-To: poster
From: Dominic <dominic.cioccare...@gmail.com>
Date: Wed, 02 Apr 2008 04:11:56 -0500
Local: Wed, Apr 2 2008 5:11 am
Subject: Announcing Applino: run multiple Java applications within a single JVM

Announcing Applino 1.0 (open source)

Most Java developers realise that it is inefficient to instantiate a
separate JVM for each Java application running on a user's computer.
This
involves a significant extra start-up time and is wasteful of memory.
Unfortunately, due to the need to segregate the effects of one
application
from another there hasn't been any choice.

On the server side however, much progress has been made in the area of
Java
Application Servers which are able to run multiple web applications
within
the same JVM. The level of intra application protection is so good
that
several hosting companies provide shared hosting where users host
their web
applications in the same JVM as other users.

The idea behind this project is simple: take the compartmentalisation
technology which has been developed for servlets and reapply it to
the
desktop space. This has proven to be exceedingly simple as concepts
such as
context life cycles and hierarchical class loaders map perfectly to
the
requirements of a mono JVM desktop environment.

http://www.applino.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google