Re: GWT Spring Spring Security (ex acegi).

2008-10-03 Thread noon
Hi Olivier, What's the benefit compared to GWT-SL Spring integration ? Regards Bruno On 3 oct, 09:38, olivier nouguier [EMAIL PROTECTED] wrote: Hi all,  Here are our GWT Sprint Spring security component.  http://code.google.com/p/net-orcades-spring/  There is a sample war as featured

Re: GWT Spring Spring Security (ex acegi).

2008-10-03 Thread olivier nouguier
Hi, For the my GWT Dispatcher you don't need extra xml configuration to map the GWTHandler to the Managed bean: * the Spring configuration (application context) is unaware on the GWT-RPC underlying. * very simpler to maintain. This DispatchServlet resolve the Managed Bean that implements the

GWT Spring Spring Security (ex acegi).

2008-10-03 Thread olivier nouguier
Hi all, Here are our GWT Sprint Spring security component. http://code.google.com/p/net-orcades-spring/ There is a sample war as featured download for the very impatient. It's allow to: * dispatch RPC-GWT request to Spring managed bean. * trigger the authentication from GWT-RPC request.