intellij « MVC « Spring Q&A





1. Trying IntelliJ with spring 3.0 MVC, how to import required libs?    stackoverflow.com

I'm trying out intelliJ's commercial editor with spring mvc 3.0 It seemed to have imported the files into the lib, but I guess I am missing something. I have downloaded spring 3.0 in ...

2. when setting up a spring mvc project in intellij, how to you setup you tomcat/jetty?    stackoverflow.com

When setting up a spring mvc project in intelliJ (community edition), how/where do you setup tomcat/jetty so when you click run it deploys to tomcat?

3. Steps to run spring mvc basic sample application    stackoverflow.com

So I open up intelliJ ultimate and opened up this application using the pom.xml :

https://src.springframework.org/svn/spring-samples/mvc-basic/trunk/
The application built just fine, and I ran it with tomcat 6 (which I setup). I just got ...

4. Help need to get Spring MVC project going with IntelliJ IDEA    stackoverflow.com

So I downloaded a trial of idea ultimate, and I want to get spring mvc going with tomcat. So I setup a new project, configured it to use sun jdk. I chose a ...

5. creating a filter in my spring mvc application using IDE    stackoverflow.com

I'm trying to create a filter, for some reason I am not seeing autocompletion when I create a class that implements a Filter. When I type:

import javax.servlet
IDEA doesn't seem to pickup the ...

6. with IDEA, running a spring mvc app, is there a shortcut to build and push files to output?    stackoverflow.com

As of now, everytime I make a code change, I do a Make, then build (sorry don't have my IDEA IDE handy to get the real names). But I run the app ...

7. Jrebel, Spring MVC and TIles. Can't get Jrebel to pick up changes to views.xml    stackoverflow.com

I'm trying to use Jrebel with IntelliJ 10. I'm working on Spring Roo generated project which uses tiles. There are multiple views.xml in my class path. What I would like to ...

8. Step by step tutorial on setting up spring (MVC) in IntelliJ, how long should this take a seasoned dev?    stackoverflow.com

A long time back I started to attempt to code some simple web apps with spring MVC ( using maven), and I remember it wasn't something I could setup in 30 ...

9. Error with simple spring MVC using IntelliJ with Tomcat    stackoverflow.com

Using IntelliJ 9, Tomcat 6, maven project (pom.xml based). Running the application returns the error, not sure if it is a tomcat deployment issue or not. Strange thing, when I hit the refresh ...





10. Building for local and production in IntelliJ using Maven    stackoverflow.com

I have a simple spring mvc app, using maven with intellij. How do you go about creating seperate files for both production and development? e.g. say I want to set a production and ...

11. Trying to understand IntelliJ's project structure with modules    stackoverflow.com

I'm playing around trying to learn spring (MVC), and I find that I don't fully understand how the project is setup in IntelliJ. When I built the project after setting it up, ...