Re: How can GWT war file deployed to sharepoint?

2012-07-17 Thread Victor Benarbia
What about the backend ? You probably need to run an ORM / Service layer. Can you describe your application ? Victor On Sunday, July 15, 2012 10:41:46 AM UTC-5, Joseph Lust wrote: It should not be hard for a static webapp, since GWT just makes some JS/CSS/HTML files. So if you can access

How can GWT war file deployed to sharepoint?

2012-07-15 Thread nilesh thete
I want to deploy GWT to sharepoint webapp. is it possible? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ARlS8fQIC2UJ. To post to this group,

Re: How can GWT war file deployed to sharepoint?

2012-07-15 Thread Joseph Lust
It should not be hard for a static webapp, since GWT just makes some JS/CSS/HTML files. So if you can access files in this manner on Sharepoint, it might work. However if you want RPCs and server side actions, you'll have to see what kind of code you can run on Sharepoint, which is probably