I noticed this thread on The Server Side that points to an article by Bruce Tate (author of Better, Lighter, Faster Java) that describes in the author's words:
...a radically different approach to Web development called the continuation server. By offering a stateful programming model without giving up the scalability inherent in statelessness, continuation servers make Web application development much easier.
While we've never called the feature "continuations", the Oracle ADF framework has offered this feature since 1999. It's nice to finally have a catchy name for it! If you're reading this blog, you probably have already been benefitting by this feature for years. If not, these two articles on ADF's application module pooling and state management functionality have the info you'd need to understand it better.
I've updated the ADF design pattern catalog to reflect this new term and highlight how ADF implements it.
One cool new feature in the 10.1.3 release is that we support these "continuations" -- a.k.a. application module pooling with state management and failover support -- for 3-tier Swing applications, too.
12:18:11 PM
|