> > 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

Reply via email to