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

Reply via email to