This is Argyn's blog. I comment on topics of my interests such as software, math, finance, and music. Also, I write about local events in Northern Virginia, USA and all things related to Kazakhstan

Monday, April 11, 2005

Use continuations to develop complex Web applications by Abhijit Belapurkar (abhijit_belapurkar@infosys.com)

Ifhttp://www.blogger.com/img/gl.quote.gif
insert blockquote you've ever developed a non-trivial Web application, you know that development complexity is increased by the fact that Web browsers allow users to follow arbitrary navigation paths through the application. No matter where the user navigates, the onus is on you, the developer, to keep track of the possible interactions and ensure that your application works correctly. While the traditional MVC approach does allow you to handle these cases, there are other options available to help resolve application complexity. Developer and frequent developerWorks contributor Abhijit Belapurkar walks you through a continuations-based alternative that could simplify your Web application development efforts.


This is an interesting technique, referred to me by Vadim. Its Cocoon reincarnation is flows.

No comments: