News

Did you ever wish your Java code could be dynamic like JavaServer Pages? That it could be modified and recompiled at runtime, with your application updating itself on the fly? This article shows ...
One of the most popular uses of JMX is to change the logging level of an executing Java application that utilizes Java's built-in logging ( java.util.logging ). This is made possible by the ...
One of the requirements of Static Java - that dynamic capabilities become more limited and need to be explicitly opted into at build time.
Hosting multiple Java Web-enabled applications with Apache/SSL in combination with Tomcat is potentially highly detailed. Separating the dynamic from the static content requires URL rewriting and ...