triv,
if i got u correctly, u just want to put your methods which are in beans into the servlets right.
you can do that.
but actually after MVC came into the picture, front end part in jsp, servlet as a controller and beans for methods, specially for DB calls.
you can write the methods in servlets, but better to write in beans...
it will be systematic.
what bothers you to write methods in beans??