RE: FW: ASP.NET - similar to Struts?

2002-09-05 Thread Joe Barefoot
To: Struts Users Mailing List Subject: Re: FW: ASP.NET - similar to Struts? I think what neal was saying is: In ASP.NET, the controllers (C#) *push* the data into the custom tags while in Struts/JSP, the taglibs *pull* data from the request context. In actually fact, this push vs

ASP.NET - similar to Struts?

2002-09-04 Thread neal
I noticed a few similarities to ASP.NET in Struts (from a 30,000 foot level). This gave way to a few questions. I am also curious to know what anyone else thinks of this comparison: BACKGROUND In ASP.NET (for those not familiar) there is now seperation of code form content, similar to thatr

Re: FW: ASP.NET - similar to Struts?

2002-09-04 Thread Ted Husted
Message- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:23 PM To: Struts Users Mailing List Subject: ASP.NET - similar to Struts? I noticed a few similarities to ASP.NET in Struts (from a 30,000 foot level). This gave way to a few questions. I am also

RE: FW: ASP.NET - similar to Struts?

2002-09-04 Thread Brandon Goodin
- From: neal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:23 PM To: Struts Users Mailing List Subject: ASP.NET - similar to Struts? I noticed a few similarities to ASP.NET in Struts (from a 30,000 foot level). This gave way to a few questions. I am also curious

RE: ASP.NET - similar to Struts?

2002-09-04 Thread neal
Really??? Very interesting. :) Neal -Original Message- From: Joe Barefoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 1:48 PM To: Struts Users Mailing List Subject: RE: ASP.NET - similar to Struts? Comments inline below: -Original Message- From: neal

RE: FW: ASP.NET - similar to Struts?

2002-09-04 Thread neal
Hey cool! :) -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 2:24 PM To: Struts Users Mailing List Subject: RE: FW: ASP.NET - similar to Struts? ted have you looked at http://www.waferproject.org/index.html a project to do

Re: FW: ASP.NET - similar to Struts?

2002-09-04 Thread John Yu
: Wednesday, September 04, 2002 1:23 PM To: Struts Users Mailing List Subject: ASP.NET - similar to Struts? I noticed a few similarities to ASP.NET in Struts (from a 30,000 foot level). This gave way to a few questions. I am also curious to know what anyone else thinks of this comparison: BACKGROUND