Search:

Type: Posts; User: firstblud; Keyword(s):

Search: Search took 0.01 seconds.

  1. thanks. makes sense!

    thanks. makes sense!
  2. Purpose of "ClassPathXmlApplicationContext(String path, Class clazz) " ?

    I see a Spring example that does the following:

    ApplicationContext applicationContext =
    new ClassPathXmlApplicationContext("applicationContext.xml", EchoClient.class);

    In the...
  3. great post. thanks for going into detail for a...

    great post. thanks for going into detail for a dummy like me. makes perfect sense and I'm sold on picking a container now :)
  4. Another question... in the context of my original...

    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)...
  5. appreciate the lengthy feedback. will look more...

    appreciate the lengthy feedback. will look more into your ideas.
  6. Using Spring to run an enterprise messaging application vs WebLogic

    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...
Results 1 to 6 of 6