Hi, I would greatly appreciate some advice on speeding up development in Eclipse. Using the simpleapp project with separate dom, fixture, integtest and webapp subprojects.
I'd at least like the webserver (jetty,tomcat) to restart when I modify a dom class. This is what I am used to with Dynamic Web Projects, however after a bit of trying today I still cannot get that to work, using Tomcat. It seems most are using JRebel with IntelliJ, but I am not so keen to go there yet as I am (re)learning on many fronts at present. The issue with Tomcat is a jetty dependancy, this was noted previously [1], but I could not get around it by removing jetty-all-9.2.11.v20150529.jar as suggested, I then got a null-pointer exception. At the moment I have to rebuild the whole project after a class change in the dom-project then restart the server to see the change. Is the because the .war has to be rebuilt for mvn jetty:run to use the new version of the class file? I've just tried to use the eclipse jetty plugin but that is telling me that the dom classes have not been enhanced by datanucleus. Hoping for some insights. Thanks Steve C [1] http://permalink.gmane.org/gmane.comp.apache.incubator.isis.devel/9931
