question:
You are working for a web design company and one of your clients would like to convert their website that currently uses Perl and CGI scripts over to a language that is easier to maintain and reuse. Their website is a sports betting website where the customer is able to logon and place bets on a variety of different sporting events. What would you replace this with?
AJSP/Servlets
BJSP/Servlets/EJBs
CJMS
DASP
Choice B is correct.
the reason given is that "transactions are involved and this means that Enterprise
Java Beans need to be used. It is very hard to implement transactions with just
Servlets and JSPs".
but i don't understand why it is hard to implement transaction with servlet?(considering distritbuted tx is not involved)