Those examples are excellent!  They match really well and the application-scope 
example builds very nicely from the request-scoped.

They're up!

 - http://openejb.apache.org/examples-trunk/cdi-request-scope/README.html
 - http://openejb.apache.org/examples-trunk/cdi-application-scope/README.html

On Jan 27, 2012, at 8:29 PM, Daniel Siwiec wrote:

> Hey David,
> 
> Thanks for the response! I totally understand you guys having a release
> related top priority tasks. Don't worry about it. I had difficult two weeks
> at work too, so wouldn't be able to contribute more. Luckily, I'm getting
> over with it and looking forward to spending more time with open ejb soon.

Happens to the best of us :)

> What would you recommend as the next step? Would like to start digging into
> the real stuff at some point. I could add some more examples for now too.

It would be super excellent if we could complete the set of scopes; @Dependent, 
@SessionScoped and @ConversationScoped.

@Dependent is the default so it'd logically come before the cdi-request-scope 
example.  The @SessionScoped and @ConversationScoped will involve a little bit 
of work as those have to be done with TomEE and we don't really have any good 
examples to copy yet for a quick bootstrap.  So there's some trail blazing that 
has to be done there.

We could use the raw TomEE Embedded Container class, the EJBContainer wrapper 
for TomEE Embedded, or the Arquillian adapter.  Regardless of which one, I 
imagine we will be making tweaks in the related code so the examples can look 
cleaner (cutting out redundant setup steps).

We'll want to make a few dozen more "web" enabled examples, so getting this 
part going is definitely an important milestone.

Some fun work there.  We've got the basic code there, but the question of how 
do we want it to look and what should people be copying are definitely 
important ones.


-David 

> 
> 2012/1/27 David Blevins <david.blev...@gmail.com>
> 
>> Hey, Daniel!  Just wanted you to know that this is at the top of my list
>> for tomorrow!
>> 
>> That was a particularly brutal release, developing all the tools, etc.,
>> but it's over and just want to say 1) thank you for the patience and 2)
>> thank you for sticking around :)
>> 
>> I know how not getting an fast response can really discourage
>> participation, and I hope you keep charging along :)
>> 
>> 
>> -David
>> 
>> 
>> On Jan 16, 2012, at 12:13 AM, Daniel Siwiec wrote:
>> 
>>> Hey,
>>> I've attached patches to two JIRA issues I've been working on:
>> OPENEJB-1612
>>> and OPENEJB-1623. Could someone have a look at it and apply it to the
>> code
>>> base?
>>> Let me know if you would have any suggestions to it.
>>> 
>>> Thanks,
>>> Daniel
>> 
>> 

Reply via email to