I'm learning. I haven't found the big explanation yet. Not sure what to read.
I know what Hibernate is per se, I can create an Eclipse Java project, compile, enter data into a MySQL database, retrieve, and so on. I did this following a tutorial. All in the IDE.
I can see where the .xml files are mapping everything. I see the classes in the bin file of the Eclipse workspace.
I've have all this "stuff" in my IDE. I have no clue what to do with it. I understand the ORM concept, objects to relationships, OOD and RDBMS.
I'm missing something. What can I read to help me get the big picture?
I wanted to use this for webpages. Do I create a JSP now and call that newly created class (I can use JBoss or Tomcat or something else)?
Thanks for any help.
|