getablogger.blogspot.com
Yet another blog: How to use BlackBerry appworld in BlackBerry PlayBook or smartphone?
http://getablogger.blogspot.com/2011/05/how-to-use-blackberry-appworld-in.html
Tuesday, May 17, 2011. How to use BlackBerry appworld in BlackBerry PlayBook or smartphone? Written By Shimul at 4:06 PM. Appworld is not available in all countries! Which is bad, very bad. they could have done it like only free apps are available for unsupported countries. But simply their app doesnt work. This below instructions is for Windows 7 users with a laptop or wifi network adapter, for windows xp networking sharing is somewhat problematic, So try with Windows 7. After installing, this one is fa...
getablogger.blogspot.com
Yet another blog: May 2011
http://getablogger.blogspot.com/2011_05_01_archive.html
Tuesday, May 17, 2011. How to use BlackBerry appworld in BlackBerry PlayBook or smartphone? Written By Shimul at 4:06 PM. Appworld is not available in all countries! Which is bad, very bad. they could have done it like only free apps are available for unsupported countries. But simply their app doesnt work. This below instructions is for Windows 7 users with a laptop or wifi network adapter, for windows xp networking sharing is somewhat problematic, So try with Windows 7. After installing, this one is fa...
getablogger.blogspot.com
Yet another blog: Decode utf string to java string in Blackberry or j2me
http://getablogger.blogspot.com/2009/07/decode-utf-string-to-java-string-in.html
Wednesday, July 22, 2009. Decode utf string to java string in Blackberry or j2me. Written By Shimul at 8:00 PM. Public static String unescape(String s). 160; StringBuffer sbuf = new StringBuffer () ;. 160; int l = s.length() ;. 160; int ch = -1 ;. 160; int b, sumb = 0;. 160; for (int i = 0, more = -1 ; i l ; i ) {. 160; /* Get next byte b from URL segment s */. 160; switch (ch = s.charAt(i) {. 160; case '%':. 160; ch = s.charAt ( i) ;. 160; break ;. 160; }. 160; &#...160; &#...
getablogger.blogspot.com
Yet another blog: January 2009
http://getablogger.blogspot.com/2009_01_01_archive.html
Wednesday, January 7, 2009. This is your Life - A Song. Written By Shimul at 4:48 PM. I am liking this song right now. Lyrics goes like this:. This is Your Life. Yesterday is a wrinkle on your forehead. Yesterday is a promise that you’ve broken. Don’t close your eyes, don’t close your eyes. This is your life and today is all you’ve got now. Yeah, and today is all you’ll ever have. Don’t close your eyes. Don’t close your eyes. This is your life, are you who you want to be. Yesterday is a kid in the corner.
debasisroy144.blogspot.com
Wrong Experiences, May be not!: Java theory and practice: Generics gotchas
http://debasisroy144.blogspot.com/2010/03/java-theory-and-practice-generics.html
Wrong Experiences, May be not! Tuesday, March 23, 2010. Java theory and practice: Generics gotchas. Http:/ www.ibm.com/developerworks/java/library/j-jtp01255.html. Subscribe to: Post Comments (Atom). I am losing most of the things that I want to grab. View my complete profile. My site in appspot. My site in googlepages. Java theory and practice: Generics gotchas. Creting simple report with iReport and JasperReports(2005). Jasper Reporting Quick Reference. Jasper Reporting with Netbeans.
debasisroy144.blogspot.com
Wrong Experiences, May be not!: March 2009
http://debasisroy144.blogspot.com/2009_03_01_archive.html
Wrong Experiences, May be not! Sunday, March 29, 2009. Hibernate Exception - java.net.SocketException: Broken pipe. In my current project I am using Hibernate ORM model for java to mysql bridge. And after deploying the module in a test sever I got the exception "java.net.SocketException: Broken pipe". I have found the possible reasons may be, . 1 I didn't set the connection timeout parameters for the connection pool. Thanks. Hope it will help you. Subscribe to: Posts (Atom). View my complete profile.
debasisroy144.blogspot.com
Wrong Experiences, May be not!: September 2008
http://debasisroy144.blogspot.com/2008_09_01_archive.html
Wrong Experiences, May be not! Tuesday, September 16, 2008. At the time of my undergraduate study, I had to implement a database project. In that project I had to implement a module almost like the working style of trigger just on the event of some specific time and interval. At that time I designed that module by implementing an outside program which runs as a process and at specific time it fires and manipulates some database tables. Subscribe to: Posts (Atom). View my complete profile.
debasisroy144.blogspot.com
Wrong Experiences, May be not!: April 2009
http://debasisroy144.blogspot.com/2009_04_01_archive.html
Wrong Experiences, May be not! Saturday, April 4, 2009. How to use SINGLETON pattern in a application to access Database? This is sample code for accessing database by applying Singleton design pattern which is also thread safe because of eager initialization. Java class code for the above purpose. Import java.sql.Connection;. Import java.sql.DriverManager;. Public class DBConf {. 160; private static Connection connection;. 160; . 160; static{. 160; try{. 160; }. 160; }. Add this c...
debasisroy144.blogspot.com
Wrong Experiences, May be not!: Sending mail with attachment by JAVA
http://debasisroy144.blogspot.com/2008/07/sending-mail-with-attachment-by-java.html
Wrong Experiences, May be not! Friday, July 18, 2008. Sending mail with attachment by JAVA. For this class mail-1.4.jar file will be needed as a library which can be found in this following site. Http:/ www.java2s.com/Code/Jar/wsit/Downloadmail14jar.htm. Import java.util.Properties;. Import javax.mail.*;. Import javax.mail.internet.*;. Import javax.activation.*;. Public class SendEmail {. SendEmailWithAttachment(host, from, to, subject, infoMessage, "n/a");. Properties props = System.getProperties();.
debasisroy144.blogspot.com
Wrong Experiences, May be not!: Configuring Tomcat Server for JAX-WS Support
http://debasisroy144.blogspot.com/2008/07/configuring-tomcat-server-for-jax-ws.html
Wrong Experiences, May be not! Thursday, July 17, 2008. Configuring Tomcat Server for JAX-WS Support. Step 1 – Install JAX-WS. Go to https:/ jax-ws.dev.java.net/2.1.3/. And click on the link to download the binary. Double click on the downloaded binary and this will extract the contents into a sub-folder jaxws-ri. If you look in jaxws-ri lib. You will see all the jars that we need for deploying to Tomcat. Step 2 – Copy JAX-WS jars to Tomcat. Subscribe to: Post Comments (Atom). View my complete profile.