I have a spring-mvc app with controllers, services and dao's as usual.
Now I need to write a standalone application reusing services and dao's. I am used those services been injected on...
Type: Posts; User: vgnogueira; Keyword(s):
I have a spring-mvc app with controllers, services and dao's as usual.
Now I need to write a standalone application reusing services and dao's. I am used those services been injected on...
How could I setup a new project Spring MVC 3 using Eclipse Helios and no Maven at all.
How should I cope with dependencies nightmare?
Thanks,
Valter
I have tried STS and not surprisingly it can import direct from svn checkout - no maven conversion.
In fact, in cames with Maven 2.0 integration plugin which imports pom.xml files.
Well, I...
I am using Eclipse Helios (3.6) with WTP
First I have checkout spring samples app thru command: http://src.springframework.org/svn/spring-samples
Before opening any sample project I converted...
after downloading samples with svn I have tried convert to eclipse helios classic and open them with eclipse 3.6 (non-sts).
But I got several error messages. Which I could not figure out how to...