RE: Role-based wicket application

2010-03-01 Thread Jing Ge (Besitec IT DEHAM)
From: Early Morning [mailto:goodmorning...@gmail.com] Sent: Montag, 1. März 2010 04:51 To: users@wicket.apache.org Subject: Re: Role-based wicket application Hi, We just use one application/page for all roles, otherwise, you'd have a hard time maintaining everything especially if you ha

Re: Role-based wicket application

2010-02-28 Thread Early Morning
Hi, We just use one application/page for all roles, otherwise, you'd have a hard time maintaining everything especially if you have dynamic roles. Wicket has an interface you can implement for authorization (IAuthorizationStrategy); there are also existing projects that implement it for you as wel

Re: Role-based wicket application

2010-02-26 Thread James Carman
Have you looked into wicket-auth-roles? On Fri, Feb 26, 2010 at 5:35 AM, Jing Ge (Besitec IT DEHAM) wrote: > Hello guys, > > > > We have been using wicket since more than one year. It is very > comfortable to work with wicket and "live" here in this community. > Thanks you guys! > > > > Now we wa