By .Net do you mean ASP.Net?

ASP.Net lacks any semblance of a Front Controller (Action Controller).  View
components (ASPX pages) are tied to each other directly.  Changing the
workflow of your web app requires that you track down each links and modify
them individually.

Code-Behind-Pages are not a good substitute for Action classes either.
Building your biz logic in code-behind-classes can isolate it from the
display/html, but the code-behind classes themselves are tied directly to
the view (aspx pages)through inheritance.

KT

-----Original Message-----
From: Travis D. Falls [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 16, 2003 6:58 PM
To: Struts Users Mailing List
Subject: Re: .Net Struts?


.net is a framework that already behaves like struts.
no?
t
---

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


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

Reply via email to