[gwt] integration within Eclipse : gwt-maven-plugin + m2eclipse + google Eclipse plugin

View: New views
1 Messages — Rating Filter:   Alert me  

[gwt] integration within Eclipse : gwt-maven-plugin + m2eclipse + google Eclipse plugin

by nicolas de loof-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've made some test to integrate nicelly maven, Eclispe and google Eclipse plugin. It works fine for my basic tests (using the IT reactor project) :
  • import project into eclipse using m2eclipse
  • manually enable google eclipse support (may be automatic in future)
  • generate eclipse launch configurations for google eclipse plugin with gwt:eclipse
  • run/debug the hosted browser & server
  • call RPC servlets
  • refresh client side code from multiprojects
I've written a short doc on this :

The main limitation is that there is no way AFAIK to know the host page from a gwt module file, so I had to choose a conventional location.

Please review, make your own testing and report any suggestion / issue / work-for-me about mixing Maven + Eclispe + GWT

Nicolas