Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] Virgo F2F agenda items [was: Re: Virgo F2F]

Hi Florian

No, it's about isolating apps from other apps (and apps from the kernel) using OSGi facilities, such as those provided by RFC 138, in a single JVM. We'll go into this a lot more next week.

(An aside: JSR 121 never really took off. If you need failure isolation, for example, you have to run separate processes. You can then optimise a JVM to share class definitions across processes and you don't need JSR 121 API support.)

Regards,
Glyn

On 25 Nov 2010, at 17:40, Florian Waibel wrote:

> Very interesting topics indeed.
> 
>>> 	3. Nested frameworks
>>> 		Regions and RFC 138
>>> 		Improved application isolation
> 
>> 
> 
> 
> Is this about using JSR 121 Application Isolation API Specification[1]?
> 
> Regards,
>  Florian
> 
> [1] http://jcp.org/aboutJava/communityprocess/final/jsr121/index.html
> 
> 
> _______________________________________________
> virgo-dev mailing list
> virgo-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/virgo-dev



Back to the top