  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Dependency among 2 WAR files | Subject: Dependency among 2 WAR files 2005-03-24 - By Michael New
Back Parab, Prashant wrote:
>Hi Tim >Let me describe the things in more details. Assume we have a main.war >file and we have a helper.war file. In the main.war file I have a jsp >page with a name main.jsp. On a main.jsp I have a link which actually >starts the helper functionality. So assume that this link actually calls >a servlet present in the helper.war. This servlet will show helper.jsp >to the user and captures inputs from the user. After doing some >processing the servlet present in the helper.war file should give some >output back to the main.war file. Keeping this flow in mind can you >kindly suggest me a better approach for implementation than copying the >source code of helper.war in the main.war? > > It looks to me like the two jsps are part of the same web app, so they should be in the same .war.
Mike -- ---- ---- ---- ---- ------ _/ /\/\ /\/ -- ---- ---- ---- ---- --- J. Michael New mailto:mike@(protected) 1-613-796-0652 http://www.noozoo.com/
- MODERATION! (in moderation) -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|
 |