This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Cay you explain this.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Cay you explain this.." Watch "Cay you explain this.." New topic
Author

Cay you explain this..

Supriya Nimakuri
Ranch Hand

Joined: May 23, 2006
Posts: 83
how can we use Struts frmaework for designing of an application flow...

Regards..
Naseem Khan
Ranch Hand

Joined: Apr 25, 2005
Posts: 809
Struts framework defines views and controller components. You can use jsp, custom tag libraries, ApplicationResources etc for your view component.

In struts all the request goes through ActionServlet which finaly calls some Action class. Action is the place where your struts components end and your model begins.

Struts Complete Reference is very good book for beginner.

Naseem


Asking Smart Questions FAQ - How To Put Your Code In Code Tags
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cay you explain this..