I got my first impression of Spring Webflow 2.1 from studying the reference app and reading manual. Before proceeding, I would like to ask about the impression of this community.
Actually, I want to work with just one single web page on my site. Everything else (login / logout, adding elements etc) is considered to be updated by async other. However, my first impression of Spring Web Flow is that it constantly sees the flow of webpages not their fragments but their flux.
Therefore, two questions:
- Is there a spring web flow such a page?
- Is this Spring MVCC enabled strategy?
Thank you in advance
Excellent in the flow of flow webflow applications is. Asynchronous support of webflows though specializes in updating pieces Asynchronous ajax transition is difficult to handle.
Consider the execution of two elements, execution numbers and state IDs. The execution number tells the webflow that this number has started several times for this flow. State ID tells the webflow user is on the move (transition / state) of the flow which is linked to the corresponding execution number.
When you try to render a piece tutorial, you will tell that the transition will not be transit to any state (that & lt; = "someFragment" & gt; transition; & lt; render pieces = "Some_tilel" /> ... & lt; / transit & gt; if you have to transition for someone else, state, you will increase state ID (if you enter page 2 It was 2 then now it seems to be 3) However you have not changed the page at all. Everything on this page I hope the next state will be ID3, but the next one will actually be 4.
It can be very complicated, as you can imagine. I suggest that you have information on the page To update and stay away from the flow control, you should only use AJAX support from webflow. / P>
Comments
Post a Comment