share jsp、 css and javascript file between different projects

Question:While the J2EE module reference feature allows your to create common Java library projects, I can't find a neat way to do this for web content.

I have common JSPs, CSS files, JavaScript libraries and even descriptor fragments that I would like to use across a number of Dynamic Web Projects, so that these artefacts are edited i only one place, but will be exported into each of the Dynamic WebProject WAR files.

I am surprised that I can't find a way to promote reusability in the web space without writing my own scripts and hooking into the export process.

Is there a way to do this? Thanks. Matt.

 

 

Answer: haha,i give u a late surprise

i'm Chinese,my english is poor, but i can help u .

Olaf Kock is right ,but his answer not perfect.

Here is the perfect answer. u have to refer the follow url, it can hep u.

click here

in the url page, the example for the property content box is not exact, u fllow me:

if need to share a file:

a.jsp svn://myhome.com/svn/myproject/trunk/a.jsp 

if need to share a folder:

xml svn://myhome.com/svn/myproject/trunk/xml

 

refer from:http://stackoverflow.com/questions/348469/how-to-share-web-content-between-eclipse-projects/15404702#15404702

你可能感兴趣的:(JavaScript)