aspose file tools
The moose likes Beginning Java and the fly likes Tutorial for 3-tier architectures Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Tutorial for 3-tier architectures" Watch "Tutorial for 3-tier architectures" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tutorial for 3-tier architectures
 
Similar Threads
[SCEA 5] Multitier architecture vs Three-tier architecture
New to springs
Right tier of the EJB implementing an exposed web service
URLYBird1.3.3 must use 2 tier ?
3-Tier or 2-Tier?