How to add https channel in GWT

2011-02-21 Thread Mars Hsu
Hi all, I want to add https channel in GWT when use gwt-maven-plugin, but I found it is hard to success in GWT Development Mode. here is my pom.xml, I only view some key part plugin groupIdorg.codehaus.mojo/groupId

Re: How to add https channel in GWT

2011-02-21 Thread Mars Hsu
Thanks Broyer, I use the first way, and success. On Feb 22, 2:36 am, Thomas Broyer t.bro...@gmail.com wrote: You'll have to run Jetty using jetty:run and then launch GWT's DevMode with gwt:run in -noserver mode (add noServertrue/noServer to the configuration, or pass -Dgwt.noserver=true on the

share Maven2+GWT2.1+Spring3+JPA2+Mysql5 project prototype

2011-01-11 Thread Mars Hsu
Hi all, I am a new in GWT, and set up a maven project for gwt+spring+jpa. The project can start in tow mode, Jetty mode: mvn jutty:run, a normal jave ee mode GWT mode: mvn gwt:run, this mode for gwt debug Those days, I keep on working with spring mvn with gwt-rcp, but no any progress. It seems

Re: gwt-maven-plugin / google plugin for eclipse / working for anyone?!?!

2010-12-27 Thread Mars Hsu
Hi Pete, how do you use gwt-maven-plugin2.2.1 to integrate with spring project? I met same problem with you. Would you like to give me a easy example? On Dec 13, 7:06 am, PeteUK newbar...@gmail.com wrote: Chuck, Would you mind revealing what you ended up doing? I've been having problems in