wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

create a Jetty Nature #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For some user if they want to use some special feature of Jetty6/Jetty7/Jetty8,
or if they want to developing with Servlet ..etc,

It's not necessary to include another Jetty Server Runtime ,
that's too complicated and actually we won't use the server runtime as 
developing environment.

And in other case , the WEB-INF/lib is not under classpath is bothering in 
sometimes.

We could create a Jetty Nature ,if user want to developing as a RJR Environment 
,he could enable the nature and all the classpath issue will be solved.

Plan to make this in 1.3.1 

Original issue reported on code.google.com by tonylovejava on 1 Jul 2011 at 12:13

GoogleCodeExporter commented 9 years ago
Explain why we need this :

Currently there's two ways to use RunJettyRun, 
we know that most common user coming from WTP , 
So we handle WTP compatibility feature (Issue 54) .

And this one is for those proejct not dependent on WTP, 
you could only write web.xml with WEB-INF folder in any java project ,
then running it as a simple testing web server or something like that.

In my actually working environment (ZK Component Developing),
we often use this feature .

Original comment by tonylovejava on 1 Jul 2011 at 3:27