Background This article demonstrates how create a Maven project in Eclipse. [wp_ad_camp_3] Software Environment Windows 7 Professional SP1 Java 1.7 (1.7.0_67 – Windows x86) Eclipse Kepler Dependecy Testing Apache Commons Lang 3 (3.3.2) Apache Commons IO (2.4) Create Maven Project
How to use phpfastcache to Cache Data to Files
Background [wp_ad_camp_5] Most of the PHP Frameworks I worked on or experimented with have their own ways of caching things to reduce calls to other systems (e.g., RDBMS) or interfaces to plug in third-party caching libraries. But what if you
How to get HttpServletRequest Object in JSF
So you’re using JSF and Spring. You thought your application is modern but then you hit a showstopper bug from either library that you could not retrieve the request parameters. Time to use some old-school Servlet/JSP API. This article demonstrates how to retrieve HttpServletRequest object in JSF.
How to use Batoo JPA in a simple Application
This article demonstrates how to use Batoo JPA 2.0.1.2 in a simple application.
How to create a simple JSF2 and Primefaces Application in Eclipse
This article demonstrates how to create a simple JSF that uses Primefaces in Eclipse.
How to read XML Document using the XML Parser extension in PHP
With XML Parser, you use callback functions to deal with specific events such as when the start or end of an XML element is encountered. These functions are registered using API functions made available for the XML Parser extension and are triggered or executed when a specific event is encountered. Also, you can only read XML with this extension.
How to Read and Write XML Documents using PHP DOM Extension
Background With XML Parser, you use can only read XML. To write and otherwise manipulate an XML document, you can use PHP DOM Extension. DOM stands for Document Object Model and it is a way of expressing XML nodes as
How to make a tab selected by default in Pimefaces
This article demonstrates how make any tab selected or activated by default.
Your First COBOL Program as a Java Developer
Background [wp_ad_camp_1] I have just reached my 10th year in IT. By the time I reach 40, I will have retired from IT entirely, changed career or started my own business. But I still have several years to enjoy the
General Anatomy of a COBOL Program
This article explains the general anatomy of a COBOL program.