
March 12th, 2002, 05:18 AM
|
|
Contributing User
|
|
Join Date: Mar 2001
Posts: 36
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Hi,
Servlets and Bean have different aims in this live. Servlets are used as a controller and beans as a entity objects.
So with Servlets you should analize Ur HTTP requests and make solutions what to make next - what of JSP to show. Beans contain only engine to access DB, process other functions. If you use beans in GUI - they are as Visual objects at Your pages.
That's it,
Ciao
|