Re: Advice needed: Hibernate and MySQL?
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 04 Dec 2005 20:31:42 GMT
wendy wrote:
....Hello!
My goal is to learn and implement a lightweight web app, maybe on online store, maybe content management. What should I use for the "backend" of the web app?
There is so much out there that I'm not sure where to begin. I see alot of postings for MySQL and Hibernate, is that the way to go?
My desire is to create a web app that is lightweight, easy to implement and can be hosted on a public host somewhere. Is this possible?
You may find it worth your while to look at Eclipse as an IDE, as an alternative to NetBeans.
Also, MySQL is a perfectly good database system, despite the disparaging comments made elsewhere. It provides transactional tables for those mission-critical applications that require them, and that includes foreign key constraints and the whole range of transaction isolation levels.
MySQL is a heck of a lot easier to set up and start working with than PostgreSQL (which is, notwithstanding, also an excellent database system) and Oracle.
Look at Paul DuBois's book on MySQL as a starting point for that part of your system, and the O'Reilly books on servlet programming and JDBC for the other aspects.
David Harper (a JDBC/MySQL developer) Cambridge, England .
- Follow-Ups:
- Re: Advice needed: Hibernate and MySQL?
- From: Jon Martin Solaas
- Re: Advice needed: Hibernate and MySQL?
- References:
- Advice needed: Hibernate and MySQL?
- From: wendy
- Advice needed: Hibernate and MySQL?
- Prev by Date: Re: java
- Next by Date: batch update is sporadically incomplete
- Previous by thread: Re: Advice needed: Hibernate and MySQL?
- Next by thread: Re: Advice needed: Hibernate and MySQL?
- Index(es):
Relevant Pages
|
|