Sunday, January 23, 2011

loading the cert/ keystore

setting the cert/keystore before service calls

System.setProperty("javax.net.ssl.trustStore", "C:/dev.keystore");
System.out.println(System.getProperty("javax.net.ssl.trustStore"));

Monday, January 10, 2011

Understanding JEXCEL : jxl


FAQ

http://jexcelapi.sourceforge.net/resources/faq/