Ask a Question related to ASP.NET General, Design and Development.
-
PeteZ #1
Struts or Patterns in ASP.NET
As an architectural question - does ASP.NET offer any "pattern" like Struts to facilitate front-ends to Web Servers?
As far as I can see, it's up to the developer to create the patterns (eg. like MVC - Model View Controllers, Struts) from scratch
Have i missed something here ?
PeteZ Guest
-
Flex 3 with struts
Hi I am trying to integrate a existing struts project with Flex 3 ,but am unable to do so , there are also no resources or examples available for... -
struts and Flex 1.5, struts version ?
If struts and Flex 1.5 develop , the struts version which good? struts 1.1 ? + Flex 1.5 ? struts 1.2.4 ? + Flex 1.5 ? struts 1.2..5 ? + Flex 1.5 ? -
Flex in Struts application
Hello, I am implementing an application with Struts, handling MVC, nevertheless want to modify the Vista of the client, a JSP, to change by a file... -
Using Contribute with a Struts application
I am building a site that uses Struts (JSP Framework) for user verification/login. Struts pages end in a '.do' extension and that is causing... -
Using with Struts.
Ok, So, here it goes, we meet some colleagues and they just swamp us with priaises for how great flex is, and we start looking into it . We have... -
Tu-Thach #2
Struts or Patterns in ASP.NET
ASP.NET offers a great way to separate presentation from
code logic MUCH better than Struts.
Tu-Thach
any "pattern" like Struts to facilitate front-ends to Web>-----Original Message-----
>As an architectural question - does ASP.NET offer
Servers?the patterns (eg. like MVC - Model View Controllers,>
>As far as I can see, it's up to the developer to create
Struts) from scratch>
>Have i missed something here ?
>Tu-Thach Guest
-
Steve S #3
Re: Struts or Patterns in ASP.NET
Oh really? Which mechanism is that? You mean the one that passes a
humongous activestate all over everywhere with terrible performance
hits?
I am looking for good MVC paradigm on dot net also...and so
far..finding little...
"Tu-Thach" <tuthach@yahoo.com> wrote in message news:<069301c33beb$14da4cb0$a001280a@phx.gbl>...> ASP.NET offers a great way to separate presentation from
> code logic MUCH better than Struts.
>
> Tu-Thach
>> any "pattern" like Struts to facilitate front-ends to Web> >-----Original Message-----
> >As an architectural question - does ASP.NET offer
> Servers?> the patterns (eg. like MVC - Model View Controllers,> >
> >As far as I can see, it's up to the developer to create
> Struts) from scratch> >
> >Have i missed something here ?
> >Steve S Guest
-
Tomasz Kaszuba #4
Re: Struts or Patterns in ASP.NET
Humongeous? 1 or 2 k is humongeous? You've got total control over your
viewstate, if you don't like it you can always turn it off and use the
session like struts does.
If your looking for an MVC implementation in .NET check out the samples on
[url]www.asp.net[/url] or [url]www.gotdot.net[/url]
I'm pretty sure there was a framework implemented by someone from MS but
it's not nearly as developed as Struts.
"Steve S" <google@bstage.com> wrote in message
news:ec0930d6.0306291607.220aa022@posting.google.c om...news:<069301c33beb$14da4cb0$a001280a@phx.gbl>...> Oh really? Which mechanism is that? You mean the one that passes a
> humongous activestate all over everywhere with terrible performance
> hits?
>
> I am looking for good MVC paradigm on dot net also...and so
> far..finding little...
>
>
> "Tu-Thach" <tuthach@yahoo.com> wrote in message> > ASP.NET offers a great way to separate presentation from
> > code logic MUCH better than Struts.
> >
> > Tu-Thach
> >> > any "pattern" like Struts to facilitate front-ends to Web> > >-----Original Message-----
> > >As an architectural question - does ASP.NET offer
> > Servers?> > the patterns (eg. like MVC - Model View Controllers,> > >
> > >As far as I can see, it's up to the developer to create
> > Struts) from scratch> > >
> > >Have i missed something here ?
> > >
Tomasz Kaszuba Guest



Reply With Quote

