| Author |
Can anyone tell me what struts are? Prompt info would be great.
|
Kayla Richard
Greenhorn
Joined: Jan 20, 2003
Posts: 29
|
|
|
Can anyone tell me what struts are? Are there tutorials out there that can help me understand?
|
 |
PMP Kannan
Greenhorn
Joined: Jan 23, 2003
Posts: 10
|
|
hello kayla, struts is simply a framework which defines a model, view , controller design. for example u can use a servlet to control the actions, java bean for the business logic and jsp jus for presentation. i got some tutorials, if u'd like them mail me cheer's kannan
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
The home page for the Struts project is here. You can find all sorts of documentation there. Bill
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
The very short answer is that Struts is a MVC framework which is used for writing web applications. There is also a Java Frameworks forum here on JavaRanch in which Struts is regularly discussed.
|
Jason's Blog
|
 |
Roger Graff
Ranch Hand
Joined: May 29, 2001
Posts: 112
|
|
There is a great sample chapter pdf that explains web application design patterns here: http://www.simongbrown.com/publications/561x_12.pdf Consider it a great primer to learning struts.
|
 |
Kayla Richard
Greenhorn
Joined: Jan 20, 2003
Posts: 29
|
|
Hello Everyone, just wanted to say thank you for all the information you provided me!!
|
 |
 |
|
|
subject: Can anyone tell me what struts are? Prompt info would be great.
|
|
|