RE: Struts 2 Result + GWT

2009-12-11 Thread Zheng, Hong
Subject: Re: Struts 2 Result + GWT Maybe just use Struts 2 Convention plugin? It will allow you to reuse Java constants in Struts 2 and GWT code. package gwtapp.server.action; import static gwtapp.client.consts.StrutsLocations; @Results({ @Result( name = Action.SUCCESS

Re: Struts 2 Result + GWT

2009-12-11 Thread Alex Siman
Maybe just use Struts 2 Convention plugin? It will allow you to reuse Java constants in Struts 2 and GWT code. package gwtapp.server.action; import static gwtapp.client.consts.StrutsLocations; @Results({ @Result( name = Action.SUCCESS, location = REGISTRATI

Re: Struts 2 Result + GWT

2009-12-10 Thread Frans Thamura
hi zheng, hong usually GWT must be compiled first, so we can add to struts2 apps, what is the structure of your project, because i am interesting to use GWT also, esp ExtGWT Frans On Fri, Dec 11, 2009 at 5:45 AM, Zheng, Hong wrote: > Hi all, > > I have been struggling with this problem for