Re: Hot deployment / code swapping

2008-12-12 Thread samk
-deployment---code-swapping-tp19410295p19410295.html Sent from the Wicket - User mailing list archive at - To unsubscribe, e-mail: users-no...@spam.com For additional commands, e-mail: users-no...@spam.com

Re: Hot deployment / code swapping

2008-12-12 Thread Igor Vaynberg
! -- ... http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19410295.html Sent from the Wicket - User mailing list archive at - To unsubscribe, e-mail: users-no...@spam.com For additional commands, e-mail: users

Re: Hot deployment / code swapping

2008-09-11 Thread pixologe
this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19432378.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Hot deployment / code swapping

2008-09-10 Thread pixologe
=myproject cd myproject mvn package mvn jetty:run [changed HomePage.class and HomePage.html] The changes do not have any effect until I restart jetty. Any hints on this issue are highly appreciated, thanks a lot in advance! -- View this message in context: http://www.nabble.com/Hot-deployment

Re: Hot deployment / code swapping

2008-09-10 Thread Piller Sébastien
Hi, if your app is configured to run in developpment mode, hot deployment should work as expected (at least for html templates). afaik, it doesn't apply for changes in classes files. You have to redeploy to get the changes in class files. pixologe a écrit : Hi everybody, I have read in

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19411794.html Sent from

Re: Hot deployment / code swapping

2008-09-10 Thread Witold Czaplewski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in Application take a look at getResourceSettings().setResourcePollFrequency(Duration.ONE_SECOND); which should at least work for resource files (like html-templates or property-files). Witold Am Wed, 10 Sep 2008 03:57:22 -0700 (PDT) schrieb

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19411794.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Hot deployment / code swapping

2008-09-10 Thread Florian Sperber
Hi, I use eclipse as a development environment and eclipse supports in the debug mode a fairly good hotreplace of changed java-code (not always but often enough :-)). Kind regards Florian Sperber pixologe schrieb: Thanks for your reply. The app is running in development mode and I did not

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19412123.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
-deployment---code-swapping-tp19410295p19412169.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hot deployment / code swapping

2008-09-10 Thread Uwe Schäfer
pixologe schrieb: Thanks - I saw this one before, it is set to 1 second by default... but has no effect for me ... did anyone mention javarebel? http://zeroturnaround.com this one aims to solve this exact problem. i use it, and i´m quite happy with it. cu uwe

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19412919.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
. -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413276.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
regarding hot deployment. -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Hot deployment / code swapping

2008-09-10 Thread Eyal Golan
deployment. -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Hot deployment / code swapping

2008-09-10 Thread Roman Zechner
:) Thanks a lot Martijn Dashorst wrote: The maven jetty plugin needs to be configured separately. See its documentation regarding hot deployment. -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
. Netbeans replaces a class if I tell him to do so, but no chance for HTML and properties. So is this behavior intended or am I just too stupid to get it? -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19414150.html Sent from the Wicket - User

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
is this behavior intended or am I just too stupid to get it? -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19414150.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
deployment of classes or HTML files. Same behavior. Netbeans replaces a class if I tell him to do so, but no chance for HTML and properties. So is this behavior intended or am I just too stupid to get it? -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping

Re: Hot deployment / code swapping

2008-09-10 Thread Roman Zechner
:) Thanks a lot Martijn Dashorst wrote: The maven jetty plugin needs to be configured separately. See its documentation regarding hot deployment. -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
/closer.cgi/wicket/1.3. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping

Re: Hot deployment / code swapping

2008-09-10 Thread Martijn Dashorst
this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Hot deployment / code swapping

2008-09-10 Thread Igor Vaynberg
://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19410295.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Hot deployment / code swapping

2008-09-10 Thread Roman Zechner
:) Thanks a lot Martijn Dashorst wrote: The maven jetty plugin needs to be configured separately. See its documentation regarding hot deployment. -- View this message in context: http://www.nabble.com/Hot-deployment---code

Re: Hot deployment / code swapping

2008-09-10 Thread pixologe
this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Hot deployment / code swapping

2008-09-10 Thread Roman Zechner
in advance! -- View this message in context: http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19410295.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED