As for debugging, I run Tomcat from Eclipse with these parameters:

-Xdebug
-Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n

And then I run a "remote java application" debug launch from Eclipse that connects to localhost:8000 so that I can use breakpoints. Haven't used JBuilder for years but I guess you can do something similar there.

Tomcat can reload your classes as you change them, so you don't need to restart it until you perform some major change in your app.

--Martin

On Thu, 12 Jan 2006 17:47:13 +0100, Pierre Gilquin <[EMAIL PROTECTED]> wrote:

Hello all,

I am a WO developer and I consider moving to Tapestry (and Cayenne as EOF replacement). I am used to use JBuilder for developing WO application and I would like to know if it could be possible to do something similair with Tapestry. In JBuilder, I create a project with all WO jars needed and I just run the "Application" main class of my WO application. Then I can edit and debug easily my appli in JBuilder. As Tapestry needs a J2EE container like Tomcat, seems the situations is more complicated. Is there a way to achieve this anyway ?

Thanks you in advance for hints, shared experiences.


Pierre Gilquin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to