• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

best book on jdbc.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm reading the OReilly Head First Servlets and JSP, but I don't see anything on jdbc stuff. My database will be mysql. The other Head First book is Head First PHP & MySQL. Well, since I'll be learning servlets and JSP, I don't want to waste my time on PHP stuff. I thought Head First Servlets and JSP would include JDBC codes ... Is there a book recommended for Servlets, JSP calling MYSQL?

Thanks.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"bos wos", please check your private messages for an important administrative matter.

With regards to your query, I'd look very askance at a book that mixed JSP and Servlets with JDBC. They're completely separate topics, and should be kept completely separate in your application structure.

You should write your model classes to be completely independent of any UI considerations and vice versa.

Therefore, any good book on JDBC should serve you just fine. As such, I've moved this off to the JDBC forum.
 
Oh sure, it's a tiny ad, but under the right circumstances, it gets bigger.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic