This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes please tellme about...... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "please tellme about......" Watch "please tellme about......" New topic
Author

please tellme about......

nadeem akhtar
Greenhorn

Joined: Oct 17, 2009
Posts: 12
why is J2EE said to be multi-tiered application?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
JEE (J2EE is an outdated name for it) is not an application, it is a framework for building applications. Any particular application built with it can have any number of layers/tiers. A common separation is the 3-tier approach: a view layer, a business layer, and a data layer (or persistence or integration layer).


Android appsImageJ pluginsJava web charts
nadeem akhtar
Greenhorn

Joined: Oct 17, 2009
Posts: 12
Ulf Dittmer wrote:JEE (J2EE is an outdated name for it) is not an application, it is a framework for building applications. Any particular application built with it can have any number of layers/tiers. A common separation is the 3-tier approach: a view layer, a business layer, and a data layer (or persistence or integration layer).


please explain about this topic
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
Explain what? It's a big topic that can't be explained in full in a forum like this; you can start reading up on it at Multitier_architecture.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: please tellme about......