|
Project Information
Members
Featured
Wiki pages
Links
|
Run Jetty Run
Update SiteNews
if you need older version (before 1.3.2 ) , please use the following update-site. http://run-jetty-run.googlecode.com/svn/trunk/updatesite-old
Why this plugin?Because running a web application in Eclipse should be as simple as 'clicking run'. No additional setup required. The difference with WTP Jetty IntegrationI(Tony) think there are some benefits to use Run-Jetty-Run instead of WTP:
WTP always copy all the resources to a temp folder , that slow down the process and you have to stop server then clean the resource sometimes if the resource locked. WTP solution also takes more time to start and terminate a web application.
It's a annoying to run maven based web application in WTP. Since we use same project classpath with default Eclipse JDT , so we could support maven dependency management (M2Eclipse Plug-in) easily. (Note that RunJettyRun did not required to install a maven plug-in , it's optional.)
For using WTP Jetty , you have to install Jetty_WTP_Plugin , then find a runtime for it , that took your time to download a runtime and config it. You still have 3-4 steps after you install WTP plugin.But if you use RunJettyRun , there's already a built-in Jetty lib in the plug-in , simply "run" a project with Jetty by one click.
Easy to use Jetty for every Java project but also a Dynamic Web Project , if you are writing some web widget , it's easy to test it with RJR. Other benefits
When you running RJR in debug mode , you could modify the code and apply it directly. Of course, all the breakpoint/inspector for java resource is working fine.
Change log1.3.2Created by Tony Wang 2012/1/6 Run Jetty Run 1.3.2 release note 1.3.1Created by Tony Wang 2011/9/14 Update Jetty7/Jetty8 embed Jetty version and add servlet3 annotation support for Jetty8 ( Issue 85 ). 1.3.0Created by Tony Wang 2011/7/31 Run Jetty Run 1.3 release note 1.2.2.1Created by Tony Wang 2011/5/19 Fix path issue for Ubuntu user. 1.2.2Created by Tony Wang Run Jetty Run 1.2.2 release note Simple introduce for current RunJettyRun and new feature in 1.2.2 1.2.1.1Created by Tony Wang (Fix for Eclipse 3.5 support.) 1.2.1Created by Tony Wang Run Jetty Run 1.2.1 release note 1.2Created by Tony Wang Run Jetty Run 1.2 release note 1.1.1Created by James Synge Jetty and RJR 1.1.0 don't use the same path separator on Unix 1.1.0Created by James Synge Add referenced projects to class path SSL Support 1.0.1Created by Eelco Hillenius I'm sorry but I think I messed up the first build; Eclipse won't find updates on the 1.0.0. You'll have to manually de-install 1.0.0 and install 1.0.1. Added support for JSPs Added servlet dependency Fixed dependency issue that prevented the plugin from working in Eclipse 2.2 1.0.0Created by Eelco Hillenius First version |