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
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
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
3 matches
Mail list logo