|  | | Java programming code page considerations is an article that explains problems of code pages vis-à-vis Java Unicode and its drawbacks and sample solutions with the help of which the programmers can generate a more real platform-independent and code page independent applications. | | Lazy load using dynamic proxy is a tutorial that teaches how to implement the lazy load mechanism using dynamic proxy concept. | | Mash that trash -- Incremental compaction in the IBM JDK Garbage Collector is a tutorial that discusses about the incremental compaction technique that reduces the pause times. | | Scaling Web services and applications with JavaGroups is a tutorial that teaches the users about the opensource distributed solution tools. This tutorial requires the users to have an intermediate level of Java knowledge. | | This article describes the tag conventions in Java Server Pages. Java Server Pages has two primary conventions: Scripting-Oriented Tags and XML-Based Tags. Scripting-Oriented Tags contain all information relevant to the tag within the individual tags themselves. | | This is an article that explains the best way to combine custom tags and increase the reusability and flexibility of JSP technology by customizing JSP tags. Few of them are supported with examples too. | | This article shows the ways to improve scalability in your programs by demonstrating several techniques to reduce contention. The uncontended synchronization has become less significant as the cost is reduced. But the contended synchronization, is expensive. | | Unclog the server bottleneck with active containers is a tutorial that provides the users with the solution for the problem of repeated processing of data. | | This article explains the basic means to compile codes and an overview of the popularity of Java native compilers vis-à-vis the JVM. The Java native compilers have a long way to go before it is mature enough to resolve the Java performance issues. | | You can manipulate user preference data and configuration data by the Java 1.4 package due to the addition of java.util.prefs. You can have access to implementation-specific registry like the windows registry on windows platform. | Pages: [<<] 1 2 3 | |  |
|