Friday, April 30, 2010
Thursday, April 29, 2010
Wednesday, April 21, 2010
Monday, April 19, 2010
Convert java.util.Date to java.sql.Date
java.sql.Date sqlDate = new java.sql.Date(new java.util.Date().getTime());
Friday, April 16, 2010
Wednesday, April 14, 2010
Tuesday, April 13, 2010
Sunday, April 11, 2010
Thursday, April 8, 2010
Facebook App using Java
http://www.socialjava.com/
http://www.developer.com/java/article.php/10922_3733751_3/Writing-Facebook-Applications-Using-Java-EE.htm
Need Java 1.5 to use the api client
My version: 1.5.0_06
Other Tutorials
http://t-machine.org/index.php/2007/08/02/how-to-make-facebook-apps-using-java-part-1/
http://t-machine.org/index.php/2007/08/13/how-to-make-facebook-apps-using-java-part-2/
http://www.developer.com/java/article.php/10922_3733751_3/Writing-Facebook-Applications-Using-Java-EE.htm
Need Java 1.5 to use the api client
My version: 1.5.0_06
Other Tutorials
http://t-machine.org/index.php/2007/08/02/how-to-make-facebook-apps-using-java-part-1/
http://t-machine.org/index.php/2007/08/13/how-to-make-facebook-apps-using-java-part-2/
Sunday, April 4, 2010
Subscribe to:
Posts (Atom)