Results 1 to 2 of 2

Thread: Where is ClassPathXmlApplicationContext?

  1. #1
    Join Date
    Apr 2010
    Posts
    1

    Question Where is ClassPathXmlApplicationContext?

    I'm really really new to everything spring.
    I'm looking at the free training video on AOP.
    In that video (at about 20:30) there's an import of
    org.springframework.context.ApplicationContext;

    When I try to import that in STS, it doesn't exist.

    I've downloaded Spring and looked at all the libraries there, and I can find
    "org.springframework.context" but no ApplicationContext.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Hi,

    ApplicationContext itself is an interface and can be found in the spring-context.jar. Also you'll find the ClassPathXmlApplicationContext in the same jar.

    HTH

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •