Thursday, June 19, 2014

Re: Deployment of GWT application on free web hosting sites

Nicolas,
Many thanks !!
CloudBees worked for me.
Thanks again,
Amit

On Wednesday, June 18, 2014 2:30:22 PM UTC+3, Nicolas Morel wrote:
I know at least two free hosting site which worked for me : Google App Engine and CloudBees
I think Heroku also have a free plan.


Le mercredi 18 juin 2014 11:44:27 UTC+2, Vassilis Virvilis a écrit :
If you don't want to use java (i.e tomcat) at the server side you can still certainly use GWT for __client__ only tasks.

 If you want to have server side data I suppose you can use PHP (been there - done that) but then you are responsible for the serialization/deserialization of your data. You can't use GWT-RPC though. However you can use RequestBuilder and have a Rest like interface.

If you don't want to handle your own marshalling you may be able (don't know - I have never done it) to use RestyGWT with Jackson JSON (to avoid the serialization) and something compatible in the PHP server side (don't know what - I have implemented it with java and apache-cxf and tomcat).

   Vassilis Virvilis


On Wed, Jun 18, 2014 at 11:51 AM, Amit Kleinmann <ak7...@gmail.com> wrote:
Free web hosting sites sometimes support only static pages and do not support Java (at the server) at least as part of their free offering.
Is it possible to deploy GWT application on free web hosting sites starting from a basic (free) site and continuing with premium features? If so what are the best alternatives?
I guess this info would be very helpful and help to spread the GWT technology...
Amit.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.



--
Vassilis Virvilis

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment