How to create multiple Wars with different framework in a EAR without ANT and MAVEN?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajujrk
    New Member
    • Aug 2008
    • 107

    How to create multiple Wars with different framework in a EAR without ANT and MAVEN?

    Hi All,

    I have two different web application, one developed using struts 1.x and second using spring 4.0. Both having the same screens, assume my application having 9 modules. In that 2 modules revamped using Spring framework with new UI. 7 modules are not yet revamped in Spring 4.0. So that I planned to load the remaining 7 module's screen from struts project. For that I decided to create 2 war files in an EAR, which will share the same session. But, still I didn't get the way to create multiple war files in an EAR with 2 different porjects. Both project created directly from eclipse, we didn't use ANT and Maven.

    Please help me to solve this

    Thanks
    Raju
Working...