Re: Info on using MySQL with Java

2001-04-24 Thread Matt Yubin He

Professional JSP, by Wrox Press Ltd, is a quite good book.

Matt


- Original Message -
From: Robert Alexander [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 24, 2001 2:48 PM
Subject: Info on using MySQL with Java


 Hi all,

 I'm looking for some pointers towards some good information on accessing
and using MySQL with Java/Javascript.

 Can anyone point me towards a book you like, or some good web resources?

 Thanks much,
 /Rob

 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Info on using MySQL with Java

2001-04-24 Thread Steve Ruby


  Hi all,
 
  I'm looking for some pointers towards some good information on accessing
 and using MySQL with Java/Javascript.
 
  Can anyone point me towards a book you like, or some good web resources?
 
  Thanks much,
  /Rob
 

You'll need a servlet and/or JSP engine such as
listed here
http://www.servlets.com/engines/

I've used tomcat, resin and jetty with no problems with mysql, obviously
you will need a JDBC driver, the mm one seems to be the best available
see www.mysql.com and then downloads and follow the links for JDBC.

You'll have to decide on JSP or servlets or some like template
systems best see:
www.webmacro.org
jakarta.apache.com/turbine
jakarta.apache.org/velocity
jakarta.apache.org/struts

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php