Is there a Best Practice/Recommended Process for Webtop/WDK 6.5 development using eclipse and JBoss?
Specifically I have several Webtop 5.3 customizations that I need to migrate to 6.5 and the method of development and deployment has changed significantly. In the past I have developed the customization code in eclipse and deployed the Java classes, WDK components, etc. to webtop installed on Tomcat (.../webapps/webtop/custom). With the use of the webtop.war file and JBossin 6.5 this process clearly has to change.
In general the process would seem to be:
Develop the webtop custom code in eclipse
Add the custom code to an expanded webtop.war
Package up the webtop.war file
Deploy the customized webtop.war to JBoss
Test
I have not found any documentation (on EDN or Powerlink) that suggests guidelines on how best to approach this process especially if you are using eclipse. As a start I have expanded webtop.war into an eclipse project (Webtop6.5) and created a JBoss server. Using eclipse when I publish the (uncustomized) Webtop6.5 project to JBoss (which takes a very long time) and then start the server eclipse complains with the message: "Java Virtual Machine Launcher: could not find the main class, program will exit" However JBoss is left running even though webtop fails to load.
Am I close and do I just need to make some configuration changes?
Is there a faster configuration/process (hopefully with eclipse) for development/publishing/testing?
Has anyone established an efficient process for Webtop/WDK 6.5 development using eclipse and JBoss that they would like to share with the community?