Re: Advice needed: Hibernate and MySQL?



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
.



Relevant Pages

  • Re: Advice needed: Hibernate and MySQL?
    ... My goal is to learn and implement a lightweight web app, ... Seriously, if you want to have your app hosted somewhere, MySQL is most ... So I'd advice you to skip Hibernate ...
    (comp.lang.java.databases)
  • Debugging charset problems with XSLT and PHP4/MySQL4
    ... We've been building a pretty big web app here for internal use. ... text messages come in from an aggregator and are stored in a MySQL 4 ... when we try and run it with actual live data, any incoming SMS message ... (MySQL possibly). ...
    (comp.lang.php)
  • Re: Will FC2 have MySQL 4?
    ... We are developing a PHP based web app that will ... Would I be required to buy a MySQL licence? ... dump MySQL and get PostgreSQL. ... Jim Drabb ...
    (Fedora)
  • Advice needed: Hibernate and MySQL?
    ... My goal is to learn and implement a lightweight web app, ... "backend" of the web app? ... XSL'ized version of Struts) with Tomcat. ...
    (comp.lang.java.databases)
  • Re: MySql ado.net connector problem
    ... I have added the reference, ... > 3) Are you trying to use one of the native .NET data providers, ... > 4) What is your mySQL Connection string? ... I am trying to connect with asp.net web app. ...
    (microsoft.public.dotnet.framework.adonet)