I am going to develop a multilayered architecture web application in java using jsf framework. I want to create one data layer where all the database connection is avaliable for use my application, second layer is application layer etc.
Please give me any link where can I can get details about the n-layered architecture of web applications.
What are the steps to follow to develop the n-layered web application architecture?