apache struts in dotNet

  • Thread starter Thread starter Patrice
  • Start date Start date
P

Patrice

Not sure what Struts does exactly. Basically Struts looks like a framework
to ease writing Web applications.

At first sight I would say "ASP.NET" ;-)

I suggest using an ASP.NET group and asking for something particular you
would like to do.
 
Hi guys ,
What is the apache struts equivalent in the .net world ? (if any ..)
Thank you

Sharon
 
Well I know ASP.net is a lot easier then Servlet when writing web
application

But struts framework makes it a lot easier then ASP.Net to develop large
scale Web Applications



The framework supply the developer with means of easy data transportation

GUI elements that wrap the HTML tags

Easy expansion and implementation



So I was wandering is there’s anything like struts?



Thank you

Sharon
 
First of all I don't know struts so I can only answer on specific points.

The whole point of ASP.NET is to provide server side controls that will
render the corresponding HTML code (for example the calendar control will
render an HTML calendar).
Feeding those controls with values is also handled automatically by ASP.NET
on postback... (if this is what you meant by data transportation).

Hopefully someone who knows both Struts and ASP.NET could popup ?

You also have a framework that handles things at a higher level at :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/cabctp.asp

Sorry for the poor help.
 
Back
Top