Archive for the ‘Articles’ Category
Understanding DTO, VO, POJO and JavaBeans
Monday, February 8, 2010 12:41 No CommentsJavaBeans
A JavaBean is a class that follows the JavaBeans conventions as defined by Sun. Wikipedia has a pretty good summary of what JavaBeans are:
JavaBeans are reusable software components for Java that can be manipulated visually in a builder tool. Practically, they are classes written in the Java programming language conforming to a particular convention. They [...]
Sun Certified Java Programmer Books Review
Sunday, January 17, 2010 13:39 No CommentsIn this post, I am going to make books review for Sun Java Certified Programmer
SCJP Sun Certified Programmer for Java Study Guide by Kathy Sierra and Bert Bates
Programmer’s Guide to Java™ Certification
A Comprehensive Primer, Second Edition Publisher: Addison Wesley
SCJP Exam for J2SE 5:
A Concise and Comprehensive Study Guide for The Sun Certified Java [...]
Free Web-based Practice Exams with All Java Certifications till Jan 31 2010
Saturday, January 16, 2010 0:47 No CommentsMake your certification success 100% sure.
Sun Microsystem launched a limited time offer to give Free ePractice exam with the Certification voucher free. Order by January 31, 2010.
Sun Java Associate Certification (PK-CERT-SCJA)
Sun Java Programmer Certification (PK-CERT-SCJP)
Sun Java Web Component Developer (PK-CERT-SCWCD)
Sun Java Enterprise Architect Certification (PK-CERT-SCEA)
Sun System Administrator Certification Part I (PK-CERT-SCSA1)
Sun System Administrator Certification Part [...]
Top 10 JSF RIA Frameworks
Saturday, January 16, 2010 0:20 No CommentsToday, I am going to just publish the article that contains the most popular Java Web RIA frameworks mostly coupled with JSF. Then in my next article, I will discuss the most 5 promising framework for Java EE development.
Jboss Richfaces
Richfaces is known most popular, stable framework. It have full documentation plus great user community. Richfaces [...]
Inside String Working in JVM
Sunday, July 12, 2009 17:11 No CommentsJava Virtual Machine maintains an internal list of references for interned Strings ( pool of unique Strings) to avoid duplicate String objects in heap memory. Whenever the JVM loads String literal from class file and executes, it checks whether that String exists in the internal list or not. If it already exists in the list, then it [...]
Inside Implementing & Customizing Serialization in Java
Sunday, July 12, 2009 16:35 1 CommentImplementing serialization in Java is pretty straight forward just a little step task. The class you want to be serialized just have to implements a marker Interface Serializable no override nothing extra work.
The JVM will take care of serialization and deserialization process automatically. Now you can write your object to any persistent technology e.g. database, [...]
Inside Gazelle, Microsoft Research’s “browser OS”
Saturday, July 11, 2009 12:23 No CommentsMicrosoft has published a research paper on Gazelle, an experimental “multi-principal OS” for the Web. But it’s not actually an operating system; it’s really a browser prototype that runs on Windows, and it just might be the future of browsing. Ars takes a close look at the technology behind Gazelle to show you how it [...]
Inspecting Which Application is Listening on Port 80
Saturday, June 20, 2009 1:12 1 CommentHow to identify & troubleshoot why HTTP port 80 already bind, used or not available.
After installing Vertrigo (LAMP Suite) or Microsoft IIS Internet Information Services, or any other software server suite that listen to port HTTP 80, it’ll be a surprise that if some other application already already stolen port 80. Situation can be you [...]
Optimizing JSF Richfaces Applications
Saturday, April 25, 2009 1:13 10 CommentsJSF RIA based applications with richfaces comes with very common, mature and stable choice. Infact, richfaces is mature enough technology for implementing AJAX, rich user interfaces easily in JSF. I am sharing some of the common best practices for optimizing JSF richfaces application.
<context-param>
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
<param-value>true</param-value>
</context-param>
This config will enforce the container to [...]
My SCJP Victory
Wednesday, February 4, 2009 11:25 No CommentsThese are my SCJP certification kit Sun. I was very happy and exited to receive on of my biggest wish to come true about ever wanted Sun certification. You can see my SCJP certificates + nice visting type card that I can put in my pocket voilet. Now, with the great success and passion with [...]
