Objective is to end up with a MyEclipse project that is:
– maintained with GWT Designer
– enabled with Maven4MyEclipse
– enabled with Spring capabilities
– enabled with Hibernate capabilities
Is there a recommended way to accomplish this combination?
I run into problems because MyEclipse needs to create the project so that Maven can be enabled at project creation. But GWT Designer also seeks to create the project. Whenever I let MyEclipse “go first” and “convert” the MyEclipse project to GWT, the embedded browser breaks.
Thanks in advance for any guidance.