on 9/22/2000 7:52 AM, "Nicola Muratori" <[EMAIL PROTECTED]> wrote:
> but...
> we can also put data needed in a single request in a container link
> "RequestData" in a HttpSession with other Permanent data.
> i think that it could be much simpler...or not???
> the question is that if we pass RunData over many methods, we can degrade
> performances and increase programming error.
> please be patient.. I wrote a much simpler e-commerce servlet that work
> well, and i'm asking myself if Turbine is a more powerful solution or only
> another way to do the same thing.
> Nicola
RunData is a lot simpler to pass around than HttpRequest/HttpResponse which
is what generally happens in many servlet applications. It really isn't
error prone at all (how could it be?), doesn't increase programming error
(how could it be?) and has been done this way for 3+ years now...on purpose.
You would use Turbine as the basis for creating your e-commerce application.
I'm using it as the basis for my Issue Tracking System.
-jon
--
http://scarab.tigris.org/ | http://noodle.tigris.org/
http://java.apache.org/ | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/ | http://www.sourcexchange.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]