we would need a web interface for administration purposes, for a user who can manage the J2EE container
----- Original Message ----- From: "Alan Cabrera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 10:04 AM Subject: RE: WebServices & UI team > Not sure. Would have thought that JSR160 would have taken care of it. > > > Regards, > > Alan > OpenEJB Developer > > > -----Original Message----- > > From: Tim Urberg [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 13, 2003 5:52 PM > > To: [EMAIL PROTECTED] > > Subject: RE: WebServices & UI team > > > > > > Why do we need both a web interface and a webservice interface? > > > > Tim > > OpenEJB Developer > > > > --- Alan Cabrera <[EMAIL PROTECTED]> wrote: > > > A webservice interface is an XML API interface. It can be > > implemented > > > by either JSPs or servlets but, it's usually implemented by the > > > latter. > > > > > > > > > Regards, > > > > > > Alan > > > OpenEJB Developer > > > > > > > -----Original Message----- > > > > From: Tim Urberg [mailto:[EMAIL PROTECTED] > > > > Sent: Wednesday, August 13, 2003 5:38 PM > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: WebServices & UI team > > > > > > > > > > > > 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 > > > > > > >
