| Author |
Tutorial for 3-tier architectures
|
stefan bisang
Greenhorn
Joined: Jun 03, 2010
Posts: 3
|
|
hi folks
I would like to learn more about 3-tier architecture(presentation, business logic, data) programming in java. Does anybody know a good tutorial (or a book)? Especially tutorials about building a sample application would be very interesting.
Any proofen tutorial would be a help
Thanks
Stefan
|
 |
Saurabh Pillai
Ranch Hand
Joined: Sep 12, 2008
Posts: 456
|
|
Wiki entry about MVC http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller. Try to understand the concept first.
Quick googling returned tutorial on MVC on Oracle's website http://www.oracle.com/technetwork/articles/javase/mvc-136693.html
If you are looking for implementation of MVC in web app, then search for Spring MVC.
|
 |
 |
|
|
subject: Tutorial for 3-tier architectures
|
|
|