thanks. makes sense!
Type: Posts; User: firstblud; Keyword(s):
thanks. makes sense!
I see a Spring example that does the following:
ApplicationContext applicationContext =
new ClassPathXmlApplicationContext("applicationContext.xml", EchoClient.class);
In the...
great post. thanks for going into detail for a dummy like me. makes perfect sense and I'm sold on picking a container now :)
Another question... in the context of my original post, how do i decide when i should
a) run a spring application as standalone (i.e. simply call the class with a "main" method in it)
or
b)...
appreciate the lengthy feedback. will look more into your ideas.
Hi-
I'm new to Spring and a novice at understanding the concepts of application servers and j2ee, so please bear with me if i screw up some concepts.
A little background:
My company...