RE: Axis web services for MySQL Connection (DAO Factory)

2002-06-05 Thread Jürgen Kaatz
Hi, in the attachment there is a small example for a DAO Factory to access a database within a web service. Juergen > > Hi to all, > > > > I use a data access object design pattern (DAO), to access a > > mysql database > > through a webservice function. > > To big advantage is, that one doesn'

RE: Axis web services for MySQL Connection.

2002-06-04 Thread Thomas Herbstreuth
mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 2:02 PM > To: [EMAIL PROTECTED] > Subject: Re: Axis web services for MySQL Connection. > > > Hi to all, > > I use a data access object design pattern (DAO), to access a > mysql database > through a webservice funct

Re: Axis web services for MySQL Connection.

2002-06-04 Thread Jürgen Kaatz
Hi to all, I use a data access object design pattern (DAO), to access a mysql database through a webservice function. To big advantage is, that one doesn't need any database specific environment variables like host, database, user or something else in the source code. All this is done in the JN

RE: Axis web services for MySQL Connection.

2002-06-04 Thread Thomas Herbstreuth
nal Message- > From: Miguel A Paraz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 1:06 PM > To: [EMAIL PROTECTED] > Subject: Re: Axis web services for MySQL Connection. > > > Hi, > Nice timing, I need to write a tutorial on SOAP-to-JDBC and need > suggestio

Re: Axis web services for MySQL Connection.

2002-06-04 Thread Miguel A Paraz
Hi, Nice timing, I need to write a tutorial on SOAP-to-JDBC and need suggestions. Ideas for a 'toy app' to build are greatly appreciated. On Tue, Jun 04, 2002 at 10:44:57AM +0200, Thomas Herbstreuth wrote: > 2.) > Writing a webservice that connects to a mySQL Server (your Webservice would > be t

RE: Axis web services for MySQL Connection.

2002-06-04 Thread Thomas Herbstreuth
Hi,   connecting to mySQl via SOAP can be understood as one of two things.   1.) Tunneling the requests that usually go through port 3306 via SOAP, that doesn't sound easy and i doubt if it's possible at all.   2.) Writing a webservice that connects to a mySQL Server (your Webservice would be

Re: Axis web services for MySQL Connection.

2002-06-03 Thread Alexi Polenur
It seems that your question is more JDBC specific then Axis specific. It is a lot of books on JDBC exists. You might want to look at JDBC tutorias on java.sun.com --- Joe Harrison <[EMAIL PROTECTED]> wrote: > I just setup Axis last week. My plan was to use Axis > for database > connectivity to M