Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Lenny Primak
I have updated the wiki with the information on how to use Stateful session 
beans within Tapestry. @EJB annotation will not work correctly with Statefull 
session beans. Only stateless ones. 



On Sep 13, 2011, at 7:38 PM, Chris Mylonas  wrote:

> Thanks a lot Geoff!
> 
> As soon as I can sort out my little bugs atm (in EJB3 stuff) I can't wait to 
> give the new @EJB support in tapestry.
> 
> A few months ago I was having some jndi lookup problems with using your old 
> business services locator way and didn't end up sorting it out.
> 
> Yes, EJB3.1 facades and stuff are so good for cutting out a lot of code :)
> 
> I also got a copy of Igor's MEAP Tapestry 5 in Action book he's writing - 
> hopefully October/November will be the front-end magic months before summer 
> hits here in Oz.
> 
> Thank you everyone who makes java web programming a lot more 
> interesting/fun/more-manageable!
> 
> Chris
> 
> On 14/09/2011, at 2:13 AM, Lenny Primak wrote:
> 
>> Fortunately?  EJB 3.1 is excellent and a pleasure to use. 
>> 
>> 
>> 
>> On Sep 13, 2011, at 3:54 AM, Massimo Lusetti  wrote:
>> 
>>> On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
>>>  wrote:
>>> 
 Thanks Francois. Always nice to hear that someone finds it useful.
>>> 
>>> Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff
>>> 
>>> -- 
>>> Massimo
>>> http://meridio.blogspot.com
>>> 
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Chris Mylonas
Thanks a lot Geoff!

As soon as I can sort out my little bugs atm (in EJB3 stuff) I can't wait to 
give the new @EJB support in tapestry.

A few months ago I was having some jndi lookup problems with using your old 
business services locator way and didn't end up sorting it out.

Yes, EJB3.1 facades and stuff are so good for cutting out a lot of code :)

I also got a copy of Igor's MEAP Tapestry 5 in Action book he's writing - 
hopefully October/November will be the front-end magic months before summer 
hits here in Oz.

Thank you everyone who makes java web programming a lot more 
interesting/fun/more-manageable!

Chris

On 14/09/2011, at 2:13 AM, Lenny Primak wrote:

> Fortunately?  EJB 3.1 is excellent and a pleasure to use. 
> 
> 
> 
> On Sep 13, 2011, at 3:54 AM, Massimo Lusetti  wrote:
> 
>> On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
>>  wrote:
>> 
>>> Thanks Francois. Always nice to hear that someone finds it useful.
>> 
>> Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff
>> 
>> -- 
>> Massimo
>> http://meridio.blogspot.com
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Szemere Szemere
Sorry for accidentally hijacking the thread. I thought changing the subject 
would be enough to disassociate from the thread - it seems not. 

Tks for the pointer,
Szemere

On 13 Sep 2011, at 22:21, Geoff Callender  wrote:

> ...and please try not to hijack threads - start a new thread when changing 
> the subject :-)
> 
> On 14/09/2011, at 7:17 AM, Geoff Callender wrote:
> 
>> Sure. The JumpStart site is hosted on JBoss. See:
>> 
>>http://jumpstart.doublenegative.com.au/jumpstart5.4/tips.html
>> 
>> and see "Running Tapestry on JBoss" in:
>> 
>>http://wiki.apache.org/tapestry/Tapestry5HowTos
>> 
>> Cheers,
>> 
>> Geoff
>> 
>> On 13/09/2011, at 10:49 PM, Szemere Szemere wrote:
>> 
>>> Has anyone got a tapestry app working successfully on JBoss7?
>>> 
>>> We've been trying to port our Tapestry app that works nicely on JBoss4. Or 
>>> current issue is that browser request seem to make it through to Tapestry 
>>> (we can see TimingFilter results in the log) but nevertheless we get a 
>>> JBoss style 404 back in the browser.
>>> 
>>> Szemere
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>> 
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Geoff Callender
...and please try not to hijack threads - start a new thread when changing the 
subject :-)

On 14/09/2011, at 7:17 AM, Geoff Callender wrote:

> Sure. The JumpStart site is hosted on JBoss. See:
> 
>   http://jumpstart.doublenegative.com.au/jumpstart5.4/tips.html
> 
> and see "Running Tapestry on JBoss" in:
> 
>   http://wiki.apache.org/tapestry/Tapestry5HowTos
> 
> Cheers,
> 
> Geoff
> 
> On 13/09/2011, at 10:49 PM, Szemere Szemere wrote:
> 
>> Has anyone got a tapestry app working successfully on JBoss7?
>> 
>> We've been trying to port our Tapestry app that works nicely on JBoss4. Or 
>> current issue is that browser request seem to make it through to Tapestry 
>> (we can see TimingFilter results in the log) but nevertheless we get a JBoss 
>> style 404 back in the browser.
>> 
>> Szemere
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
> 



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Lenny Primak
Fortunately?  EJB 3.1 is excellent and a pleasure to use. 



