development « eclipse « Java Enterprise Q&A





1. Separate web.xml for development and production    stackoverflow.com

My web.xml is different in devel and production environments. For example in development environment there is no need in security constraints. Typically I deploy new application version as follows:

  1. Export Eclipse project to ...

2. Java Web Service Development - which libraries to take for simple setup?    stackoverflow.com

What Is a good combination of Web Server, Servlet Container (do I need this?) and Web Service Framework for Java? Unfortunately I am a not experienced in Java development but have to ...

3. Eclipse plugins for j2ee development    stackoverflow.com

What it is the best combination for fast development jee projects in Eclipse. What i try to get is

  • Fast application server start
  • Hot deploy in both web-app and ejb modules.
  • Editing jsp without server ...

4. Java Web development in eclipse     stackoverflow.com

I am building a web application using java servlets and jsp. Every thing is working fine but I can't see the source code of the files like HttpServlet from my eclipse IDE. I think ...

5. What's the ideal setup for a quick turnaround in jee development?    stackoverflow.com

I'm currently struggeling with the project setup while implementing a JEE 6 application with eclipse Indigo and JBoss 6. The application server and the IDE is pretty much set in the ...