More on JPOS, JPOSEE, Client and Server Simulators

In this post, I would like to talk about my understanding of the server and client simulators in the JPOSEE project. The reason, I am writing this article is because I have received several request from readers of my blog and users from the about understanding how to get started with JPOS. So, I…

LDAP connection in Java

This article is an example java class connecting to an LDAP server. You are free to use the code in this article as you see fit.

Naming ceremony in Edo

The naming ceremony of a new born baby is celebrated in most African cultures. This article describe how a ceremony is conducted for the Benin people. A tribe from the southeastern part of Nigeria

Modifiers in Java

Access level modifiers determine whether other classes can use a particular field or invoke a particular method. This article tries to explain the different access members used through out the java language.

JEE 6 and 7, something to think about

I recently switched jobs and I have being working on upgrading our applications to JEE 6. Our applications run currently on oc4j(J2EE 1.3). I never heard of oc4j until I took this position. What I notice is that JEE has made some really good improvements. Things just work. I have being using…

LDAP Search and Pagination in java

This article shows an example Java class connecting to active directory and paginating the result. This was the solution use to get passed a rule placed in our active directory sever limiting the result retrieved to a thousand record.

WebLogic user config and key file generation

In this article, I would show you how can generate the user config file and key file in you fusion middleware stack. This would prevent you from typing in your admin user's password when you trying to automate deployment.

Reduce server restart on java web projects

Java web application development have been criticized a lot in the past as painful compared to building building php web application.  When developing an application in php, developers would refresh the browser to see changes they have made. In java, the developer would have to  restart…