Re: T5: T5 and EJB3

2009-01-18 Thread Geoff Callender
Hi Kalle, I can't recommend for, or against, jSecurity because back in April it didn't quite fit my needs (http://www.jsecurity.org/node/1031). However, I do think they're on the right track. Since then (April) they've gone into the Apache incubator. I intend to review it again soon.

Re: T5: T5 and EJB3

2009-01-17 Thread Kalle Korhonen
Hey Geoff, did anything come out of your jSecurity investigations? Did you run into any issues with it and do you have any other comments for/against using it with T5? Kalle On Thu, Apr 24, 2008 at 6:37 AM, Geoff Callender < geoff.callender.jumpst...@gmail.com> wrote: > CG, > > Sorry, no max v

Re: T5: T5 and EJB3

2008-04-25 Thread Sven Homburg
server address has changed to 87.193.218.134 2008/4/25, CG <[EMAIL PROTECTED]>: > > Hi Geoff, > I am not able to build the t5-jumpstart, the get-dependency target stop at > > > http://213.160.23.119:8080/t5components/maven-repository/org/apache/tapestry/t5c-commons/0.5.11/t5c-commons-0.5.11.jar >

Re: T5: T5 and EJB3

2008-04-25 Thread CG
Hi Geoff, I am not able to build the t5-jumpstart, the get-dependency target stop at http://213.160.23.119:8080/t5components/maven-repository/org/apache/tapestry/t5c-commons/0.5.11/t5c-commons-0.5.11.jar Any help ? CG On Thu, Apr 24, 2008 at 10:37 PM, Geoff Callender <[EMAIL PROTECTED]> wrote:

Re: T5: T5 and EJB3

2008-04-24 Thread Geoff Callender
CG, Sorry, no max version for T5 yet. At the moment min is gradually mutating toward max with each release, but a full max version won't exist for quite a while yet. Regarding authentication and authorisation, I'm investigating jSecurity and when I'm happy with it I'll release a min vers

Re: T5: T5 and EJB3

2008-04-24 Thread CG
Hi Geoff, Thanks for your link. It could serve as a good start for me. I just wonder , is there a max-package for T5 ? I only saw min package for T5, and I am very interested in the max package feature like authorization, role-user etc. thx On Wed, Apr 23, 2008 at 6:36 AM, Geoff Callender <

Re: T5: T5 and EJB3

2008-04-22 Thread Geoff Callender
Have a look at JumpStart. http://files.doublenegative.com.au/jumpstart/ It injects a business services locator rather than the proxies, but it's pretty resilient. If you develop improvements then please contribute them back for everyone. Cheers, Geoff On 22/04/2008, at 12:48 AM,

T5: T5 and EJB3

2008-04-21 Thread CG
Hi all, I am a newbie in Java Web Application programming. I am now plan to use Tapestry 5 + EJB3 to write a web application. After googling , I found that T4 does not support EJB3 due to Hivemind's EJBProxyFactory service does not support EJB3 . Therefore, I try to search again in Google for EJ