Search   Feed   Browse   Add
Feed items 1 - 4 of 4 for December 2004

JSSE: How to ignore CertificateException: Couldn't find trusted certificate" - December 20, 2004

While testing SecureSocket code, sometimes you would need code to ingore certificate validation. JSSE provides a simple way to do this by writing your own TrustManager. The below sample code lets you write simple clients ignore certificate validation: <!-- start source code --> 010203importjava.io.InputStream;04importjava.io.OutputStream;0506import
http://javaswamy.blogspot.com/2004/12/jsse-how-to-ignore-certificateexceptio.html

Mustang: 2 new methods in String class. - December 20, 2004

Two new helper methods are added to String class. The changes are described in bug6189137. 1. boolean isEmpty() return length() == 0; 2. boolean contains(String s) return indexOf(s) >= 0; A Simple test code to test the new features: <!-- start source code --> 01publicclassStringTest02publicstaticvoidmain(Stringargs)0304Stringstr=newString()
http://javaswamy.blogspot.com/2004/12/mustang-2-new-methods-in-string-class.html

BEA: Diablo (weblogic9 Beta) available for download - December 16, 2004

BEA made Diablo (Weblogic9 Beta) available for download as promised today. Download it here. Documentation is here. What's new in 9.0 is here. The changes to me looked like this release should have been 8.2 instead of 9. There are lot of little goodies but nothing that really make me want to move to 9 from 8.1. The most exciting change is support for JDK5.0
http://javaswamy.blogspot.com/2004/12/bea-diablo-weblogic9-beta-available.html

Google: Is this really possible - December 15, 2004

Google did amazing JavaScript again with google suggest. I always hated Javascript and have to agree what google is doing is really amazing because its really cool and flaw less work with JavaScript and XMLHTTP. Here is a link to the compresses javascript used by google (Don't you wonder why so few sites really compress js).
http://javaswamy.blogspot.com/2004/12/google-is-this-really-possible.html
Available Archives
- October (1 item)
- November (2 items)
- December (4 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact