Recent Posts

Struts invalidate session

less than 1 minute read

Create a struts action - LogoutAction.java<pre style="font-family:arial;font-size:12px;border:1px dashed #CCCCCC;width:99%;height:auto;overflow:auto;back...

Environment setup

less than 1 minute read

Must have a environment setup so that the company can run right.Must have a file server where commonly used files can be stored eg. slide templates.This ca...

Rules for Cleaning logs

less than 1 minute read

Clearing logs or file purging should be done at the systems level and not at the programming or applications level because cleaning logs or deleting files ...

LDAP getting the previous dn

less than 1 minute read

public static String getPreviousDN(String dn) { String retString = null; try { DirContext DirCtx = DriverLocator.getInstance().get...