Netty 3.2.5. and swing

rayc rayc at rayc.com
Tue Aug 30 08:59:40 EDT 2011


I am developing a multi user application in swing using Netty 3.2.5. The swing user interface has an OK button which when pressed does the following from multiple swing clients: 1. reads the database and returns the results. 2. Does some (lengthy) calculations with the results. 3. Updates the user interface (displaying the results). Is there an example anywhere in the Netty community / documentation which shows the correct way to do this. In particular the main items that I think are important are: a. how to keep correct sequence(s) of requests and responses. b. location of client call(s) code. c. location of server response(s) code. d. ensuring correct threads used i.e. edt and any other relevant threads. e. Any netty based synchronization required? thanks Ray 


--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Netty-3-2-5-and-swing-tp6741956p6741956.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list