public marks

PUBLIC MARKS from solrac with tags "web apps" & java

04 June 2009

JSF 2 Templating and composite components

JavaServer Faces (JSF) 2 lets you implement user interfaces that are easy to modify and extend with two powerful features: templating and composite components. Learn how to use JSF 2 to implement UIs that are easy to maintain and extend through templating and composite components and how your Web applications can best take advantage of these features.

28 April 2009

Advanced system performance and Garbage Collection tuning concepts

Your system has specific performance settings that you can change to make it handle its workload better. Get every drop of performance out of your Central processing unit (CPU), Memory, Disk (both space and access speed), your Network throughput and JVM garbage collection with these performance tunning tips.