Results 1 to 2 of 2

Thread: jar / war / ear common spring dependency

Hybrid View

  1. #1

    Default jar / war / ear common spring dependency

    Consider the scenario

    abcd.ear containing

    a.jar - spring enabled components
    b.jar - spring enabled components
    c.jar - spring enabled components
    d.jar - spring enabled components

    1.war
    using spring components from a.jar, b.jar, c.jar, d.jar

    2.war
    using spring components from a.jar, b.jar, c.jar, d.jar

    Question: how can we load the spring components of a.jar, b.jar, c.jar, d.jar once at osaEnt.ear level and use it across different web application context, instead of reloading those jar spring components individually at each war?
    _______________________________________
    Tiger is awake -- scjp, scwcd, scdjws, ahm250

  2. #2
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    Looks like this article provides all necessary information for that.

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
  •