Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
Hi tried to run the sample gwt-spring example in dev mode, but i got: [WARN] dispatchServlet: An IncompatibleRemoteServiceException was thrown while processing this call. com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the

Re: gwt + spring + maven

2011-03-28 Thread Juan Pablo Gardella
The exception: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 5 from client, got 7. ) Mean that you must recompile (I don't know why :( ), recompile and test again Juan

Re: gwt + spring + maven

2011-03-28 Thread mariyan nenchev
I did recompile, but with no effect. I use gwt 2.2 and after updating the libraries (gin 1.5 and gwt-dispatch) it worked. Is treated as spring backing bean? Our existing project structure is: -jsf -backing bean -service -dao On Mon, Mar 28, 2011 at 5:24 PM, Juan Pablo Gardella

gwt + spring + maven

2011-03-25 Thread mariyan nenchev
Hi, We are going to develop a new project and i want to make some proof of concept. We want to use gwt, spring and maven. Are these well integrated? Could we use dev mode with spring? Did someone tried this GWT designer and is it generating only java code or ui binder xml based code? Our UI will

Re: gwt + spring + maven

2011-03-25 Thread Juan Pablo Gardella
Best Practices!!! gwt http://dl.google.com/io/2009/pres/Th_0200_GoogleWebToolkitArchitecture-BestPracticesForArchitectingYourGWTApp.pdf Places, Activities: http://tbroyer.posterous.com/gwt-21-activities http://tbroyer.posterous.com/gwt-21-places MVP

Re: GWT+SPRING+MAVEN

2009-01-03 Thread olivier nouguier
: Good day. I work on a project (client server application) where I use GWT + SPRING + MAVEN. And now I need to add auth block to determine if users have any rights to perform any actions. Do you have any ideas, links or something which could be helpful in this terribly perfect situation

Re: GWT+SPRING+MAVEN

2008-12-29 Thread Arthur Kalmenson
. -- Arthur Kalmenson On Fri, Dec 26, 2008 at 5:06 AM, Mikhail M itmo@gmail.com wrote: Good day. I work on a project (client server application) where I use GWT + SPRING + MAVEN. And now I need to add auth block to determine if users have any rights to perform any actions. Do you

GWT+SPRING+MAVEN

2008-12-26 Thread Mikhail M
Good day. I work on a project (client server application) where I use GWT + SPRING + MAVEN. And now I need to add auth block to determine if users have any rights to perform any actions. Do you have any ideas, links or something which could be helpful in this terribly perfect situation