High I am new to java NIO. I have to write a simple server client communication program using java NIO. So is there any sample programs or any link where can I go for this.
Thanks Bapi
|
1
|
High I am new to java NIO. I have to write a simple server client communication program using java NIO. So is there any sample programs or any link where can I go for this. Thanks Bapi
|
||||||
|
|
|
You might give a look at Apache Mina. If you only want to learn java NIO it might me a little to hard to grasp. |
||
|
|
|
I beleive you should take a look on Apache HttpComponents if your applcation uses HTTP, of course. There are several examples provided within downloadable library archive. Note that httpcore, httpcore-nio and httpclient are part of the project. Cheers. |
||
|
|
|
|
You should look at the online tutorials available. Building Highly Scalable Servers with Java NIO looks particularly relevant. IBM has a tutorial (registration required) whilst Sun has some simple examples of the different facilities of NIO (not just client/server APIs) |
||
|
|
|
|
Have a look in your JDK under the directory called sample |
||
|
|
|
|
Hi, I found a nice link which shows how to create server socket using java NIO http://www.owlmountain.com/tutorials/NonBlockingIo.htm#_Toc524339526 Thanks Bapi |
||
|
|
|
|
Apache Mina xSocket JBoss Netty Sun MicroSystem's Grizzly NIO Framework QuickServer |
||
|
|