Yes, you can create your entire web site with only servlet filters, jsp, and
a few beans.

And at some point you will find out what struts does for you (the hard way)
and why it is superior to all other Java Web Application Development
Frameworks.

I hope this helps.

JM

"Its a dog-eat-dog world out there, and I feel like I'm wearing milkbone
underwear!"
  Guess who?


> -----Original Message-----
> From: David Cherryhomes [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 10, 2002 5:27 PM
> To: Struts Developers List
> Subject: Scalability question
>
>
> Have there been any solid tests in regards to the scalability of
> using the Action Servlet and Action class (as opposed to using a
> single Filter servlet which forwards to other Servlets)? I am
> especially concerned since my Action class connects (thru a
> BusinessDelegate) to one or more EJB's that are really
> responsible for processing the business logic.
>
> Any thoughts on this would be greatly appreciated.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Mother's Day is May 12th!
> http://shopping.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to