Re: java.lang.ClassCastException: org.apache.tomcat.SimpleInstanceManager cannot be cast to org.apache.tomcat.InstanceManager

2017-06-22 Thread Ruben Simoens
We struggled a long time with this too. This workaround "fixed" it for me: https://stackoverflow.com/questions/41939509/org-apache-tomcat-simpleinstancemanager-cannot-be-cast-to-org-apache-tomcat-inst/44682480#44682480 On Monday, May 22, 2017 at 8:30:36 PM UTC+2, petere...@gmail.com wrote: > > I

What is the reason for the History.newItem(token) to invoke the onvaluechange(...) by default

2013-05-27 Thread Ruben
that operation. Your thoughts are very appreciated :) Regards, Ruben -- 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+unsubscr

Getting Started with GWT tutorial questions

2012-11-21 Thread Ruben
not in any of the generated permutations, is that normal?? (i have compiled it :p ) Cheers!, Ruben -- 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

how to connect to a db using GWT and phpmyadming

2011-07-10 Thread Ruben Estevez
Hi Im a beginner, and I have a website but now I'm trying GWT but the website I have use cpanel and phpmyadmin and mysql how I do to connect to the database? and how I do server requests if is php? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

RequestFactory server-side inheritance

2010-12-27 Thread Ruben Leal
is the best way to resolve this issue? Regards, Ruben Leal -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

Re: NoClassDefFoundError in service after clicking a button

2010-06-26 Thread Ruben van Loen
Thanks! That worked -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

NoClassDefFoundError in service after clicking a button

2010-06-25 Thread Ruben
Hi, I am running in a NoClassDeffFoundError after clicking a button in my very basic app. I modified the standard app in Eclipse just a little bit by adding 1 service method: 1. Created a new GWT project in Eclipse. This gets me the standard Greeting Service example app - app works 2. I created

Re: Separate presentation layer

2010-06-25 Thread Ruben van Loen
You may be looking for UiBinder.. http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html On Fri, Jun 25, 2010 at 1:02 PM, janjan marjan@gmail.com wrote: Hello All, I'm new in working with GWT, I wonder if it is possible to make presentation layer separat from logic, I