OK, for the sake of completeness, here's HelloWorld:
public class HelloWorld {
public HelloWorld() {
super();
InputStream is = getClass().getResourceAsStream("spring.xml");...
Type: Posts; User: tomhay; Keyword(s):
OK, for the sake of completeness, here's HelloWorld:
public class HelloWorld {
public HelloWorld() {
super();
InputStream is = getClass().getResourceAsStream("spring.xml");...
I've installed the Spring IDE plugin for eclipse. I'm trying a mickey mouse project to get the hang of it. My Java classes compile OK, but the validator complains about my spring.xml config file:
...