Hibernate4GTW + GWT 1.7 - problems?
Hi, does Hibernate4GWT support GWT 1.7? I only saw mention up to 1.5. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~--~~~~--~~--~--~---
Re: Deploying to Apache HTTPD only
I don't think this is what he is asking. I am actually pondering the same question. I have some code that talks JSON to a PHP backend. This code needs no Tomcat, indeed there is no Tomcat instance running on the server. GWT is compiled into JS so there should be no need for deployment to Tomcat unless I drive a servlet, non? So, do I simply copy the JS code with the hosting HTML and transfer it to Apache or are there other things invoklved? How about the funny JS files GWT creates, nocache.js, etc? Actually, it appears class loader deployment is very straightforward but I have no classloader. /re On Oct 23, 4:24 am, Thomas Broyer wrote: > On 22 oct, 18:01, Charbel wrote: > > > Hi, > > I just finished my first GWT application and I wanted to know if it is > > possible to deploy a GWT application on Apache HTTD, this GWT app only > > uses compiled Javascipt to access a Tomcat application hosting all the > > functionality via servlets. > > As long as your tomcat instance is accessed at the same > "origin" (protocol, hostname, port; i.e. using Apache's mod_proxy or > mod_jk), yes, that's actually how we deploy our own app: GWT app > served by Apache which calls tomcat-hosted servlets through mod_jk. > Otherwise, you'll face the "same origin policy". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~--~~~~--~~--~--~---
Complete example using BeanModel
Is there a complete example somewhere which includes construction of the BeanModel with the domain class that I could inspect? Not just 'that you pass a BeanModel' to the loader? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~--~~~~--~~--~--~---
GWT 1.7 + Datasource
I am trying to implement a Datasource with the hosted mode server. This has turned out to be very confusing. The otherwise excellent book 'GWT in Practice' make reference to a Tomcat lite directory structure which I am unable to find. Other references in this group seem to point at Jetty but I can't really find a jetty launcher script. I should note that I am using the Instantiations Eclipse plugin but I doubt that this plays into the runtime configuration. I am looking for a context.xml file but cannot lcate anything besides the basic web.xml. I can make JDBC calls (JavaDB) via embedded and network driver just fine but establishing a connection every time seems the wrong way to go (am I mistaken). Instead I wanted to use connection pooling with a Datasource as I would in a production environment. Looking at some of the posts I am not the only one with this desire but can't seem to find an answer that appears fitting. Note that I am familiar on how to configure a Datasource in Tomcat but the embedded server seems to work in mysterious ways ;-). Any pointers on how to get this accomplished appreciated. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~--~~~~--~~--~--~---