Struts or Patterns in ASP.NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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 ?
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Struts or Patterns in ASP.NET

    ASP.NET offers a great way to separate presentation from
    code logic MUCH better than Struts.

    Tu-Thach
    >-----Original Message-----
    >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 ?
    >
    Tu-Thach Guest

  4. #3

    Default 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
    >
    > >-----Original Message-----
    > >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 ?
    > >
    Steve S Guest

  5. #4

    Default 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...
    > 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
    > >
    > > >-----Original Message-----
    > > >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 ?
    > > >

    Tomasz Kaszuba Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139