[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] reusable common web project

Hello,
 I'm trying to find the best way to create dynamic web applications in WTP 
which consist of multiple web projects.  For example, we have a common 
project which contains web items (JSP, taglibs, ...) along with servlets and 
other java code.  There is also a dynamic web project which depends on this 
common project and will need to produce a .WAR with the content of both 
projects.

What is the best way to configure the common web project for this?  Should 
it be a dynamic web project?  I've looked at the java utility project 
however I'm not sure if this is correct because it does not appear to handle 
web content and it produces a .JAR rather than a .WAR

Thank you
Brian