The Artima Developer Community
Sponsored Link

Java Buzz Forum
Scalable Swing Clients in Oracle ADF

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Scalable Swing Clients in Oracle ADF Posted: May 20, 2005 12:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Scalable Swing Clients in Oracle ADF
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Scaling Swing Clients with Server-Side Service Pooling
In JDeveloper 10.1.3, we're introducing a cool, new feature for building much more scalable Swing business application clients. Stated most simply, it allows the Swing client to leverage the same server-side application module pooling infrastructure that today's web-based ADF applications enjoy for scalability. The client can perform changes to its local data (across multiple levels of master/detail information), and then send a whole batch of changes to the server in one round-trip. As is the case in the web scenario, the only persistent state needed across requests is a simple client cookie value that the client uses to "rendezvous" with its pending transaction state on subsequent requests over the life of a complex, multi-step business application transaction. From the point of the EJB container, the only persistent state is that cookie value.

Read: Scalable Swing Clients in Oracle ADF

Topic: Flash is Ajax, or Flash versus Ajax? Previous Topic   Next Topic Topic: IIT Mumbai professor proposes alternative to Open Source License

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use