• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse plugin that allows web dev without deploying?

 
Ranch Hand
Posts: 106
Hibernate Python MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm not 100% sure, but I cling to remember to have read about a plugin in Eclipse that allows web development without actually having to deploy the JAR/classes to a web server.

Is there such a plugin and if so where can it be found?

Thanks
Karsten
 
Rancher
Posts: 618
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you mean debug a web application by clicking a button such as F11 then yes there is. That is handled "out of the box" in the Eclipse IDE for Java EE Developers version. If you mean is there a plugin that simulates a web container then I don't know of any, but I have never looked because I'm happy with just clicking F11.
reply
    Bookmark Topic Watch Topic
  • New Topic