News

$(window).load(function() { /* call after all modules loaded */ function cm(){ } /* call after individual module loaded * cim call after loading js1 module ...
// cara ini dilakukan agar module tidak di load / di download kalau tidak digunakan. Karena defaultnya adalah walaupun module tidak digunakan, module akan tetap didownload. Jadi cara ini akan ...
How else can we develop systems that take advantage of the power of Java? Dynamic proxies are such a tool. We can save thousands of lines of repetitive code with a single class. By taking a ...
OSGi, also known as the Dynamic Module System for Java, specifies a modular approach to Java application development, as well as a set of standardized methods for managing dependencies between ...
Abstract: Modern applications are becoming increasingly more dynamic and flexible. In Java software, one important flexibility mechanism is dynamic class loading. Unfortunately, the vast majority of ...