my dog learned polymorphism
The moose likes Struts and the fly likes Work flow Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Work flow" Watch "Work flow" New topic
Author

Work flow

jacob deiter
Ranch Hand

Joined: Apr 02, 2008
Posts: 576
1)In a web application,what is meant by work flow.Is it meant that "page navigation at client side(web browser) only ?.

2)In struts 1.X,how it can be archived?.

3)I heard that work flow engine in a application what is the use full for that

4)Is there any framework or tool exist to implement this large application-Struts based?
Seetharaman Venkatasamy
Ranch Hand

Joined: Jan 28, 2008
Posts: 5575

Hi,

Struts following the FrontController Design pattern..it is based on MVC(design 2)...

please check chapter 14 in HeadFirst...there you will find the work flow of struts...

thanks regards,
seetharaman
 
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: Work flow
 
Similar Threads
Spring MVC Flow
Strtus modules
Relationship between Spring Web Flow and the Sprint Core
Question on Spring Webflow
What is the Struts Flow?