Hi!

Axis is the standard webservice implementation.
It provides you ways to expose methods from a java class to be used by a remote 
application (same way as the RMI the only difference is that not only java 
applications can use the exposed methods).

The rest depends on the java implementation and the client's interface

regards,
   Istvan

> 
> L�hett�j�: "Yakulis, Ross (Ross)" <[EMAIL PROTECTED]>
> P�iv�: 05.05.2004 18:41
> Vastaanottaja: <[EMAIL PROTECTED]>
> Otsikko: RE: question about database result sets...
> 
> It occurs to me that that EJBs were created to address exactly what you describe.   
> Though you could also use a web service as well.   The key item you leave out is, 
> are the database queries random queries or are they pre defined?
> 
> -----Original Message-----
> From: Dave Jacobson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 04, 2004 1:02 PM
> To: [EMAIL PROTECTED]
> Subject: question about database result sets...
> 
> 
> I am working with a software company that develops in Java. Some of the 
> functionality involves interaction with users via the web.  Some clients that use 
> the software product would only like the back-end code and would like to implement 
> the look and feel of their website on their own. In this case, we would like to 
> provide a middle-tier set of classes to "hand off" code to other developers at 
> clients. 
> 
> I'd like to figure out the best way to implement this middle-tier between back-end 
> database processing and front-end GUI code. The question is whether Axis is the 
> proper tool. 
> 
> 
> More specifically, does Axis provide a way to easily handle displaying, modifying 
> and deleting data returned from a query to a database where the query returns more 
> than one row; i.e., a result set?  We would develop a middle-tier that would be 
> responsible for getting the data from the database and then returning it but then a 
> developer at a client would be responsible for displaying the data.  Because of this 
> "hand off" we are looking for a smooth and easy interface.  Does Axis provide this 
> type of easy hand-off?
> 
> 
> 
> 

Reply via email to