Server Framework « Net Web Mobile « Java Products

Home
Java Products
1.Application
2.Business
3.Byte Source Code
4.Component
5.Data File
6.Database
7.Development
8.Graph Image Diagram Movie
9.GUI Tools
10.J2EE Web Development
11.Misc
12.Net Web Mobile
13.Programming
14.Science
15.Server Side JSP Servlet
16.Swing
17.Testing
18.Utilities
19.XML
Java
Java Tutorial
Java Book
Java Source Code / Java Documentation
Java Source Code / Java Documentation 2
Java Open Source
Jar File Download
Java Articles
Java by API
SCJP
Spring questions and answers
Swing questions and answers
JPA questions and answers
Java Products » Net Web Mobile » Server Framework 
1. xSocket
By:
License:GNU Library or Lesser General Public License (LGPL)
URL:http://www.xsocket.org
Description:xSocket is a lightweight java nio-based server framework to build high performance, high scalable, multithreaded servers. It also supports SSL-based connections. One major goal of xSocket is the easy of use. With xSocket you can write multithreaded servers, without the need of thread handling/synchronisation. The framework itself consists of 3 major part. - The multithreaded server, which forwards new connections to the assigned Dispatchers (round robin algorithm). - The Dispatchers which perform the read and write operation on the connection. By doing this, the Dispatcher calls the registered Handler. - The Handler, which could be a ConnectHandler or a DataHandler or both, is responsible to process the incoming data and to generate the response


2. Java Sockets
By:
License:GNU General Public License (GPL)
URL:http://www.alhem.net/jsockets/
Description:Java Sockets is a class library implementing a subset of the C++ Sockets library, and is based on SUN's java.nio.* non-blocking network i/o classes.


java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.