Re: Docs: EJB 3.1 Singleton documentation

2008-08-27 Thread Martin Vysny
On Tue, 2008-08-26 at 11:12 -0700, David Blevins wrote: On Aug 26, 2008, at 5:23 AM, Martin Vysny wrote: Many thanks for clarifying on how the locks works! One more question, just to be 100% sure :) . Recently I studied the java memory model a bit (there is beautiful FAQ located at

Re: Docs: EJB 3.1 Singleton documentation

2008-08-26 Thread Martin Vysny
On Mon, 2008-08-25 at 20:23 -0700, David Blevins wrote: Hi Martin, On Aug 25, 2008, at 4:33 AM, Martin Vysny wrote: Hi David, impressive work indeed, thank you very much! I am especially grateful for the Singleton and Startup functionality which I missed. Thanks! It's definitely

Re: Docs: EJB 3.1 Singleton documentation

2008-08-26 Thread David Blevins
On Aug 26, 2008, at 5:23 AM, Martin Vysny wrote: Many thanks for clarifying on how the locks works! One more question, just to be 100% sure :) . Recently I studied the java memory model a bit (there is beautiful FAQ located at [1]) and I'd like to ask: Let's assume that the execution

Re: Docs: EJB 3.1 Singleton documentation

2008-08-25 Thread Martin Vysny
On Sat, 2008-08-23 at 02:04 -0700, David Blevins wrote: All, We've implemented the new EJB 3.1 javax.ejb.Singleton bean type. Singletons are a new type of Session bean being added to the EJB 3.1 specification. They provide some much needed functionality to the world of EJB and will

Re: Docs: EJB 3.1 Singleton documentation

2008-08-25 Thread David Blevins
Hi Martin, On Aug 25, 2008, at 4:33 AM, Martin Vysny wrote: Hi David, impressive work indeed, thank you very much! I am especially grateful for the Singleton and Startup functionality which I missed. Thanks! It's definitely great to have a standard way to do this in the EJB world. I

Docs: EJB 3.1 Singleton documentation

2008-08-23 Thread David Blevins
All, We've implemented the new EJB 3.1 javax.ejb.Singleton bean type. Singletons are a new type of Session bean being added to the EJB 3.1 specification. They provide some much needed functionality to the world of EJB and will be part of the coming OpenEJB 3.1 release.