You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Dhaliwal, Pritpal (HQP)" <Pr...@rhi.com> on 2003/12/16 20:55:13 UTC

.Net Struts?

Is anyone working on struts in .Net?

Curious..

Pritpal Dhaliwal


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: .Net Struts?

Posted by James Mitchell <jm...@apache.org>.
On Tue, 16 Dec 2003, Dhaliwal, Pritpal (HQP) wrote:

> Is anyone working on struts in .Net?

No.  You are the first.

>
> Curious..
>
> Pritpal Dhaliwal
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>

-- 
James Mitchell
Software Developer / Struts Evangelist
http://www.struts-atlanta.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: .Net Struts?

Posted by Ted Husted <hu...@apache.org>.
There's a similar framework called Maverick that has Java, .net, and PHP 
  versions available.

http://mav.sourceforge.net/

If you are more than just curious and were looking for something like 
Struts to use on .net today, Maverick is your best option.

Several people are working on PHP versions of Struts (google: php 
Struts), but I'm not aware of anyone actively working on a .net version.

-Ted.

Dhaliwal, Pritpal (HQP) wrote:
> Is anyone working on struts in .Net?
> 
> Curious..
> 
> Pritpal Dhaliwal
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: .Net Struts?

Posted by Kevin Tung <kt...@greaterthanone.com>.
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:travis_d_falls@sbcglobal.net]
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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: .Net Struts?

Posted by "Travis D. Falls" <tr...@sbcglobal.net>.
.net is a framework that already behaves like struts.
no?
t
--- 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org