Ringobot log - RingoJS IRC channel: #ringojs on irc.freenode.net

2010-06-19:

[2:00] <oravecz> someone who knows well the awesome continuations capability of ringojs? maybe everyone?
[2:13] <oravecz> I've been looking into portlets for some reason lately. The portlet lifecycle is very different than the servlet. In place of the single service(request, response) in the Servlet world, is a split into a processAction(ActionRequest, ActionResponse) and render(RenderRequest, RenderResponse) [note: the different parameter types, neither of which are descendants of ServletReqest or ServletResponse. But perhaps it is possible to use
[2:13] <oravecz> continuations to make this flow more natural to code? The change of action to render occurs after the portal has a chance to invoke action on all the other portlets on the portal site.(You can also add listeners to other portlets on the page.)