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
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?