Using the WASService.exe Command

September 29, 2010

The WASService.exe command allows you to setup a Windows service for a WebSphere server. The command has its own idiosyncratic behavior. Best way to learn…

Will Java Be Around in Five Years?

September 4, 2010

Clearly as an employee of a company that makes a lot of it’s business on training and consulting for Java programming and technologies this is…

Oracle WebLogic Portal 10gR3 Programming Course Launched

August 30, 2010

We are proud to have released Oracle WebLogic Portal 10gR3 programming course. This 3 day course focuses primarily on the JSR 286 API. It also…

Notes About Portlet Events in JSR 286

August 5, 2010

JSR 286 allows portlets to fire events and consume events. An event is first fired from the processAction method. Portlet container notifies a consumer portlet…

Generational GC in IBM JDK

June 23, 2010

IBM JDK 1.5 introduced the use of generational GC. Prior to that, the whole heap was divided into Large Object Area (LOA) and Small Object…