Best approach to creating a database driven Java website?
Posted
by Craig Whitley
on Stack Overflow
See other posts from Stack Overflow
or by Craig Whitley
Published on 2010-04-08T20:29:08Z
Indexed on
2010/04/08
20:33 UTC
Read the original article
Hit count: 203
I'm fairly new to programming and new to java, but I'd like to jump in the deep end with a little database driven website project. I've read quite a lot about requirements in the 'real world' requesting experience with Spring and Hibernate, so I have those installed on netbeans and a project created (if I hit run I get the default spring page). Now I just need a little guidance as to where to start designing my app (please tell me if I'm getting in a bit too over my head for a beginner!).
Should I start off with my classes? - create all my classes as they map to my database tables and decide which attributes and methods each will require?
Can anyone suggest any good books for maybe.. making a java based website from scratch (i.e. from design right through to deployment) that might be useful for a beginner?
Any help appreciated thanks.
© Stack Overflow or respective owner