This is not as simple as it sounds to be, There are multiple issues that you need to be aware of, i m highlighting few of them:
1. When you refractor these two existing projects what all areas will be effected. 2. Is the security requirement of these two projects same, as you are going to share user details. Once you have answers to these and few others why dont you create a new Generic module which will be like UtilModule. Make sure that this module does what it is meant for (Just utility and nothing else). Except data and give a form. Cheers, Prabhat vijay.shad wrote: > Hi, > > I am working on a project which is classified in to two independent > web apps. Let’s say then project A and Project B. These both projects > are being developed and maintained in separate SCM. Now I have got a > requirement to share the project in infrastructure of project A. That > means header and footer jsp pages of the project A will be same for > the project B. When the header and footer projects are shared the > data like user model (part of project A) is also need to be shared > between projects. The main data shared between these projects is user > name. When user navigates from a page of project A to a page in > project B, He/she should see the welcome message in the header and > relevant links in the Footer. > > To get this functionality what are the options available for me to > design my development and deployment architecture. > > One solution I am thing is : > Create a Third Project for the common JSP pages and share that JSP > files in both Project A and Project B. > > -- > You received this message because you are subscribed to the Google > Groups "Java EE (J2EE) Programming with Passion!" group. > To post to this group, send email to > java-ee-j2ee-programming-with-passion@googlegroups.com > To unsubscribe from this group, send email to > java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en