Nope - and it is really annoying.
Couple of nice things I did find for using the Spring eclipse plugin (which does really nice - and in my mind absolutely necessary - context.xml validation). You...
Type: Posts; User: PeterNight; Keyword(s):
Nope - and it is really annoying.
Couple of nice things I did find for using the Spring eclipse plugin (which does really nice - and in my mind absolutely necessary - context.xml validation). You...
Here is how I am getting the context:
public static void main(String[] args) {
try {
ApplicationContext ctx = new ClassPathXmlApplicationContext(
...
Because I am ittermittingly connected to the Internet (laptop), and I want to eliminate the dependendcy of production on an external website, I changed:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD...
Hi Christian,
Looking forward to version 1.3. I am a Spring newbie, and using version 1.2.4 has been VERY useful in learning the ins and outs of the framework. Your work on the IDE is in my mind...