Re: [Wicket-user] Hotswap application

2007-02-12 Thread Timo Rantalaiho
On Sun, 11 Feb 2007, Jesse Barnum wrote:
> I am trying to develop with Wicket in IntelliJ. Whenever I do a  
> hotswap on some code changes, it seems like IntelliJ / Tomcat  
> automatically redeploys the application and I get a 'Page Expired'  
> error.
> 
> Is there any way for me to run the app in debugger mode, make changes  
> to methods, recompile/hotswap, and then immediately see my changes in  
> the web browser?

How do you start Tomcat?

I just have a run configuration for Tomcat, and then press
run (shift+f10) or debug (shift+f9).

Of course Java hotswap remains limited, please vote for it
:)

  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4910812

To deploy your webapp in development, ou can run any java
application (such as embedded jetty or winstone) with a
normal run configuration, and then just start it with run or
debug symbol depending on what you want.

-- 
Timo Rantalaiho
Reaktor Innovations Oyhttp://www.ri.fi/ >

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Hotswap application

2007-02-11 Thread Igor Vaynberg

we dont use any fancy launchers here, just this

https://svn.apache.org/repos/asf/incubator/wicket/branches/wicket-1.x/wicket-examples/src/main/java/wicket/examples/StartExamples.java

debug that as a java application, include a jetty dependency and you are
ready to go.

-igor


On 2/11/07, Jesse Barnum <[EMAIL PROTECTED]> wrote:


I am trying to develop with Wicket in IntelliJ. Whenever I do a
hotswap on some code changes, it seems like IntelliJ / Tomcat
automatically redeploys the application and I get a 'Page Expired'
error.

Is there any way for me to run the app in debugger mode, make changes
to methods, recompile/hotswap, and then immediately see my changes in
the web browser?

--Jesse Barnum, President, 360Works
http://www.360works.com
(770) 234-9293



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Hotswap application

2007-02-11 Thread Jesse Barnum
I am trying to develop with Wicket in IntelliJ. Whenever I do a  
hotswap on some code changes, it seems like IntelliJ / Tomcat  
automatically redeploys the application and I get a 'Page Expired'  
error.

Is there any way for me to run the app in debugger mode, make changes  
to methods, recompile/hotswap, and then immediately see my changes in  
the web browser?

--Jesse Barnum, President, 360Works
http://www.360works.com
(770) 234-9293



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user