Re: Live class/template reloading with netbeans 6.9.1

2011-02-25 Thread Alex Kotchnev
I use a Maven based project, and run jetty (using mvn jetty:run outside of
the IDE) for development purposes. The only special thing I recall setting
up is having to enable Compile-on-Save (CoS) for application and test
execution (I think the default is to have CoS for test execution).

Regards,

Alex K

On Fri, Feb 25, 2011 at 1:31 AM, Josh Kamau joshnet2...@gmail.com wrote:

 Hi there,

 Am looking for the best way to enable live class/template reloading when
 using netbeans 6.9.1.  Any help will be appreciated.

 Josh.



Re: Live class/template reloading with netbeans 6.9.1

2011-02-25 Thread Josh Canfield
Build an exploded war as your artifact and make sure your IDE is putting the
compiled output into that  location so that your app server is reading the
new code.
On Feb 24, 2011 10:32 PM, Josh Kamau joshnet2...@gmail.com wrote:
 Hi there,

 Am looking for the best way to enable live class/template reloading when
 using netbeans 6.9.1. Any help will be appreciated.

 Josh.


Live class/template reloading with netbeans 6.9.1

2011-02-24 Thread Josh Kamau
Hi there,

Am looking for the best way to enable live class/template reloading when
using netbeans 6.9.1.  Any help will be appreciated.

Josh.