View Single Post
Old 25-03-08, 05:11 PM   #2 (permalink)
writetokaruna@yahoo.com
Member
 
Join Date: Mar 2008
Posts: 32
Thanks: 0
Thanked 1 Times in 1 Posts
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 1 writetokaruna@yahoo.com is on a distinguished road
Re: EJBs are Middleware means ?

Hi radhika,
Middleware is nothing but an intermediator between presentation logic and Database.

In MVC1,
HTML/JSP --> Prsentation Logic
JSP/Servlet---> Business Logic
Oracle ----> Database

In MVC2,

HTML/JSP --> Prsentation Logic
Servlet---> Controller
EJB ----> Business Logic
Oracle ----> Database

This is what MVC design pattern is.Here middleware is nothing but which takes care of business logic.

comments are welcome.

Thanks.

Regards,
R.P.Karunakaran
writetokaruna@yahoo.com is offline   Reply With Quote