On Thu, 04 Nov 2010 21:27:22 -0200, Howard Lewis Ship <hls...@gmail.com> wrote:

I prefer Jetty to run my application.
I'm always amazed at how tortured people's setups are.

Mee too.

It's really simple:
Create a project (using Maven, or otherwise).
Use the RunJettyRun Eclipse plugin.

You can even use Jetty without a plugin: add Jetty to your classpath and create a main mathod that starts an embedded instance of it. Then run or debug it as you were running or testing a hello world. :) I've posted my code (just some lines) in this mailing list before but I'm extremely lazy to search it this moment. :P

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to