What's the difference between the web interface and the webservice interface? What kind of web server do we use? Tomcat or home made? Do we use JSP's, Servlets or both? Should we use Struts (or is that too much)?
--- Gary Yang <[EMAIL PROTECTED]> wrote: > I have a rough idea: > > > Web Interface WebService Interface > | | > | | > |______________________| > | > | > JSP/Servlet Wrapper Standalone > UI > | > | > | > | > |_____________________________| > | > | > EJB 2.0 Interface > | > | > Management Module > | > | > JMX > > > Since the management module has an EJB 2.0 interface, it can have a > lightweigh connection with servlets or Standalone UI if they are in a same > JVM. > > Gary
