Build e-commerce , must need Enterprise Java Bean?

I want to build e-commerce application with JSP and Servlet, but I want to ask ... it must need enterprise JAva bean? or not to manage transaction if there are some people log-in at the same time?
[217 byte] By [iseec] at [2007-9-26 1:22:01]
# 1
You don't need to use EJBs- they make life a little easier because they handle all the transaction stuff themselves, but they are not strictly necessary- if you think it through you can write a secure e-commerce application yourself. You just need good design and a lot of care.
Breakfast at 2007-6-29 0:58:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...