about ejb

hello this is aswani kumarnormally we are using servlets and jsp for developing the serverside components. so why ejb came
[136 byte] By [aswanimcaa] at [2007-11-27 7:41:32]
# 1
Oranges have been introduced so you can feel free to compare them to those Apples you already have.
quittea at 2007-7-12 19:22:10 > top of Java-index,Java Essentials,Java Programming...
# 2

> so why ejb came

Do you even know the difference between a servlet and an enterprise javabean?

Enterprise javabeans are no replacement, they are an extension. At the very core of java web development there are always servlets because that is the only thing we have: a servlet container. But there are many technologies and frameworks to build on top of those servlets to make java web development easier and (in most cases) faster. Enterprise javabeans is one of those technologies. JSPs are another and a framework like Struts or Spring yet another.

gimbal2a at 2007-7-12 19:22:10 > top of Java-index,Java Essentials,Java Programming...