Re: Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-02 Thread Juan Pablo Gardella
See https://groups.google.com/forum/m/?fromgroups#!topic/google-web-toolkit/fkbowz5-5do it's old but maybe ir is still useful for your needs El sáb., jul. 2, 2016 7:52, Gilberto escribió: > Not the answer you would like to hear, but... > > In my humble opinion, the elegant solution would be not

Re: Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-02 Thread Gilberto
Not the answer you would like to hear, but... In my humble opinion, the elegant solution would be not using GWT RPC at all. Go RESTful. For the annotation problem, I don't know if there's a way to escape... maybe you could try code generation (which usually also relies on annotations... so...)

Any elegant approach to integrate Spring security with GWT RPC based application?

2016-07-01 Thread Alex Luya
There is a pure GWT solution here:GWT Spring Security Integration (PURE GWT, NO JSP) 1,Do not use http element at all (http tag from config namespace) 2,Define your AuthenticationRpcService 3,Add Au

Re: Spring Security with GWT

2011-08-13 Thread Navindian
any sample of gwt 2.3+spring security 3+captcha. On Sat, Jul 9, 2011 at 2:57 AM, Sven wrote: > Hi people, > > I am using GWT 2.3 and Spring Security 3. To explain my application > structure a little bit. My WebContent folder contains: > > WebContent/ > -WEB-INF/ > -login.html > --

Re: Spring Security with GWT

2011-08-09 Thread Mattias
Hi, last year I did some digging around on how to integrate GWT and Spring Security - see if my write-up at http://technowobble.blogspot.com/2010/05/gwt-and-spring-security.html and http://technowobble.blogspot.com/2010/07/gwt-and-open-id-using-spring-security.html can help you find a good solut

Re: Spring Security with GWT

2011-07-09 Thread Kevin Jordan
This is because GWT uses an IFRAME to submit by default. There's no reason it has to be a form to submit to your logout URL, so I'd just do an anchor link as kellizer suggests or just do a Window.Location.replace("/j_spring_security_logout") when your button is pressed. That will redirect the who

Re: Spring Security with GWT

2011-07-09 Thread kellizer
I am using an anchor and a redirect to a logout url ; that is how I do it and it works & the below line from my security context.. Regards, Ian. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the w

Spring Security with GWT

2011-07-08 Thread Sven
Hi people, I am using GWT 2.3 and Spring Security 3. To explain my application structure a little bit. My WebContent folder contains: WebContent/ -WEB-INF/ -login.html -logout.html -secure/ ---index.html Starting my application and trying to access

Re: Spring Security with GWT : how to condition access to fields in a page ?

2011-03-30 Thread Celinio
o Gardella < gardellajuanpa...@gmail.com> wrote: > Check this framework: http://code.google.com/p/acris/wiki/SecurityClient > > <http://code.google.com/p/acris/wiki/SecurityClient> > > 2011/3/30 Celinio > >> Hi, >> i read that someone else already asked for informatio

Re: Spring Security with GWT : how to condition access to fields in a page ?

2011-03-30 Thread Juan Pablo Gardella
Check this framework: http://code.google.com/p/acris/wiki/SecurityClient <http://code.google.com/p/acris/wiki/SecurityClient> 2011/3/30 Celinio > Hi, > i read that someone else already asked for information on how to use Spring > Security with GWT, > so i will not ask again

Spring Security with GWT : how to condition access to fields in a page ?

2011-03-30 Thread Celinio
Hi, i read that someone else already asked for information on how to use Spring Security with GWT, so i will not ask again. I got a more detailed question then : with Spring security, you can use tags in JSP pages to restrict access to areas of pages, or fields. For instance : <%@ taglib pre