How to Trace Program Flow using Log4j2

Do you not hate it to log method with “entry” and “exit” texts? Should you use “start” or “entry”? This article demonstrates how to use Log4j2 API to perform flow tracing without the need to provide texts.

How to Configure a JDBC Resource in SAP NetWeaver AS

Background [wp_ad_camp_1] SAP NetWeaver AS, like other Application Servers for Java, has a facility to configure JDBC resources that can be used by Web Dynpro for Java applications running within it Turreta.com recommends using the latest available version of the

Prevent Remote Access to Apache Web Server

Background [wp_ad_camp_1] You downloaded and installed XAMPP for some research or experiment but do not want other people in the same network to have access to the local XAMPP web console. This can be achived using one of Apache HTTP

How to read files line by line in PHP

Background [wp_ad_camp_1] PHP is not as bad as other people would think. Sometimes it is easier to do things in PHP than in, say, Java. Consider reading a text file line by line and parsing each pipe-delimited line. Hardware Environment

Simple PHP SOAP Client Example

Background This article demonstrates how to create an SOAP client using PHP and consume a SOAP-based web service [wp_ad_camp_1] Hardware Environment n/a Software Environment Windows 7 Professional SP1 PHP 5.5.9 / Zend Engine v2.5.0 Find a free Web Service Online

Mysqldump, Errorcode: 13, and Windows 7

In order to successfully export data from MySQL to some location in the same server host, the server application itself or the user account it runs on must have a write-access to the destination folder.

When One Java Decompiler is Not Enough

I have been using Java Decompiler by http://jd.benow.ca/ since I successfully reverse-engineered an application being used by DHL Express Head Office Malaysia in Menara TM in Kuala Lumpur.