1

Possible Duplicate:
Hot deploying changes with Netbeans, Maven, and Glassfish

I am working in netbeans using Glassfish as the server. Every time I make changes in js pages, I have to build the project using maven and redeploy it and then run it. I am at Windows, so this process takes about 10 mins each time.

Any help would be appreciated. Thanks.

Community
  • 1
  • 1
Sara
  • 2,417
  • 7
  • 35
  • 52
  • As you can see in the title, I was talking about auto-deploy. The details are in the content. Tnx. – Sara Jun 16 '12 at 16:18

1 Answers1

1

JRebel might be an option - it can update static resources as well as it handles Java code changes

Anton Arhipov
  • 6,479
  • 1
  • 35
  • 43