On Sep 13, 2011, at 3:54 AM, Massimo Lusetti  wrote:

> On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
>  wrote:
> 
>> Thanks Francois. Always nice to hear that someone finds it useful.
> 
> Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff
> 
> -- 
> Massimo
> http://meridio.blogspot.com
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Alfonso Quiroga
Geoff I find it really usefull the jumpstart, as I'm newbie in
tapestry I'm consulting it every time. really thanks

On Tue, Sep 13, 2011 at 9:15 AM, Muhammad Gelbana  wrote:
> François and Massimo left nothing for me to say.
>
> Thanks a lot Geoff :)
>
> On Tue, Sep 13, 2011 at 9:54 AM, Massimo Lusetti  wrote:
>> On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
>>  wrote:
>>
>>> Thanks Francois. Always nice to hear that someone finds it useful.
>>
>> Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff
>>
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>
>
>
> --
> Regards,
> Muhammad Gelbana
> Java Developer
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Muhammad Gelbana
François and Massimo left nothing for me to say.

Thanks a lot Geoff :)

On Tue, Sep 13, 2011 at 9:54 AM, Massimo Lusetti  wrote:
> On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
>  wrote:
>
>> Thanks Francois. Always nice to hear that someone finds it useful.
>
> Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff
>
> --
> Massimo
> http://meridio.blogspot.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Regards,
Muhammad Gelbana
Java Developer

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-13 Thread Massimo Lusetti
On Tue, Sep 13, 2011 at 12:30 AM, Geoff Callender
 wrote:

> Thanks Francois. Always nice to hear that someone finds it useful.

Never used EJB fortunately but Jumpstart is a must!... Thanks Geoff

-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-12 Thread Geoff Callender
Thanks Francois. Always nice to hear that someone finds it useful.

Cheers,

Geoff

On 13/09/2011, at 2:17 AM, François Facon wrote:

> Hi Geoff
> 
> You rock!
> 
> Regards
> François
> 
> 2011/9/12 Geoff Callender :
>> Hi all,
>> 
>> There's a new JumpStart running at
>> 
>>http://jumpstart.doublenegative.com.au/jumpstart/
>> 
>> Recent additions include...
>> 
>> - @EJB annotation is now handled and used everywhere (kudos to Lenny Primak 
>> for pushing this along).
>> 
>> - The PageProtectionFilter now has hooks to handle the javax @RolesAllowed 
>> annotation on pages.
>> 
>> - The PageProtectionFilter now tells the Login page where you were trying to 
>> go, and once you've logged in you'll be redirected there.
>> 
>> - There are better examples of components within components, including 
>> "sub-forms".
>> 
>> - Plus, GlassFish support has returned (it was withdrawn when GlassFish 2.1 
>> had a bug that lost the underlying cause of returned EJBExceptions).
>> 
>> I hope you like it!
>> 
>> Cheers,
>> 
>> Geoff
>> 
>> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-12 Thread François Facon
Hi Geoff

You rock!

Regards
François

2011/9/12 Geoff Callender :
> Hi all,
>
> There's a new JumpStart running at
>
>        http://jumpstart.doublenegative.com.au/jumpstart/
>
> Recent additions include...
>
> - @EJB annotation is now handled and used everywhere (kudos to Lenny Primak 
> for pushing this along).
>
> - The PageProtectionFilter now has hooks to handle the javax @RolesAllowed 
> annotation on pages.
>
> - The PageProtectionFilter now tells the Login page where you were trying to 
> go, and once you've logged in you'll be redirected there.
>
> - There are better examples of components within components, including 
> "sub-forms".
>
> - Plus, GlassFish support has returned (it was withdrawn when GlassFish 2.1 
> had a bug that lost the underlying cause of returned EJBExceptions).
>
> I hope you like it!
>
> Cheers,
>
> Geoff
>
>

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [ANN] JumpStart 5.4.8 gets @EJB and a better PageProtectionFilter

2011-09-12 Thread Geoff Callender
Something odd happened to that link. Try this:

http://jumpstart.doublenegative.com.au/jumpstart/



On 12/09/2011, at 11:32 PM, Geoff Callender wrote:

> Hi all,
> 
> There's a new JumpStart running at
> 
>   http://jumpstart.doublenegative.com.au/jumpstart/
> 
> Recent additions include...
> 
> - @EJB annotation is now handled and used everywhere (kudos to Lenny Primak 
> for pushing this along).
> 
> - The PageProtectionFilter now has hooks to handle the javax @RolesAllowed 
> annotation on pages.
> 
> - The PageProtectionFilter now tells the Login page where you were trying to 
> go, and once you've logged in you'll be redirected there.
> 
> - There are better examples of components within components, including 
> "sub-forms".
> 
> - Plus, GlassFish support has returned (it was withdrawn when GlassFish 2.1 
> had a bug that lost the underlying cause of returned EJBExceptions).
> 
> I hope you like it!
> 
> Cheers,
> 
> Geoff
>