Blogs : Archives
|
|
| < Significant speed increase after upgrades | CodeZoo includes RIFE at last > |
|
Cedric has still doubts about continuations and most notably about how to debug them. RIFE implements partial web continuations on top of the JVM by using byte-code manipulation. This made it possible for us to implement it in a way that allows you to continue to use your usual Java debugger. Every debugger feature works since the byte-code is added without any debugging information and we preserve the existing debugging information from the original class. This really gives you the best of both worlds: you're able to use continuations for the intuitive implementation of complex web application flows, and you can still use all the features of your tools. To demonstrate how it works in real life, I've recorded a little movie of me playing a traditional number guessing game implemented with continuations. Update: it seems that some people see this as a simple while loop and wonder what is special about it. This actually shows how nice it is: there's almost no difference with the regular Java application flow. The
|
|||
Comments |
|||
|
|||
|
|||
Add a new comment |
|||
| Comments on this blog entry have been closed. |
| < Significant speed increase after upgrades | CodeZoo includes RIFE at last > |


