RE: MVC specification Request

2002-04-24 Thread Duffey, Kevin
My thought is that MVC is a programming model, pardigm or what have you, and not an architecture. I wrote my own MVC framework, and have seen many many others out there. If MVC becomes a spec, does that mean Struts is the only one that does it according to the spec, and all of the other ones have

RE: ServletUnit with Struts

2001-08-24 Thread Duffey, Kevin
I haven't seen ServletUnit. Where do you get it from? Can it be used to load-test a site? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: ServletUnit with Struts Hi, I'm trying to

RE: some comparision between JSP/struts and velocity

2001-07-27 Thread Duffey, Kevin
Totally agree! Exactly what I was thinking when I read that! -Original Message-From: Greg Maletic [mailto:[EMAIL PROTECTED]]Sent: Friday, July 27, 2001 10:45 AMTo: [EMAIL PROTECTED]Subject: RE: some comparision between JSP/struts and velocity This article contains an

RE: Help me defend Struts taglibs!!!

2001-04-26 Thread Duffey, Kevin
scriplets are faster from what I understand as taglibs require some object creation, and they use the PrintWriter for output. Scriplets are much uglier though..and are much like adding html to servlets. Its much harder to manage. Personally, I prefer using XSL and JSP for dynamic XML output.

RE: Who is Craig ?

2001-01-27 Thread Duffey, Kevin
That's a lie. Craig stole my ideas!! It was me who started Struts..who just took it from under my nose and finished it! nah..just kidding. Craig has inspired me to learn alot about servlets, jsp, and so on. So much so that I started my own "lite-weight" framework that is very similar to