taglibs vs servlets

Hi everyone,I have been seeing more examples of calling EJBS from tablibs lately.What advantage does calling EJBS from taglibs have over calling from a servlet?Thanks in advance
[226 byte] By [tman191] at [2007-9-26 14:01:05]
# 1
is the idea to collect data from the front end and perform business rules in the servlet then forward this data to another jsp which will call a tablib to interact with an ejb and finally display the data?
tman191 at 2007-7-2 15:12:03 > top of Java-index,Other Topics,Patterns & OO Design...