Hello,

If you don;t know anything about Acegi...

1. Acegi was migrated to Spring Security (http://
static.springsource.org/spring-security/site/)
2. It can secure in two ways: a) web tier by url or b) methods in
classes

I use spring security and I like it, but it took some time to know
what it is going on in it.
Even I integrate with gwt by protect url which GWT module starts on -
for example http://host/gwt-app by adding intercept-url to my spring
context.
<security:intercept-url pattern="/gwt-app" access="ROLE_USER" />
Only user with this ROLE can go to this.

I use classical spring MVC to login and logout.

I hope it helps a little.

krisw


On 19 Mar, 19:18, Apolo <[email protected]> wrote:
> Hello,
> I've just started with GWT. I've started a project where it's needed
> an integration with Acegi Security.
> I really had no idea about Acegi and after reading the documentation
> and watch the examples i still don't get how to integrate with GWT.
>
> I've also checkedhttp://code.google.com/p/gwt-ent/wiki/IntegrationGWTWithAcegi
> but this doesn't tells anything to me.
>
> Could anyone help me.
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to