2 Replies Latest reply on Dec 15, 2008 9:58 AM by marios

    Reusing a common project across several SEAM-based projects

    marios

      Hi all, in our organization we already have been developing two SEAM-based projects which, while covering different problems, share some common code and/or JSFs (like the authentication, login form, ...). We would like to factor our the common stuff in some shared jar/war and then simply add it to projects' dependencies.


      I've seen that SEAM hevily relies on the build.xml file which I may customize in order to support our evil scheme. Is there a different, more SEAM-like approach? Any advice?


      Thanks