Glad you got it working.
On Fri, Jan 29, 2010 at 1:00 PM, Bob Luo wrote:
> Hello,
>
> Just to let any reader know, I managed to solve my problem by
> separating the backend stuff from the frontend stuff, with the
> creation of 2 eclipse projects. I also created a source directory
> named "share
Hello,
Just to let any reader know, I managed to solve my problem by
separating the backend stuff from the frontend stuff, with the
creation of 2 eclipse projects. I also created a source directory
named "shared" which is imported in both projects.
This way, I fixed every problem I had and would
Hi,
No, when I start tomcat from eclipse, it still have errors like:
java.lang.NoSuchFieldError: IS_DIR
at org.apache.catalina.startup.Bootstrap.createClassLoader
(Bootstrap.java:173)
at org.apache.catalina.startup.Bootstrap.initClassLoaders
(Bootstrap.java:98)
or, if I move boot
So it works now?
On 01/27/2010 03:13 PM, Bob Luo wrote:
Hi Cristian,
Thank you for your answer!
You are right, the wizard did copy gwt-servlet.jar in my WEB-INF/lib.
I am sorry if I my post was not 100% clear, as I am new to GWT. This
is what I did: When I created the project, I used Google
Hi Cristian,
Thank you for your answer!
You are right, the wizard did copy gwt-servlet.jar in my WEB-INF/lib.
I am sorry if I my post was not 100% clear, as I am new to GWT. This
is what I did: When I created the project, I used Google Web App
Wizard. I UNCHECKED GAE but kept GWT 2.0 CHECKED.
Hi,
I actually got lost at the part where you said that you disable the
google appengine server. It doesn't make sense, because if you intend to
deploy your application to an application server not equal to GAE you
must disable GAE support on your eclipse project. In fact, when you
create a G
Hi,
I am actually experimenting with GWT to replace our UI. (We actually
use struts) I like GWT a lot so far.
I thus pushed the experiment further by trying to integrate it in our
solutions. I must work within a few parameters set by my employer.
Among those, it must be possible for my team to