Re: [Stripes-users] Layout reuse "like a component"

2012-02-06 Thread Ben Gunter
I just wanted to follow up on this conversation. Mike, earlier in the thread you mentioned that there were calls within your layouts that also called layouts. That is a known problem that I'm working on trying to solve before I release 1.5.7. I've made a lot of progress since 1.5.6 so if you want

[Stripes-users] New CDI Extension brewing...

2012-02-06 Thread Nick Stuart
Hey all, old user of Stripes (been about a year since I've used it actively) here and just wanted to let you all know I'm trying out a way to get Stripes and CDI/EE6 integration going. So far results are promising, and I'm hoping for minimal changes needed to Stripes itself to get the nicest possib

Re: [Stripes-users] Layout reuse "like a component"

2012-02-06 Thread Mike McNally
OK awesome. I'll see about trying the snapshot. On Mon, Feb 6, 2012 at 10:33 AM, Ben Gunter wrote: > I just wanted to follow up on this conversation. Mike, earlier in the thread > you mentioned that there were calls within your layouts that > also called layouts. That is a known problem that I'

Re: [Stripes-users] New CDI Extension brewing...

2012-02-06 Thread Samuel Santos
Hi Nick, You can use Stripes Injection Enricher which supports @EJB, @Inject (CDI) and @Resource standard Java EE annotations: http://www.stripesframework.org/display/stripes/Stripes+Injection+Enricher Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Feb 6, 2012 at 4:29 PM, Nick Stuart

Re: [Stripes-users] New CDI Extension brewing...

2012-02-06 Thread Nick Stuart
Hi Samuel, thanks for pointing that out, missed it in my browsing. One difference between that and what I'm trying to accomplish is that I would like almost everything to me 'CDI' managed if possible. That means everything from Interceptors, to ActionBeans, to whatever, allowing for tighter integra