All topics

Java

57 articles tagged Java.

J2EE Security

  • J2EE / Jakarta EE
  • Java
  • Security

The article continues the series discussing J2EE Security and its related concepts. The following brings together the numerous concepts discussed in the past articles.

Read article: J2EE Security

Capturing JVM TCP Traffic

  • Debugging
  • JVM Internals
  • Troubleshooting

Any time you have a distributed application, there is network communication involved. Capturing this network traffic can be instrumental in diagnosing and solving problems. Generally, to capturing network traffic, superuser privledges, timing, and a bit of luck is needed. Often, the appropriate…

Read article: Capturing JVM TCP Traffic

Websphere v6.x Classloaders

  • Classloaders
  • J2EE / Jakarta EE
  • JVM Internals

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…

Read article: Websphere v6.x Classloaders

JVM process Virtual Memory Usage (Resident Set Size) On A Linux 2.6.25 Kernel

  • JVM Internals
  • Linux
  • Memory Management

This article expands on the previous Virtual Memory post by exploring Resident Set Size growth while running a Java program that will consume all available Java Heap memory. Four different JVM implementations are used to compare results of these experiments. These JVMs come from two different…

Read article: JVM process Virtual Memory Usage (Resident Set Size) On A Linux 2.6.25 Kernel