tags:

views:

18

answers:

1

HI,

I am using Eclipse, JSF. I have a jsf fragment a .jspf file which will be used across multiple projects and called by different .war projects.

I was wondering if there is a way to place the .jspf files in 1 project and then import it into another project for use when displaying the different jsp files.

I could just copy them over to the other project too, I am trying to avoid that for maintainability reasons....change in these files will need to be made multiple times. So if there is an alternate please let me know.

Thanks.

A: 

HI ,

I found the answer to my question in a separate thread I posted. http://stackoverflow.com/questions/3153812/deploying-a-jar-in-jboss

Thanks.

msharma