Hi all,
I'm on a project involving a JSF 2.0 frontend. The project is using Maven as the build tool, with a few modules for the different layers of the system. One of which is a WAR module, which is the deployment artifact.
What I would like is to have a nice development process, which is similar to that of using Netbean's Web Project for development. That is, I click save, things are hot deployed (incrementally) to Glassfish, and I just refresh/retry my page to see the effect.
Is it possible to do this? What is the best method you've tried with Maven and JSF2?
I'm hoping to use Netbeans, but Eclipse is also a possibility. Tomcat and JBoss are the targeted servlet engines (versions that support JSF 2).
Thanks,
James