Results 1 to 4 of 4

Thread: Having difficulty with new 3.0 jar packaging

  1. #1
    Join Date
    May 2008
    Posts
    7

    Default Having difficulty with new 3.0 jar packaging

    When trying to determine where VelocityEngineFactoryBean is packaged I realized that it is not always easy to map package names to jar files. Some package/jar mappings are obvious, but others are not. Can someone please give me some guidance.

    Thanks,
    Mike Krumlauf

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Default

    Can someone please give me some guidance
    Such package/name is located in
    org.springframework.context.support-3.0.0.RELEASE.jar

    you have the API doc (VelocityEngineFactoryBean) to give you an idea according to the package name in which jar would be located, since I saw org.springframework.ui.velocity.VelocityEngineFactoryBean, I thought that should be located in some org.springframework.web-.....jar,
    but not, therefore you should just browsing through the jars file with winrar for example until match the correct package/class name, like I did

    Spring repositoy and maven are useful available since they work with packages names

    HTH
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3
    Join Date
    Nov 2008
    Location
    London,UK
    Posts
    299

    Default

    Spring repository may come in handy.

    http://www.springsource.com/reposito...ineFactoryBean

  4. #4
    Join Date
    May 2008
    Posts
    7

    Thumbs up Thank you

    Thank you all for your assistance. It has been most helpful.

    Mike Krumlauf

Tags for this Thread

Posting Permissions

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