The Artima Developer Community
Sponsored Link

Java Buzz Forum
Building Highly Scalable Servers with Java NIO (Patterned After Swing Event Model)

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.
Building Highly Scalable Servers with Java NIO (Patterned After Swing Event Model) Posted: Sep 8, 2004 8:53 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Building Highly Scalable Servers with Java NIO (Patterned After Swing Event Model)
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

I know what is a server article doing on ClientJava.com? Well check out the excerpt below. Also the article itself is a very interesting ready.

... The I/O architecture of our router was strongly inspired by the Swing event-dispatch model. In Swing, events generated by the user interface are received by the JVM and stored in an event queue. Inside of the JVM, an event dispatch thread (implemented in the class java.awt.EventQueue) monitors this queue and dispatches incoming events to interested listeners. This is a typical example of the Observer pattern ...

Full Article

Read: Building Highly Scalable Servers with Java NIO (Patterned After Swing Event Model)

Topic: On Becoming a Verb Previous Topic   Next Topic Topic: Is the “B” in BPEL is Just for Marketing Purposes?

Sponsored Links



Google
  Web Artima.com   

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