0 Replies Latest reply on Sep 25, 2006 8:35 AM by specialagent

    Developing an extensible web app

    specialagent

      Hi all,

      I am new to 2EE/J EE 5.

      I want to develop an extensible web application, which supports hot plug/in functionality. So, like the Eclipse Rich Client Framework (RCP) my web app should offer some extension points and all the stuff surrounding this topic to develop an independent plug in which I can install to extend the funcationality to my web appl. Plug out should also be possible.
      This should be possible without restarting the web app or the Application Server to avoid connection loss to clients ( but its not mandatory ).

      I just get in touch with EJB 3.0 and JBoss Seam as a Framework (and I am overwelmed about the functionality and easiness, great work).

      So my question is: What would be the best strategy to implement the plug in technique with JBoss Seam? Is there a standard or best practice way to do this? What offers Seam to support this?

      Thank you very much.

      SA.