Tagged Questions
The page-flow tag has no wiki summary.
4
votes
3answers
2k views
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What is the best way to graphically represent page flow, as applicable to an action oriented web application?
What model do you use to represent page flows (page flow diagrams) encompassing pages ...
3
votes
3answers
210 views
page after login in playframework
In my play! app,I have coded the controllers.Security as
class Security extends controllers.Secure.Security {
...
static void onDisconnected() {
Application.index();
}
static ...
2
votes
0answers
652 views
WSRP Portlets in Oracle WebCenter: transforming task flows(ADF) in portlets
I am doing some research on the portlets offered by WebCenter, but I have some problems related with transferring parameters between them. My idea was to create 2 portlets: a department portlet where ...
1
vote
1answer
123 views
Managing page flow in Play! framework tags
In a web app built using Play framework, I have a checkout page which lists the user's shopping cart as well as an address form. I created the address form as a tag (addressform.html) so that it can ...
1
vote
0answers
70 views
Jump to a state not defined on the jbpm pageflow
I have a pageflow with 4 steps,
And I want to add a rule/state in the page flow so that if I return a navigation that is not defined in the page ...
0
votes
2answers
423 views
Do you think the Spring WebFlow Flow Definition format would be suitable for externalising a Web Flow for a non Spring framework?
I like the idea of Spring WebFlow - particularly the way the flow definitiion abstracts the higher level web flow from components in the Spring Bean Container.
The Flow definition format seems to ...