Hi everyone.
For a while now, I've been learning
Java's syntax and rules, but I'm getting stuck on how to put it all together to form a complete, working system.
What I'd like to be able to do is be able to have a simple web page where a user can create a simple address book, and then later come back and retrieve an address from that address book. Basically, I just want to create a simple input/output application, but I want to do it *properly*. I want it to be a tiered design.
The reason I ask is that I come from a procedural programming background and I have never had object-oriented training before. I have a rudimentary knowledge of how a tiered architecture works.
Can anyone recommend a book or a website that shows, from start to finish, the steps needed to complete such an application? I know, that with an example or two, I would be able to understand how this works.
Thanks in advance,
Kevin
P.S. I'm sorry if this is a beginner question and needs to be moved to the beginner forum.