I don't think continuations would fit at all in Wicket.  Components and continuations just don't seem to me that they would mesh at all.  The problem is that a form component, for example, contains the logic for submission and you must build and add it to the page before the control is sent to the user.  As a result, if you had a continuation, where would you continue to?  You've already written the code for what is supposed to happen prior to the user doing anything.

As far as I know, RIFE is the only framework I know that uses continuations, but it uses too much XML in my opinion.  I'll stick with Wicket.

--Andrew

On 11/25/05, Gili <[EMAIL PROTECTED]> wrote:


        Boy oh boy! I want this under Wicket:
http://weblogs.java.net/blog/navaneeth/archive/2005/11/_one_interestin.html

        I leave it up to you guys to figure out the details ;)

Gili
--
http://www.desktopbeautifier.com/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to