> Andrew Oliver wrote: > >Is anyone doing anything cool with Java these days? > > Hmmm...dunno if it qualifies as 'cool'...but I just finished implementing > an SSL HTTP client under the asynchronous I/O model (java.nio) and the > new SSL implementation from Sun in JDK 1.5 pre-relase. Then they changed > the API so I'm doing it again. > > On second thought, I am sure it is not cool...it's a PITA! > > But I know a lot more about SSL/TLS than I did before! Of course thats cool. I was also implementing HTTP over NIO - a framework for writing NIO servers and clients. The basic version is up at http://jniosocket.sourceforge.net/ . It being used by some people already.
I was then working on implementing pipelining and persistent connections over NIO, but got sidetracked during testing it out. Need to get back and close that fast. Is there anything new in NIO in 1.5 ? I have downloaded ad gone through the javadocs, but didnt see much. -- re rahul _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
