• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

why should we use struts?

 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Why should we use strtus framework instead of using MVC framework.
That is, When we can put servlet, jsp, ejb in diffent folders and create and deploy the web application. why ahould we use the struts frame work.

Regards,
Rahul
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rauhl Roy:
Hi,

Why should we use strtus framework instead of using MVC framework.
That is, When we can put servlet, jsp, ejb in diffent folders and create and deploy the web application. why ahould we use the struts frame work.

Regards,
Rahul


Well, because Struts is a MVC framework !
And because Struts is our old friend and it is not polite to throw it away for the sake of new sexy frameworks (Rails, Tapestry, Seam).
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John Todd:

Well, because Struts is a MVC framework !
And because Struts is our old friend and it is not polite to throw it away for the sake of new sexy frameworks (Rails, Tapestry, Seam).



please give me some more information on this... i am not able to understand what you mean.
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you written a web application using JSPs, and Servlets? If so, then you would know that there is a lot of plumbing involved. It would be almost stilly to start off a new web application using just JSPs and Servlets?

please give me some more information on this


I would ask YOU to give more information on this. Do you really expect somebody to author a full paper in response to your three sentence post? What research have you done so far? BTW, are you talking about Spring MVC or just MVC in general?

- Brent
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Brent Sterling:
Have you written a web application using JSPs, and Servlets? If so, then you would know that there is a lot of plumbing involved. It would be almost stilly to start off a new web application using just JSPs and Servlets?


I would ask YOU to give more information on this. Do you really expect somebody to author a full paper in response to your three sentence post? What research have you done so far? BTW, are you talking about Spring MVC or just MVC in general?

- Brent




hello mr. brent

what i wanted to ask was, when we can create our own MVC model. why should we use Struts only?
My answer to this question is since struts is free, it has controler servlet to manage things like request and responce process we should use in-built frame work like struts.

but i do not know if it is right or wrong.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't have to use Struts !
I hope you will be happy with your home-created MVC framework.
 
Friends help you move. Good friends help you move bodies. This tiny ad will help:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic