RE: what do we mean by 3-tier architecture in Java
Client that is not directly communicate with the database. The middleware that takes the request from client preforms the operations & communicate with the database & send the response to the client.
RE: what do we mean by 3-tier architecture in Java
Hi
The first tier is persentation tier that should include static html and its tag while business logic 2nd tier is covered by jsp servelts ejb and third is obvious data tier.
Basically three tier architecture lets u define the functionality in such a way that u can easily code the concept for presentaion business logic database connection.
Basically three tier architecture lets u define the functionality in such a way that u can easily code the concept for presentaion business logic database connection.