Topic

J2EE / Jakarta EE

25 posts filed under J2EE / Jakarta EE.Browse all topics.

Websphere v6.x Classloaders

Building on the ideas introduced in the last article, a J2EE Application servers classloaders are explored in this installment. In particular, Websphere Application Server v.6.x Classloaders are introduced. The J2EE Spec provides some guidance regarding J2EE Application Servers, but as with so many…

ClassloadersJ2EE / Jakarta EEJVM Internals

JNDI — Java Naming & Directory Interface

While researching an upcoming JAAS article, the decision was made to use JNDI to interact with the Openldap server that was stored user information. JNDI is used extensively in the J2EE landscape; so, exploring JNDI separately from JAAS seemed in order.

J2EE / Jakarta EEJAASLDAP

EJB vs. Web Services

This article is by no means an exhaustive discussion on the subject of Web Services and EJBs. But, I have often found many of the points I bring up here missing from meaningful debate. Researching this article also gave me an opportunity to go over material I've been wanting to read for a while now.

J2EE / Jakarta EEJBossPerformance Tuning