Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JSP and MySQL?

  Asked By: Chisisi    Date: Sep 25    Category: Java    Views: 603
  

I'm thinking of making a web-shop as a college
project, for a small music shop based on their current
mail-order catalog. I particularly want to use Java (JSP),
and not PHP, although the best database is probably
MySQL. Does anyone know if it is possible to use JSP
with MySQL, or are there any significantly better
possibilities?

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Faith Hughes     Answered On: Sep 25

MySQL and Java play well together. There is a
JDBC driver for mysql  at
http://mmmysql.sourceforge.net/ which is very good. Java JDBC is
an abstraction
layer for communicating with databases in a
database-independant fashion.

 
Answer #2    Answered By: Wilfred Young     Answered On: Sep 25

Could you recommend any good books or
websites that may be useful?

 
Answer #3    Answered By: William Bouchard     Answered On: Sep 25

Actually Wrox Press "Professional JSP"
<br>www.amazon.com/.../sr=2\
-2/ref=sr_2
_2/002-5232411-8070453<br><br>is a great book to start with (get the second
edition). It shows you where to download MySQL. It shows
you how to set up a Tomcat server for working with
JSP's. It goes through the basics of JSP's up to the
more advanced stuff like JSP Taglibs.<br><br>It also
has good sources to get the info.<br><br>Stephen
McConnell<br>http://www.crosslogic.com

 
Didn't find what you were looking for? Find more on JSP and MySQL? Or get search suggestion and latest updates.




Tagged: