IntelliJ IDEA

What I Want: Integrate Spring 3 annotaion controller in my Hello World project created from  last post: Create a web application using Maven, Import as Intellij Idea project and Deploy to Tomcat Server. Some asumtions before start: Maven 3 installed Tomcat 7 installed Project already created by maven and imported in Intellij idea Final Project Structure: [...]

Integrating Tomcat Server with IntelliJ IDEA

by shaiekh on December 28, 2010

IntelliJ IDEA supports integration with the Apache Tomcat servlet container and makes it possible to develop and deploy Web applications right from within the IDE. This spares you from the need to download any libraries and create a deployment descriptor manually. IntelliJ IDEA also arranges the sources of your application so they comply with the [...]