<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="www.java-tips.org/index2.php">
        <title>Java Tips</title>
        <description></description>
        <link>http://www.java-tips.org</link>
       <dc:date>2013-05-21T14:39:36+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-2.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-3.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-4.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-5.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-6.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-7.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-8.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-9.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-10.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-11.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-12.html"/>
                <rdf:li rdf:resource="http://www.java-tips.org/content/view-13.html"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="http://www.java-tips.org/content/view.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-11-15T13:05:49+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 15.11.06 (16 new tips)</title>
        <link>http://www.java-tips.org/content/view.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java EE Tips / Web Services&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/why-web-services-are-needed-in-industry.html&quot;&gt; Why Web Services are needed in Industry &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/what-is-uddi-protocol.html&quot;&gt; What is UDDI Protocol &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/what-is-simple-object-access-protocol.html&quot;&gt; What is Simple Object Access Protocol &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/what-is-a-web-service.html&quot;&gt; What is a Web Service &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/what-are-different-web-services-technologies-and-tools.html&quot;&gt; What are Different Web Services Technologies and Tools &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/web-services/tip-to-set-up-environment-using-jax-rpc.html&quot;&gt; Tip to set up Environment using JAX RPC &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Spring Framework&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/what-is-ioc-container-in-spring-framework.html&quot;&gt; What is IOC container in Spring Framework &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/what-is-inversion-of-control-concept-of-spring-framework.html&quot;&gt; What is Inversion of control concept of Spring Framework &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/what-is-aspect-oriented-programming-in-spring-and-its-benefits-compared-to-other-j2ee-technologies.html&quot;&gt; What is Aspect-oriented programming in Spring and its benefits compared to other J2EE technologies &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/what-are-spring-framework-and-its-different-parts.html&quot;&gt; What are spring framework and its different parts &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/how-to-split-container-definitions-in-multiple-xml-files.html&quot;&gt; How to split container definitions in multiple XML files &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/how-to-make-beans-aliases.html&quot;&gt; How to make beans aliases &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/how-to-define-a-bean-which-is-created-using-a-static-factory-method.html&quot;&gt; How to define a bean which is created using a static factory method &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/how-to-choose-between-beanfactory-and-applicationcontext-interface-in-ioc-container.html&quot;&gt; How to choose between BeanFactory and ApplicationContext Interface in IOC container &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/spring-framework/how-spring-flexibility-distinguishes-it-from-other-j2ee-frameworks.html&quot;&gt; How Spring Flexibility distinguishes it from other J2ee frameworks &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-applications/source-code-analyzer/&quot;&gt; Source Code Analyzer &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-2.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-11-09T09:22:49+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Two new tutorials about Servlet Listeners</title>
        <link>http://www.java-tips.org/content/view-2.html</link>
        <description>&lt;p&gt;We have published two new tutorials about Servelt listeners:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/introduction-to-servlet-listener-using-netbeans.html&quot;&gt;Introduction to Servlet Listener using NetBeans&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/introduction-to-servlet-listener-using-eclipse.html&quot;&gt;Introduction to Servlet Listener using Eclipse&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-3.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-07-18T00:59:45+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 17.07.06 (389 new tips)</title>
        <link>http://www.java-tips.org/content/view-3.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-capture-screenshot.html&quot;&gt; How to capture screenshot &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-use-awt-cardlayout.html&quot;&gt; How to use AWT CardLayout &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-use-robot-class-in-java.html&quot;&gt; How to use Robot class in Java  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/java-graphics-coordinate-system.html&quot;&gt; Java Graphics Coordinate System &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/converting-rgb-colors-into-values-of-hue-saturation-and-intensity.html&quot;&gt; Converting RGB colors into values of hue saturation and intensity &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-use-border-layout.html&quot;&gt; How to use Border layout &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-use-grid-layout.html&quot;&gt; How to use Grid layout &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-create-animation:-paint-and-thread.html&quot;&gt; How to create Animation: Paint and Thread &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-create-animation.html&quot;&gt; How to create animation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-create-a-bouncing-ball-animation.html&quot;&gt; How to create a bouncing ball animation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/text-animation.html&quot;&gt; Text animation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-create-a-hypnosis-spiral-in-java.html&quot;&gt; How to create a Hypnosis Spiral in Java &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt.image&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.image/how-to-use-pixelgrabber-class-to-acquire-pixel-data-from-an-image-object.html&quot;&gt; How to use PixelGrabber class to acquire pixel data from an Image object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.image/calculation-of-the-mean-value-of-an-image.html&quot;&gt; Calculation of the mean value of an image &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.image/enlarging-an-image-by-pixel-replication.html&quot;&gt; Enlarging an image by pixel replication &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.image/shrinking-an-image-by-skipping-pixels.html&quot;&gt; Shrinking an image by skipping pixels &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.image/how-to-get-average-of-a-set-of-images.html&quot;&gt; How to get average of a set of images &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt.event&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-add-window-listener-to-the-window-in-swing.html&quot;&gt; How to add window listener to the window in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/what-types-of-events-exist-in-swing.html&quot;&gt; What types of Events exist in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-action-events-in-swing.html&quot;&gt; How to use Action Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-adjustment-events-in-swing.html&quot;&gt; How to use Adjustment Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-focus-events-in-swing.html&quot;&gt; How to use Focus Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-item-events-in-swing.html&quot;&gt; How to use Item Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-key-events-in-swing.html&quot;&gt; How to use Key Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-mouse-events-in-swing.html&quot;&gt; How to use Mouse Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-mouse-motion-events-in-swing.html&quot;&gt; How to use Mouse Motion Events in Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt.event/how-to-use-window-events-in-swing.html&quot;&gt; How to use Window Events in Swing &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-get-free-available-memory-in-java-program.html&quot;&gt; How to get free available memory in Java program &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-write-a-java-application-without-a-main-method.html&quot;&gt; How to write a Java Application without a main method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/introducing-annotations.html&quot;&gt; Introducing Annotations &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/binary-search-implementation-in-java.html&quot;&gt; Binary Search Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/recursive-binary-search-implementation-in-java.html&quot;&gt; Recursive Binary Search Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/factorial-implementation-in-java.html&quot;&gt; Factorial Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/finding-greatest-common-divisor-recursively.html&quot;&gt; Finding Greatest Common Divisor recursively &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/finding-maximum-contiguous-subsequence-sum-using-divide-and-conquer-approach.html&quot;&gt; Finding Maximum Contiguous Subsequence Sum using divide-and-conquer approach &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/insertion-sort-implementation-in-java.html&quot;&gt; Insertion Sort Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/shell-sort-implementation-in-java.html&quot;&gt; Shell Sort Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/heap-sort-implementation-in-java.html&quot;&gt; Heap Sort Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/merge-sort-implementation-in-java.html&quot;&gt; Merge Sort Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/quick-sort-implementation-with-median-of-three-partitioning-and-cutoff-for-small-arrays.html&quot;&gt; Quick Sort Implementation with median-of-three partitioning and cutoff for small arrays &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/quickselect-implementation-with-median-of-three-partitioning-and-cutoff-for-small-arrays.html&quot;&gt; Quickselect Implementation with median-of-three partitioning and cutoff for small arrays &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/array-based-stack-implementation-in-java.html&quot;&gt; Array-based Stack Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/array-based-queue-implementation-in-java.html&quot;&gt; Array-based Queue Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/linked-list-based-stack-implementation.html&quot;&gt; Linked-list Based Stack Implementation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/linked-list-based-queue-implementation.html&quot;&gt; Linked-list Based Queue Implementation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/linked-list-implementation-in-java.html&quot;&gt; Linked List Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/binary-search-tree-implementation-in-java.html&quot;&gt; Binary Search Tree Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/red-black-tree-implementation-in-java.html&quot;&gt; Red-Black Tree Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/aa-tree-implementation-in-java.html&quot;&gt; AA-Tree Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/priority-queue---binary-heap---implementation-in-java.html&quot;&gt; Priority Queue - Binary Heap - Implementation in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/character-escape-codes-in-java.html&quot;&gt; Character Escape Codes in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/arithmetic-operators-in-java.html&quot;&gt; Arithmetic Operators in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/what-is-garbage-collection.html&quot;&gt; What is garbage collection &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-can-i-clear-a-system-property.html&quot;&gt; How can i clear a system property &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/when-was-java-born.html&quot;&gt; When was Java born &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/what-is-the-difference-between-jdk-and-jre.html&quot;&gt; What is the difference between JDK and JRE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-can-i-generate-a-java-file-from-a-class-file.html&quot;&gt; How can I generate a java file from a class file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/where-can-i-get-the-java-language-specification.html&quot;&gt; Where can I get the Java Language Specification &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-can-i-force-garbage-collection-to-take-place.html&quot;&gt; How can I force garbage collection to take place &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/a-program-to-print-limits-of-the-primitive-types.html&quot;&gt; A program to print limits of the primitive types &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-system-class.html&quot;&gt; How to use System class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1980/2/&quot;&gt; How to use Wrapper classes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/difference-between-abstract-classes-and-interfaces.html&quot;&gt; Difference between Abstract classes and Interfaces &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/creating-application-specific-exceptions.html&quot;&gt; Creating Application Specific Exceptions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-for-each-loop.html&quot;&gt; How to use For Each loop &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-pass-unspecified-number-of-arguments-to-a-method.html&quot;&gt; How to pass unspecified number of arguments to a method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-implement-cloneable-interface.html&quot;&gt; How to implement Cloneable Interface &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-comparable-interface.html&quot;&gt; How to use Comparable Interface &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-explicitly-invoke-garbage-collection-in-java.html&quot;&gt; How to explicitly invoke Garbage Collection in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-pass-command-line-argument-in-a-java-program.html&quot;&gt; How to pass command line argument in a java program &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-system-class-to-copy-array.html&quot;&gt; How to use System class to copy Array &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-exception-classes-to-validate-numbers.html&quot;&gt; How to use Exception classes to validate Numbers &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/difference-between-string-stringbuffer-and-stringbuilder.html&quot;&gt; Difference between String StringBuffer and StringBuilder &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-jar-tool.html&quot;&gt; How to use Jar Tool &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/use-of-stringbuffer-class.html&quot;&gt; Use of StringBuffer Class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/use-of-arraylist-class.html&quot;&gt; Use of ArrayList Class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-convert-an-arraylist-into-an-array.html&quot;&gt; How to Convert an ArrayList into an array &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/extending-thread-class---multithreading-concepts.html&quot;&gt; Extending Thread class - multithreading concepts &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/schedule-task-periodically.html&quot;&gt; Schedule task periodically &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/use-of-finally-clause.html&quot;&gt; Use of Finally Clause &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/a-tip-on-conditional-operation.html&quot;&gt; A tip on conditional operation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/a-small-tip-on-string-to-avoid-nullpointerexception.html&quot;&gt; A small tip on String to avoid NullPointerException &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/are-there-any-tools-out-there-that-will-convert-a-program-writen-in-c-to-java.html&quot;&gt; Are there any tools out there that will convert a program writen in C to Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/what-is-java-just-in-time-compiler.html&quot;&gt; What is Java Just in Time Compiler &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-use-verbose-option-while-running-a-java-application.html&quot;&gt; How to use verbose option while running a Java application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/how-to-pass-reference-in-a-method.html&quot;&gt; How to pass reference in a method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang/use-of-clone-method---cloning-objects.html&quot;&gt; Use of clone method - cloning objects &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.text&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.text/how-to-internationalize-number.html&quot;&gt; How to internationalize number &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang.reflect&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang.reflect/how-to-use-reflection-in-java.html&quot;&gt; How to use Reflection in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.lang.reflect/invoke-method-using-reflection.html&quot;&gt; Invoke method using Reflection &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.net&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.net/programmatic-access-to-network-parameters.html&quot;&gt; Programmatic Access to Network Parameters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.net/how-can-i-send-broadcast-packets-in-java.html&quot;&gt; How can I send broadcast packets in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.net/how-do-i-use-java-to-ping-a-host.html&quot;&gt; How do I use Java to ping a host &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.net/how-to-detect-ip-address-and-name-of-host-machine-without-using-socket-programming.html&quot;&gt; How to Detect IP Address and Name of Host machine without using Socket programming &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.net/how-to-convert-uri-to-url.html&quot;&gt; How to convert URI to URL  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.io&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-make-a-file-read-only-through-java-program.html&quot;&gt; How to make a file read only through Java program &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-do-i-list-all-drives---filesystem-roots---on-my-system.html&quot;&gt; How do I list all drives - filesystem roots - on my system &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-can-i-open-the-same-file-for-reading-as-well-as-writing.html&quot;&gt; How can I open the same file for reading as well as writing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/chaining-of-streams.html&quot;&gt; Chaining of Streams &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-use-random-access-file.html&quot;&gt; How to use Random Access file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-do-object-serialization.html&quot;&gt; How to do object Serialization &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/list-the-names-of-all-files-in-a-particular-directory.html&quot;&gt; List the names of all files in a particular directory &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-read-file-in-java.html&quot;&gt; How to Read File in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-write-file-in-java.html&quot;&gt; How to write file in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.io/how-to-convert-html-file-into-js-file.html&quot;&gt; How to convert html file into js file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.applet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.applet/how-to-remove-flashing-in-an-applet.html&quot;&gt; How to Remove Flashing in an Applet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.applet/how-can-i-read-a-file-from-the-jar-file-of-an-applet.html&quot;&gt; How can I read a file from the JAR file of an applet &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.xml.parsers&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.parsers/how-to-read-xml-file-in-java.html&quot;&gt; How to read XML file in Java &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.xml.validation&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/definitions-of-attributes.html&quot;&gt; Definitions of attributes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/definitions-of-complex-elements-and-types.html&quot;&gt; Definitions of complex elements and types &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/definitions-of-simple-elements-and-types.html&quot;&gt; Definitions of simple elements and types &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/how-to-create-xml-validator-from-xml-schema.html&quot;&gt; How to create XML validator from XML schema &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/referencing-elements.html&quot;&gt; Referencing elements &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/using-validator-in-sax-interface.html&quot;&gt; Using validator in SAX interface &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/using-value-restricions.html&quot;&gt; Using value restricions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.xml.validation/what-is-w3c-xml-schema.html&quot;&gt; What is W3C XML schema &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-do-i-generate-a-random-number-between-0-and-some-integer-n.html&quot;&gt; How do I generate a random number between 0 and some integer n &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-hashset.html&quot;&gt; How to use HashSet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-treeset.html&quot;&gt; How to use TreeSet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-of-hashmap.html&quot;&gt; How to use of HashMap &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-list-interface.html&quot;&gt; How to use List interface &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-generic-arraylist.html&quot;&gt; How to use generic ArrayList &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-use-stringtokenizer.html&quot;&gt; How to use StringTokenizer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-read-input-from-console.html&quot;&gt; How to read input from console &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-read-system-properties.html&quot;&gt; How to read System properties &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/multi-lingual-features-in-java-application.html&quot;&gt; Multi-Lingual Features in Java Application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/difference-between-arraylist-and-vector.html&quot;&gt; Difference between ArrayList and Vector &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-extend-linkedhashmap.html&quot;&gt; How to extend LinkedHashMap &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.logging&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/how-to-use-logger.html&quot;&gt; How to use Logger &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.regex&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-use-regular-expression-in-java.html&quot;&gt; How to use regular expression in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/an-example-of-a-regular-expression-search-program.html&quot;&gt; An example of a regular expression search program &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/an-example-of-regular-expression-search-and-replace-program.html&quot;&gt; An example of Regular Expression search and replace program &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-apply-regular-expressions-on-the-contents-of-a-file.html&quot;&gt; How to apply Regular Expressions on the contents of a file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-create-a-string-pattern-matcher.html&quot;&gt; How to create a String pattern matcher &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-split-strings-with-patterns.html&quot;&gt; How to split Strings with Patterns &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-use-matcher-class.html&quot;&gt; How to use Matcher class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.regex/how-to-find-and-display-hyperlinks-contained-within-a-web-page.html&quot;&gt; How to find and display hyperlinks contained within a web page &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.zip&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-compress-a-byte-array.html&quot;&gt; How to compress a Byte Array &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-compress-a-file-in-the-gzip-format.html&quot;&gt; How to compress a file in the GZIP format &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-create-a-zip-file.html&quot;&gt; How to create a ZIP File &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-decompress-a-byte-array.html&quot;&gt; How to decompress a Byte Array &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-retrieve-a-compressed-file-from-a-zip-file.html&quot;&gt; How to retrieve a compressed file from a ZIP file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-retrieve-the-contents-of-a-zip-file.html&quot;&gt; How to retrieve the contents of a ZIP file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-uncompress-a-file-in-the-gzip-format.html&quot;&gt; How to uncompress a file in the GZIP format &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-read-zip-file.html&quot;&gt; How to read zip file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.zip/how-to-write-zip-file.html&quot;&gt; How to write Zip file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.beans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.beans/reporting-indexed-property-changes-in-beans.html&quot;&gt; Reporting Indexed Property Changes in Beans &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.imageio&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.imageio/how-to-save-a-bufferedimage-to-a-png-file.html&quot;&gt; How to save a BufferedImage to a PNG file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.imageio/how-to-list-the-image-formats-that-can-be-read-and-written.html&quot;&gt; How to list the image formats that can be read and written &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.imageio/how-to-read-an-image-from-a-file,-inputstream,-or-url.html&quot;&gt; How to read an Image from a file, inputStream, or URL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.imageio/java-2d-api-enhancements-in-j2se-5.0.html&quot;&gt; Java 2D API Enhancements in J2SE 5.0 &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-menu-bar.html&quot;&gt; How to create Menu Bar &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-format-and-validate-input-field-in-java-swing.html&quot;&gt; How to format and validate input field in Java Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-make-split-pane-using-swing.html&quot;&gt; How to make Split Pane using Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-make-tabbed-pane-using-swing.html&quot;&gt; How to make Tabbed pane using Swing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-use-swing-boxlayout.html&quot;&gt; How to use Swing BoxLayout &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/dialog-modality.html&quot;&gt; Dialog Modality &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/drag-and-drop-of-a-group-of-files-into-a-tree.html&quot;&gt; Drag and drop of a group of files into a tree &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-make-a-text-field-two-columns-wide.html&quot;&gt; How to make a Text Field two columns wide &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-record-mouse-over-action-on-hyperlinks-and-shows-the-link-in-a-status-bar.html&quot;&gt; How to record mouse-over action on hyperlinks and shows the link in a status bar &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-add-colored-text-to-the-document.html&quot;&gt; How to add colored text to the document &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-change-mouse-cursor-during-mouse-over-action-on-hyperlinks.html&quot;&gt; How to change mouse cursor during mouse-over action on hyperlinks &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-bracket-matcher.html&quot;&gt; How to implement bracket matcher &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/program-that-matches-bracket-as-user-edits-document.html&quot;&gt; Program that matches bracket as user edits document &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-different-style-options-in-your-application.html&quot;&gt; How to implement different style options in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-an-undo-option-for-style-manipulation.html&quot;&gt; How to implement an undo option for Style manipulation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-a-document-cleaner-that-maps-lowercase-letters-to-uppercase.html&quot;&gt; How to implement a document cleaner that maps lowercase letters to uppercase &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-a-fancy-caret-for-your-application.html&quot;&gt; How to implement a fancy caret for your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-map-actions-with-keystrokes.html&quot;&gt; How to map actions with keystrokes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-your-own-line-highlighter.html&quot;&gt; How to implement your own line highlighter &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-highligting-of-discontinous-string-on-basis-of-a-delimiter.html&quot;&gt; How to implement highligting of discontinous string on basis of a delimiter &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-a-pattern-matcher-for-regular-expressions.html&quot;&gt; How to implement a pattern matcher for regular expressions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-modify-horizontal-alignment-of-text-field-at-runtime.html&quot;&gt; How to modify horizontal alignment of text field at runtime &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-provide-user-with-an-option-of-choosing-a-color-from-a-pulldown.html&quot;&gt; How to provide user with an option of choosing a color from a pulldown &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-show-data-in-database-with-a-jtable.html&quot;&gt; How to show data in database with a JTable &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-a-confirm-dialog-box.html&quot;&gt; How to create a Confirm Dialog Box &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-an-input-dialog-box.html&quot;&gt; How to create an Input Dialog Box &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-a-message-dialog-box.html&quot;&gt; How to create a Message Dialog Box &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-an-option-dialog-box.html&quot;&gt; How to create an Option Dialog Box &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-a-toolbar.html&quot;&gt; How to create a Toolbar &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-a-progressbar.html&quot;&gt; How to create a ProgressBar &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-can-i-change-the-default-icon-on-application-window---java-cup---to-my-own.html&quot;&gt; How can I change the default icon on application window - java cup - to my own &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing.text&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing.text/how-to-make-custom-input-text-formatter-in-java.html&quot;&gt; How to make custom Input Text Formatter in Java &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/changing-screen-size-of-the-emulator.html&quot;&gt; Changing screen size of the emulator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-fetch-an-html-page.html&quot;&gt; How to fetch an HTML page &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-improve-efficiency-of-your-application.html&quot;&gt; How to improve efficiency of your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-manipulate-a-data-buffer.html&quot;&gt; How to manipulate a data buffer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-receive-datagrams-in-a-mobile-application.html&quot;&gt; How to receive datagrams in a mobile application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-send-a-datagram-in-a-network-aplication.html&quot;&gt; How to send a datagram in a network aplication &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-use-customitem.html&quot;&gt; How to use CustomItem &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-use-date-field.html&quot;&gt; How to use Date field &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-use-http-connection-instead-of-a-stream-socket.html&quot;&gt; How to use HTTP connection instead of a stream socket &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/creating-an-alert-dialog-box.html&quot;&gt; Creating an Alert Dialog Box &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/creating-an-instance-of-the-form-class.html&quot;&gt; Creating an instance of the Form class &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Java Servlet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-get-information-about-the-client-machine-using-servlet.html&quot;&gt; How to get information about the client machine using Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-get-information-about-the-server-using-servlet.html&quot;&gt; How to get information about the Server using Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-get-information-about-user-using-servlet.html&quot;&gt; How to get information about user using Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-push-an-applet-from-a-servlet.html&quot;&gt; How to Push an Applet from a Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-redirect-a-request-using-servlet.html&quot;&gt; How to Redirect a Request using Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/what-is-client-pull.html&quot;&gt; What is Client Pull &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-servlet/how-to-debug-a-servlet.html&quot;&gt; How to debug a Servlet &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / JavaServer Pages&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-session-scope.html&quot;&gt; How to use Session Scope &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-open-excel-sheet-through-jsp.html&quot;&gt; How to open excel sheet through JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-logical-tags-in-jsp.html&quot;&gt; How to use logical tags in JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/use-of-global-forwards-tag--in-jsp.html&quot;&gt; Use of global-forwards tag in JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-access-cookies-set-at-the-client-side.html&quot;&gt; How to Access Cookies Set at the Client Side &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/differences-between-jsp-and-asp.html&quot;&gt; Differences between JSP and ASP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-send-e-mail-through-jsp.html&quot;&gt; How to send e-mail through JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-jsp:forward-tag.html&quot;&gt; How to use jsp:forward tag &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-get-init-parameter-names.html&quot;&gt; How to get Init parameter Names &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-jsp:include-action.html&quot;&gt; How to use jsp:include action &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/bean-with-indexed-properties-and-accessing-indexed-values-through-jsp-bean-tags.html&quot;&gt; Bean with Indexed Properties and Accessing Indexed values through JSP Bean tags &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-html:messages-tag-in-jsp.html&quot;&gt; How to use html:messages tag in JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-javabeans-and-jsp:usebean-action-in-jsp.html&quot;&gt; How to use JavaBeans and JSP:useBean action in JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-get-and-set-the-property-of-a-javabean-class.html&quot;&gt; How to get and set the property of a JavaBean class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-forward-requests-from-servlet-to-jsp.html&quot;&gt; How to forward requests from Servlet to JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-iterate-tag-in-struts-framework.html&quot;&gt; How to use iterate Tag in Struts Framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-the-jsp-page-works.html&quot;&gt; How the JSP page works &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Enterprise Java Beans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/developing-web-services-using-ejb-3.0.html&quot;&gt; Developing Web Services Using EJB 3.0 &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/document-handling-in-web-services-applications.html&quot;&gt; Document Handling in Web Services Applications &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/understanding-jmx-technology.html&quot;&gt; Understanding JMX Technology &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/common-tips-for-stateless-session-bean.html&quot;&gt; Common tips for Stateless Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/tip-for-remote-methods-in-session-bean.html&quot;&gt; Tip for remote methods in Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-write-finalization-code-in-java.html&quot;&gt; How to write Finalization Code in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-synchronize-session-bean-state-with-the-transactions.html&quot;&gt; How to synchronize Session Bean state with the transactions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/tip-for-remote-and-home-interfaces-of-ejb.html&quot;&gt; Tip for Remote and Home interfaces of EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/tips-for-basic-functionality-of-entity-bean-and-its-comparison-with-session-bean.html&quot;&gt; Tips for basic functionality of Entity Bean and its comparison with Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/tips-for-entity-bean-internal-functionality-life-cycle.html&quot;&gt; Tips for Entity Bean Internal Functionality Life Cycle &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/choosing-between-httpsession-and-stateful-session-bean.html&quot;&gt; Choosing between HttpSession and Stateful session bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/ejbactivate-and-ejbpassivate-methods-in-stateless-session-bean.html&quot;&gt; ejbActivate and ejbPassivate methods in Stateless Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-decide-when-to-use-entity-bean-or-simple-jdbc-api.html&quot;&gt; How to decide when to use Entity Bean or Simple JDBC API &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/tip-to-improve-performance-of-entity-beans-using-dirty-flag.html&quot;&gt; Tip to improve performance of Entity Beans using dirty flag &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-improve-mdb-performance-by-pool-size.html&quot;&gt; How to improve MDB performance by pool size &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-is-an-ejb.html&quot;&gt; What is an EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-is-a-session-bean.html&quot;&gt; What is a Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-is-the-java-2-platform-enterprise-edition---j2ee.html&quot;&gt; What is the Java 2 Platform Enterprise Edition - J2EE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-are-the-main-benefits-of-the-j2ee-platform.html&quot;&gt; What are the main benefits of the J2EE platform &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-technologies-are-included-in-the-j2ee-platform.html&quot;&gt; What technologies are included in the J2EE platform &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/inheritance-and-the-java-persistence-api.html&quot;&gt; Inheritance and the Java Persistence API &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/difference-between-ear-jar-and-war-files.html&quot;&gt; Difference between ear jar and war files &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-look-up-object-in-local-name-space.html&quot;&gt; How to Look up Object in Local Name Space &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-look-up-object-in-distributable-name-space.html&quot;&gt; How to Look up Object in Distributable Name Space &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-use-setsessioncontext-method-in-session-ejb.html&quot;&gt; How to use SetSessionContext method in Session EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-avoid-memory-leaks-while-calling-stateless-session-bean.html&quot;&gt; How to avoid memory leaks while calling Stateless Session Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-is-timer-services-in-ejb-framework.html&quot;&gt; What is Timer Services in EJB Framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/behavior-of-timer-services-in-transactions.html&quot;&gt; Behavior of Timer Services in Transactions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/what-is-the-use-of-reentrant-in-entity-beans.html&quot;&gt; What is the use of reentrant in Entity Beans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/difference-between-cmp-entity-bean-and-bmp-entity-bean.html&quot;&gt; Difference between CMP Entity Bean and BMP Entity Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/where-to-use-bmp-over-cmp.html&quot;&gt; Where to use BMP over CMP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/reasons-to-isolate-data-access-code-from-entity-bean-to-a-helper-class.html&quot;&gt; Reasons to isolate data access code from entity bean to a helper class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-write-data-access-code-in-life-cycle-methods-of-a-bmp-entity-bean.html&quot;&gt; How to write data access code in life cycle methods of a BMP Entity bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-cancel-timer-service-in-different-scenarios.html&quot;&gt; How to Cancel Timer Service in different Scenarios &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-gather-information-about-timers.html&quot;&gt; How to gather information about Timers &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-retrieve-all-active-timers-of-a-bean.html&quot;&gt; How to retrieve all active timers of a Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-call-timer-service-in-different-ejb-components-of-a-stateless-sessionbean.html&quot;&gt; How to call Timer Service in different EJB components of a Stateless SessionBean &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Java API for XML Web Services&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-api-for-xml-web-services/using-jax-ws-based-web-services-with-ssl.html&quot;&gt; Using JAX-WS-Based Web Services with SSL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-api-for-xml-web-services/writing-a-handler-in-jax-ws.html&quot;&gt; Writing a Handler in JAX-WS &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Java Architecture for XML Binding &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-architecture-for-xml-binding/what-is-new-in-jaxb-2.0.html&quot;&gt; What is New in JAXB 2.0 &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / GlassFish &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/glassfish/using-custom-mbeans-to-extend-the-glassfish-administration-system.html&quot;&gt; Using Custom MBeans to Extend the GlassFish Administration System &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Struts&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/struts/how-to-use-struts-framework.html&quot;&gt; How to use Struts Framework &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / NetBeans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-launch-a-web-browser-with-a-specified-url-from-an-action.html&quot;&gt; How to launch a web browser with a specified URL from an action &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-use-the-diff-api-in-netbeans.html&quot;&gt; How to use the Diff API in NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-can-i-develop-midlets-with-netbeans.html&quot;&gt; How can I develop midlets with NetBeans &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Eclipse&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/where-can-i-find-plugins-for-eclipse.html&quot;&gt; Where can I find plugins for Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-your-own-comment-template-in-eclipse.html&quot;&gt; How to add your own comment template in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-override-a-method-from-a-base-class-using-eclipse.html&quot;&gt; How to override a method from a base class using Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-make-war-file-in-eclipse.html&quot;&gt; How to make WAR file in Eclipse &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JDBC&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jdbc/how-to-make-jdbc-connection.html&quot;&gt; How to make JDBC connection &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jdbc/how-to-insert-data-using-jdbc.html&quot;&gt; How to insert data using JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jdbc/how-to-retrieve-data-using-jdbc.html&quot;&gt; How to retrieve data using JDBC &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Ant&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/ant/how-to-control-start-and-stop-of-a-tomcat-application-by-ant-build-script.html&quot;&gt; How to control start and stop of a tomcat application by ant build script &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Spring&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/what-is-dispatcher-servlet-and-how-to-configure-dispatcher-servlet-of-spring-in-web.xml-file.html&quot;&gt; What is Dispatcher Servlet and how to configure Dispatcher Servlet of Spring in web.xml file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-configure-definitions-used-by-particular-dispatcher-servlet-of-spring.html&quot;&gt; How to configure Definitions used by Particular Dispatcher Servlet of Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-write-in-spring-mvc-framework.html&quot;&gt; How to write in Spring MVC Framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-use-abstractcontroller-for-caching-support-in-spring.html&quot;&gt; How to use AbstractController for caching support in Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/what-are-command-controllers.html&quot;&gt; What are Command Controllers &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/spring-mvc-framework-and-its-usage.html&quot;&gt; Spring MVC Framework and its usage &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-decide-which-command-controller-to-use-for-a-web-application.html&quot;&gt; How to decide which Command Controller to use for a web application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-decouple-view-and-controller-in-spring-mvc.html&quot;&gt; How to decouple view and controller in Spring MVC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-load-parameters-at-application-startup-in-spring-mvc-framework.html&quot;&gt; How to load parameters at application startup in Spring MVC framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-use-tag-library-of-spring.html&quot;&gt; How to use Tag Library of Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-use-simpleformcontroller-in-spring.html&quot;&gt; How to use SimpleFormController in Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/when-to-use-abstractwizardformcontroller-in-spring-mvc-web-application.html&quot;&gt; When to use AbstractWizardFormController in Spring MVC Web Application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/when-to-use-multiactioncontroller-in-spring-framework.html&quot;&gt; When to use MultiActionController in Spring framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-support-more-than-one-view-resolvers-in-spring.html&quot;&gt; How to support more than one view resolvers in Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/why-use-handlerinterceptors-in-spring.html&quot;&gt; Why use HandlerInterceptors in Spring &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-choose-correct-type-of-view-resolvers.html&quot;&gt; How to choose correct type of view resolvers &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/spring/how-to-use-validator-interface-for-data-validation.html&quot;&gt; How to use Validator interface for data validation &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JOGL&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/what-is-jogl.html&quot;&gt; What is JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-a-white-rectangle-on-a-black-background.html&quot;&gt; How to draw a white rectangle on a black background &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-implement-a-simple-double-buffered-animation-with-mouse-events.html&quot;&gt; How to implement a simple double-buffered animation with mouse events &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-lines-in-different-styles.html&quot;&gt; How to draw lines in different styles &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/polygon-stippling-in-jogl.html&quot;&gt; Polygon Stippling in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/vertex-arrays-in-jogl.html&quot;&gt; Vertex Arrays in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-render-a-wireframe-cube.html&quot;&gt; How to render a wireframe cube &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-opengl-modeling-transformations.html&quot;&gt; How to use OpenGL modeling transformations &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-arbitrary-clipping-planes.html&quot;&gt; Demonstration of arbitrary clipping planes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/planets-model-using-modeling-transformations.html&quot;&gt; Planets model using modeling transformations &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-composite-modeling-transformations-to-draw-translated-and-rotated-hierarchical-models.html&quot;&gt; How to use composite modeling transformations to draw translated and rotated hierarchical models &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-gluunproject-in-jogl.html&quot;&gt; How to use gluUnProject in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/smooth-shading-in-jogl.html&quot;&gt; Smooth Shading in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-opengl-lighting-model.html&quot;&gt; How to use OpenGL lighting model &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/a-model-with-a-light-which-is-moved-by-a-modeling-transformation.html&quot;&gt; A model with a light which is moved by a modeling transformation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/several-spheres-are-drawn-using-different-material-characteristics.html&quot;&gt; Several spheres are drawn using different material characteristics &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-glcolormaterial.html&quot;&gt; How to use glColorMaterial &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/a-scene-with-different-objects-and-a-single-light-source.html&quot;&gt; A scene with different objects and a single light source &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-glblendequation-in-jogl.html&quot;&gt; How to use glBlendEquation in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/several-overlapping-filled-polygons-to-demonstrate-the-effect-order-has-on-alpha-blending-results.html&quot;&gt; Several overlapping filled polygons to demonstrate the effect order has on alpha blending results &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-intermix-opaque-and-alpha-blended-polygons-in-the-same-scene.html&quot;&gt; How to intermix opaque and alpha blended polygons in the same scene &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-anti-aliased-lines-in-jogl.html&quot;&gt; How to draw anti-aliased lines in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-multisampling-to-draw-anti-aliased-geometric-primitives.html&quot;&gt; How to use multisampling to draw anti-aliased geometric primitives &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-different-types-of-fog-in-jogl.html&quot;&gt; Demonstration of different types of fog in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/the-program-demonstrating-the-use-of-explicit-fog-coordinates.html&quot;&gt; The program demonstrating the use of explicit fog coordinates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-point-parameters-and-their-effect-on-point-primitives.html&quot;&gt; Demonstration of point parameters and their effect on point primitives &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-polygon-offset-to-draw-a-shaded-polygon-and-its-wireframe-counterpart.html&quot;&gt; Demonstration of polygon offset to draw a shaded polygon and its wireframe counterpart &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-create-a-display-list-in-jogl.html&quot;&gt; How to create a display list in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-make-and-execute-a-display-list.html&quot;&gt; How to make and execute a display list &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-glcalllists-in-jogl.html&quot;&gt; How to use glCallLists in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-a-bitmapped-letter-on-the-screen.html&quot;&gt; How to draw a bitmapped letter on the screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-some-text-in-a-bitmapped-font-using-glbitmap.html&quot;&gt; How to draw some text in a bitmapped font using glBitmap &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/drawing-pixels-and-showing-the-effect-of-gldrawpixels,-glcopypixels,-and-glpixelzoom.html&quot;&gt; Drawing pixels and showing the effect of glDrawPixels, glCopyPixels, and glPixelZoom &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-glcolortable|ext-function-in-jogl.html&quot;&gt; How to use glColorTable|EXT function in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-various-2d-convolutions-filters-to-find-edges-in-an-image.html&quot;&gt; How to use various 2D convolutions filters to find edges in an image &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-the-color-matrix-to-exchange-the-color-channels-of-an-image.html&quot;&gt; How to use the color matrix to exchange the color channels of an image &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-compute-the-histogram-of-an-image-using-glhistogram-function.html&quot;&gt; How to compute the histogram of an image using glHistogram function &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-determine-the-minimum-and-maximum-values-of-a-group-of-pixels-using-the-glminmax-function.html&quot;&gt; How to determine the minimum and maximum values of a group of pixels using the glMinmax function &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-texture-map-a-checkerboard-image-onto-two-rectangles.html&quot;&gt; How to texture map a checkerboard image onto two rectangles &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/another-method-of-texture-mapping-a-checkerboard-image-onto-two-rectangles.html&quot;&gt; Another method of texture mapping a checkerboard image onto two rectangles &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-mipmaps-for-texture-maps.html&quot;&gt; How to use mipmaps for texture maps &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-using-glbindtexture-by-creating-and-managing-two-textures.html&quot;&gt; Demonstration of using glBindTexture by creating and managing two textures &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-a-texture-mapped-teapot-with-automatically-generated-texture-coordinates.html&quot;&gt; How to draw a texture mapped teapot with automatically generated texture coordinates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-use-cube-map-textures.html&quot;&gt; How to use cube map textures &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-different-effects-of-texture-combiner-functions.html&quot;&gt; Demonstration of different effects of texture combiner functions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-the-usage-of-the-stencil-buffer-for-masking-nonrectangular-regions.html&quot;&gt; Demonstration of the usage of the stencil buffer for masking nonrectangular regions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/demonstration-of-the-usage-of-the-accumulation-buffer-to-do-full-scene-antialiasing-on-a-scene.html&quot;&gt; Demonstration of the usage of the accumulation buffer to do full-scene antialiasing on a scene &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/use-of-the-accumulation-buffer-to-do-full-scene-antialiasing-on-a-scene.html&quot;&gt; Use of the accumulation buffer to do full-scene antialiasing on a scene &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/use-of-the-accumulation-buffer-to-create-an-out-of-focus-depth-of-field-effect.html&quot;&gt; Use of the accumulation buffer to create an out-of-focus depth-of-field effect &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/polygon-tessellation-in-jogl.html&quot;&gt; Polygon Tessellation in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/winding-rule-polygon-tessellation-property-in-jogl.html&quot;&gt; Winding Rule Polygon Tessellation Property in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/use-of-some-of-the-gluquadric-routines.html&quot;&gt; Use of some of the gluQuadric* routines &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-draw-a-bezier-curve-using-evaluators.html&quot;&gt; How to draw a Bezier curve using evaluators &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/how-to-render-a-mesh-bezier-surface-using-two-dimensional-evaluators.html&quot;&gt; How to render a mesh Bezier surface using two dimensional evaluators &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/use-of-evaluators-to-generate-a-curved-surface-and-automatically-generated-texture-coordinates.html&quot;&gt; Use of evaluators to generate a curved surface and automatically generated texture coordinates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/illustration-of-the-selection-mode-and-name-stack.html&quot;&gt; Illustration of the selection mode and name stack &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/use-of-multiple-names-and-picking.html&quot;&gt; Use of multiple names and picking &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/another-picking-example-in-jogl.html&quot;&gt; Another picking example in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/usage-of-opengl-feedback-in-jogl.html&quot;&gt; Usage of OpenGL feedback in JOGL &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/arcball-rotation---nehe-tutorial-jogl-port.html&quot;&gt; ArcBall rotation - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/vertex-buffer-objects---nehe-tutorial-jogl-port.html&quot;&gt; Vertex buffer objects - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/3d-lens-flare-with-occlusion-testing---nehe-tutorial-jogl-port.html&quot;&gt; 3D lens flare with occlusion testing - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/multiple-viewports---nehe-tutorial-jogl-port.html&quot;&gt; Multiple viewports - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/introduction-to-physical-simulations---nehe-tutorial-jogl-port.html&quot;&gt; Introduction to physical simulations - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/cel-shading---nehe-tutorial-jogl-port.html&quot;&gt; Cel shading - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/radial-blur-and-rendering-to-a-texture---nehe-tutorial-jogl-port.html&quot;&gt; Radial blur and rendering to a texture - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/beautiful-landscapes-by-means-of-height-mapping---nehe-tutorial-jogl-port.html&quot;&gt; Beautiful landscapes by means of height mapping - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/loading-compressed-and-uncompressed-tgas---nehe-tutorial-jogl-port.html&quot;&gt; Loading compressed and uncompressed TGAs - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/collision-detection---nehe-tutorial-jogl-port.html&quot;&gt; Collision detection - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/blitter-function,-raw-texture-loading---nehe-tutorial-jogl-port.html&quot;&gt; Blitter function, RAW texture loading - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/bezier-patches---nehe-tutorial-jogl-port.html&quot;&gt; Bezier patches - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/shadows---nehe-tutorial-jogl-port.html&quot;&gt; Shadows - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/clipping-and-reflections-using-the-stencil-buffer---nehe-tutorial-jogl-port.html&quot;&gt; Clipping and reflections using the stencil buffer - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/morphing-and-loading-objects-from-a-file---nehe-tutorial-jogl-port.html&quot;&gt; Morphing and loading objects from a file - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/tokens,-extensions,-scissor-testing-and-tga-loading---nehe-tutorial-jogl-port.html&quot;&gt; Tokens, extensions, scissor testing and TGA loading - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/sphere-mapping-quadrics-in-opengl---nehe-tutorial-jogl-port.html&quot;&gt; Sphere mapping quadrics in OpenGL - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/bump-mapping,-multi-texturing-and-extensions---nehe-tutorial-jogl-port.html&quot;&gt; Bump mapping, multi texturing and extensions - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/line,-antialiasing,-timing,-ortho-view-and-simple-sounds---nehe-tutorial-jogl-port.html&quot;&gt; Line, antialiasing, timing, ortho view and simple sounds - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/masking---nehe-tutorial-jogl-port.html&quot;&gt; Masking - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/particle-engine-using-triangle-strips---nehe-tutorial-jogl-port.html&quot;&gt; Particle engine using triangle strips - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/quadrics---nehe-tutorial-jogl-port.html&quot;&gt; Quadrics - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/2d-texture-font---nehe-tutorial-jogl-port.html&quot;&gt; 2D texture font - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/cool-looking-fog---nehe-tutorial-jogl-port.html&quot;&gt; Cool looking fog - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/texture-mapped-outline-fonts---nehe-tutorial-jogl-port.html&quot;&gt; Texture mapped outline fonts - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/outline-fonts---nehe-tutorial-jogl-port.html&quot;&gt; Outline fonts - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/bitmap-fonts---nehe-tutorial-jogl-port.html&quot;&gt; Bitmap fonts - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/display-lists---nehe-tutorial-jogl-port.html&quot;&gt; Display lists - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/flag-effect-waving-texture---nehe-tutorial-jogl-port.html&quot;&gt; Flag effect (waving texture) - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/loading-and-moving-through-a-3d-world---nehe-tutorial-jogl-port.html&quot;&gt; Loading and moving through a 3D world - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/moving-bitmaps-in-3d-space---nehe-tutorial-jogl-port.html&quot;&gt; Moving bitmaps in 3D space - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/blending---nehe-tutorial-jogl-port.html&quot;&gt; Blending - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/texture-filters,-lighting-and-keyboard-control---nehe-tutorial-jogl-port.html&quot;&gt; Texture filters, lighting and keyboard control - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/texture-mapping---nehe-tutorial-jogl-port.html&quot;&gt; Texture mapping - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/3d-shapes---nehe-tutorial-jogl-port.html&quot;&gt; 3D shapes - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/rotation---nehe-tutorial-jogl-port.html&quot;&gt; Rotation - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/adding-color---nehe-tutorial-jogl-port.html&quot;&gt; Adding color - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/your-first-polygon---nehe-tutorial-jogl-port.html&quot;&gt; Your first polygon - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/jogl/setting-up-an-opengl-window---nehe-tutorial-jogl-port.html&quot;&gt; Setting up an OpenGL window - NeHe Tutorial JOGL Port &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-applications/html-editor/&quot;&gt; HTML Editor  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-applications/c-to-java-translator/&quot;&gt; C to Java Translator  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-libraries/bytecode-library/&quot;&gt; ByteCode Library &lt;/a&gt;
&lt;/ul&gt;
.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-4.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-08T05:23:35+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 08.06.06 (160 new tips)</title>
        <link>http://www.java-tips.org/content/view-4.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.awt/how-to-find-size-of-string-drawn-on-a-component.html&quot;&gt; How to find size of string drawn on a component &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/using-weakhashmap-for-listener-lists.html&quot;&gt; Using WeakHashMap for Listener Lists &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-set-a-timer-for-a-task-to-run-at-a-specific-time.html&quot;&gt; How to set a timer for a task to run at a specific time &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util/how-to-set-a-timer-for-a-task-to-run-iteratively.html&quot;&gt; How to set a timer for a task to run iteratively &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.jar&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.jar/how-to-generate-a-manifest-for-a-jar-file.html&quot;&gt; How to generate a manifest for a JAR file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.logging&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/an-example-of-a-program-providing-the-functionality-of-logging.html&quot;&gt; An example of a program providing the functionality of logging &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/how-to-configure-a-logger-default-values-with-a-properties-file.html&quot;&gt; How to configure a logger default values with a properties file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/how-to-log-a-method-call.html&quot;&gt; How to log a method call &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/how-to-log-an-exception.html&quot;&gt; How to log an Exception &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.util.logging/how-to-prevent-a-logger-to-forward-log-records-to-its-parent.html&quot;&gt; How to prevent a logger to forward log records to its parent &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/focus-traversal-based-on-alphabetical-ordering-of-button-labels.html&quot;&gt; Focus traversal based on alphabetical ordering of button labels &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-charts-such-as-pie-chart.html&quot;&gt; How to implement charts such as pie chart &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-handle-long-running-tasks-in-a-swing-application.html&quot;&gt; How to handle long-running tasks in a Swing application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-your-own-sketching-application.html&quot;&gt; How to implement your own sketching application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-a-label-that-does-not-give-any-indication-it-has-been-clicked.html&quot;&gt; How to implement a label that does not give any indication it has been clicked &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-actions-that-listens-to-events-from-a-timer.html&quot;&gt; How to implement actions that listens to events from a Timer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-replace-the-existing-scrollbar-ui-with-your-own.html&quot;&gt; How to replace the existing scrollbar UI with your own &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-retrieve-information-of-all-available-uimanager-defaults.html&quot;&gt; How to retrieve information of all available UIManager defaults &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-retrieve-accessibility-information-of-swing-components.html&quot;&gt; How to retrieve accessibility information of swing components &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-implement-drag--drop-functionality-in-your-application.html&quot;&gt; How to implement drag &amp; drop functionality in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-build-and-populate-a-tree.html&quot;&gt; How to build and populate a tree &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/javax.swing/how-to-detect-a-drag-initiating-gesture-in-your-application.html&quot;&gt; How to detect a drag initiating gesture in your application &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.nio&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-se-tips/java.nio/how-to-read-file-upside/down.html&quot;&gt; How to read file upside/down &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-get-bluetooth-address-and-friendly-name-of-local-device.html&quot;&gt; How to get Bluetooth Address and Friendly Name of Local device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-get-friendly-name-of-remote-bluetooth-devices.html&quot;&gt; How to get friendly name of remote bluetooth devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-implement-one-command-for-more-than-one-application-screen.html&quot;&gt; How to implement one command for more than one application screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-use-single-listener-for-more-than-one-screen.html&quot;&gt; How to use single listener for more than one screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-add-string-to-a-form.html&quot;&gt; How to add String to a form &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-retrieve-the-last-value-that-the-user-entered-as-a-string.html&quot;&gt; How to retrieve the last value that the user entered as a String &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-associate-a-commandlistener-with-a-list.html&quot;&gt; How to associate a CommandListener with a List &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/a-way-to-know-when-some-changes-are-made-in-a-list.html&quot;&gt; A way to know when some changes are made in a list &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-relate-rgb-to-gray-scale.html&quot;&gt; How to relate RGB to gray scale &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-move-small-blocks-around-the-screen.html&quot;&gt; How to move small blocks around the screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-place-an-image-without-knowing-its-size.html&quot;&gt; How to place an image without knowing its size &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-me-tips/midp/how-to-decide-whether-or-not-a-device-support-jsr-75.html&quot;&gt; How to decide whether or not a device support JSR-75 &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / JavaServer Pages&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/jstl---accessing-compound-bean-properties.html&quot;&gt; JSTL - Accessing compound bean properties &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/jstl---localizing-messages.html&quot;&gt; JSTL - Localizing messages &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/executing-database-transactions.html&quot;&gt; Executing database transactions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-request-based-bean-sharing.html&quot;&gt; How to use request-based bean sharing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-session-based-bean-sharing.html&quot;&gt; How to use session-based bean sharing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-use-application-based-context-based-bean-sharing.html&quot;&gt; How to use application-based (context-based) bean sharing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-pages/uploading-file-using-jsp.html&quot;&gt; Uploading file using JSP &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / JavaServer Faces&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/building-a-simple-form.html&quot;&gt; Building a simple form &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/managed-beans-declaration.html&quot;&gt; Managed beans declaration &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/defining-navigation-rules.html&quot;&gt; Defining navigation rules &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/using-ajax-with-non-html-markup-in-jsf.html&quot;&gt; Using AJAX With Non-HTML Markup in JSF &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/custom-components-with-javaserver-faces-technology.html&quot;&gt; Custom Components With JavaServer Faces Technology &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/javaserver-faces/introducing-javaserver-faces-technology.html&quot;&gt; Introducing JavaServer Faces Technology &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Java API for XML Web Services &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-api-for-xml-web-services/developing-web-services-using-jax-ws.html&quot;&gt; Developing Web Services Using JAX-WS  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / XML Digital Signature API&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/xml-digital-signature-api/using-the-java-xml-digital-signature-api.html&quot;&gt; Using the Java XML Digital Signature API &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Java API for XML Registries&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/java-api-for-xml-registries/java-api-for-xml-registries-jaxr.html&quot;&gt; Java API for XML Registries (JAXR) &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Enterprise Java Beans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/using-custom-number-of-transactions-in-a-method.html&quot;&gt; Using custom number of transactions in a method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/persisting-a-home-object-reference.html&quot;&gt; Persisting a home object reference &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/using-reflection-with-an-ejb.html&quot;&gt; Using reflection with an EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-improve-client-side-ejb-lookup-code.html&quot;&gt; How to improve client-side EJB lookup code &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-create-read-only-entity-bean.html&quot;&gt; How to create read-only entity bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-listen-for-transaction-boundaries-of-session-ejb.html&quot;&gt; How to listen for transaction boundaries of session EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/how-to-control-transaction-from-the-client-code.html&quot;&gt; How to control transaction from the client code &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/sending-a-publish/subscribe-jms-message.html&quot;&gt; Sending a publish/subscribe JMS message &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/sending-a-p2p-jms-message.html&quot;&gt; Sending a P2P JMS message &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/filtering-messages-for-a-message-driven-ejb.html&quot;&gt; Filtering messages for a message-driven EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/sending-a-notification-through-an-e-mail.html&quot;&gt; Sending a notification through an e-mail &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/j2ee-connector-architecture-1.5.html&quot;&gt; J2EE Connector Architecture 1.5 &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/accessing-a-secure-enterprise-bean-from-a-java-client-or-through-java-web-start-technology.html&quot;&gt; Accessing a Secure Enterprise Bean From a Java Client or Through Java Web Start Technology &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/introduction-to-the-java-transaction-api.html&quot;&gt; Introduction to the Java Transaction API &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/using-ajax-with-java-technology.html&quot;&gt; Using AJAX with Java Technology &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/enterprise-java-beans/introducing-the-sun-java-streaming-xml-parser.html&quot;&gt; Introducing the Sun Java Streaming XML Parser &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / XDoclet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/xdoclet/automated-code-generation.html&quot;&gt; Automated code generation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/xdoclet/how-to-generate-ejb-interfaces.html&quot;&gt; How to generate EJB interfaces &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/xdoclet/automated-update-of-ejb-deployment-descriptor.html&quot;&gt; Automated update of EJB deployment descriptor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-ee-tips/xdoclet/generation-of-the-value-object-for-entity-ejb.html&quot;&gt; Generation of the value object for entity EJB &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Eclipse&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-fast-view.html&quot;&gt; How to add fast view &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-your-own-code-template-in-eclipse.html&quot;&gt; How to add your own code template in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-change-the-shape-of-the-title-of-the-view.html&quot;&gt; How to change the shape of the title of the view &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-close-editors-automatically-with-workspace.html&quot;&gt; How to close editors automatically with workspace &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-install-new-plugins-in-eclipse.html&quot;&gt; How to install new plugins in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-play-with-the-layout-of-the-perspective.html&quot;&gt; How to play with the layout of the perspective &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-restore-deleted-files-in-eclipse.html&quot;&gt; How to restore deleted files in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/key-bindings-in-eclipse.html&quot;&gt; Key Bindings in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/linking-of-views-and-editors-in-eclipse.html&quot;&gt; Linking of Views and Editors in Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-your-custom-controls-into-eclipse-palette.html&quot;&gt; How to add your Custom Controls into Eclipse Palette &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-swt-controls-in-statusline-and-toolbar-of-eclipse.html&quot;&gt; How to add SWT Controls in StatusLine and ToolBar of Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-validate-swt-text-controls.html&quot;&gt; How to validate SWT Text Controls &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-colored-border-around-the-text-widgets.html&quot;&gt; How to add colored border around the Text Widgets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-make-view-scrollable-in-swt.html&quot;&gt; How to make View scrollable in SWT &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-create-multiple-instances-of-one-viewpart.html&quot;&gt; How to create multiple instances of one ViewPart &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/some-tips-on-perspective-and-view-management.html&quot;&gt; Some tips on Perspective and View Management &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-swt-widgets-to-the-cells-of-the-table.html&quot;&gt; How to add SWT Widgets to the cells of the Table &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-use-retargetable-action.html&quot;&gt; How to use Retargetable action &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/eclipse/how-to-add-icon-into-system-tray.html&quot;&gt; How to add icon into System Tray &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / NetBeans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-use-emacs-key-bindings-in-netbeans.html&quot;&gt; How to use Emacs key bindings in NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-use-eclipse-key-bindings-in-netbeans.html&quot;&gt; How to use Eclipse key bindings in NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/no-gridlines-in-matisse-still-you-can-place-the-component.html&quot;&gt; No gridlines in Matisse! Still you can place the component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/is-there-any-way-to-open-my-class-file-directly-in-ide.html&quot;&gt; Is there any way to open my class file directly in IDE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-make-the-related-components-have-the-same-size.html&quot;&gt; How to make the related components have the same size &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/code-generator-of-setters/getters.html&quot;&gt; Code generator of setters/getters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/can-i-kill-the-process-i-started-in-netbeans.html&quot;&gt; Can I kill the process I started in Netbeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-can-i-build-my-project-in-lower-version-of-jdk-using-netbeans.html&quot;&gt; How can I build my project in lower version of JDK using NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-use-mouse-to-scroll-through-the-tabs-in-netbeans-editor.html&quot;&gt; How to use mouse to scroll through the tabs in NetBeans Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/accessing-files-outside-the-project.html&quot;&gt; Accessing files outside the project &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/toolbar-customization.html&quot;&gt; Toolbar Customization &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/eol-sweeper.html&quot;&gt; EOL Sweeper &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/how-to-decrease-netbeans-startup-time.html&quot;&gt; How to decrease NetBeans startup time &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/on-the-fly-deployment-under-netbeans.html&quot;&gt; On the fly deployment under Netbeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/code-templates-in-netbeans.html&quot;&gt; Code Templates in NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/using-custom-folds-in-netbeans-editor.html&quot;&gt; Using Custom Folds in NetBeans Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/log4j-messaging-in-netbeans-ide.html&quot;&gt; Log4j Messaging in NetBeans IDE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/centralized-variables-in-netbeans-ide-strings-tables.html&quot;&gt; Centralized Variables in NetBeans IDE Strings Tables &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/quickly-navigate-through-the-netbeans-editor.html&quot;&gt; Quickly Navigate through the NetBeans Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/quickly-unclutter-the-netbeans-ide-source-editor.html&quot;&gt; Quickly Unclutter the NetBeans IDE Source Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/easy-access-to-tomcat-users-file-from-netbeans.html&quot;&gt; Easy Access to Tomcat Users File from NetBeans &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/setting-runtime-and-jvm-arguments-per-class.html&quot;&gt; Setting Runtime and JVM Arguments per Class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/netbeans/sql-editor-in-netbeans.html&quot;&gt; SQL Editor in NetBeans &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Java3D&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-texcoordgeneration-to-generate-the-texture-coordinates.html&quot;&gt; Using TexCoordGeneration to generate the texture coordinates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-change-the-texture-mode-of-texture.html&quot;&gt; How to change the texture mode of Texture &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-change-the-boundary-mode-of-texture.html&quot;&gt; How to change the boundary mode of Texture &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-apply-a-texture-to-a-visual-object.html&quot;&gt; How to apply a texture to a visual object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-create-the-shadow.html&quot;&gt; How to create the Shadow &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-limit-the-scope-of-a-light.html&quot;&gt; How to limit the scope of a light &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-define-the-surface-normals.html&quot;&gt; How to define the surface normals &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-specify-the-material-of-a-visual-object.html&quot;&gt; How to specify the material of a visual object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-pointlight.html&quot;&gt; How to use PointLight &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-add-the-lights-into-the-virtual-universe.html&quot;&gt; How to add the lights into the virtual universe &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-implement-key-frame-animation-by-morph.html&quot;&gt; How to implement key-frame animation by Morph &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-implement-lod-animation-by-distancelod-class.html&quot;&gt; How to implement LOD Animation by DistanceLOD class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-orientedshape3d-class.html&quot;&gt; Using OrientedShape3D class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-billboard-class-to-implement-billboad-in-java-3d-world.html&quot;&gt; Using Billboard class to Implement billboad in Java 3D World &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-the-subclasses-of-pathinterpolator.html&quot;&gt; Using the subclasses of PathInterpolator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-switchvalueinterpolator.html&quot;&gt; How to use SwitchValueInterpolator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-alpha-class.html&quot;&gt; How to use Alpha class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/implementing-picking-with-picking-utility-classes.html&quot;&gt; Implementing picking with Picking Utility Classes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-navigate-the-virtual-world-with-mouse.html&quot;&gt; How to navigate the virtual world with mouse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-rotate-the-object-in-virtual-world-with-mouse.html&quot;&gt; How to rotate the object in virtual world with mouse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-behavior-utility-classes-for-keyboard-navigation.html&quot;&gt; Using Behavior Utility Classes for Keyboard Navigation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-the-custom-behavior-class.html&quot;&gt; Using the custom behavior class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-create-a-custom-behavior-class.html&quot;&gt; How to create a custom behavior class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/specifying-a-geometry-with-texture-as-background.html&quot;&gt; Specifying a geometry with Texture as background &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/adding-text-to-the-virtual-world-by-text3d.html&quot;&gt; Adding text to the virtual world by Text3D &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-print-the-text-by-text2d.html&quot;&gt; How to print the text by Text2D &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-a-loader-to-create-the-geometry.html&quot;&gt; Using a Loader to create the geometry &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-modelclip-nodes.html&quot;&gt; How to use ModelClip nodes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-geometryarray-for-by_reference.html&quot;&gt; How to use GeometryArray for BY_REFERENCE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/multiple-geometries-in-a-single-shape3d-node.html&quot;&gt; Multiple Geometries in a Single Shape3D Node &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-back-face-culling.html&quot;&gt; How to use Back Face Culling &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-the-lineattributes-to-implement-antialiasing.html&quot;&gt; Using the LineAttributes to implement Antialiasing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-change-the-polygon-mode-in-java3d.html&quot;&gt; How to change the polygon mode in Java3D &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-the-subclasses-of-indexedgeometryarray.html&quot;&gt; How to use the subclasses of IndexedGeometryArray &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/creating-your-own-cylinder-using-trianglestriparray.html&quot;&gt; Creating your own Cylinder using TriangleStripArray &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/using-linearray-to-draw-coordinate-system.html&quot;&gt; Using LineArray to draw coordinate system &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-geometric-utility-classes.html&quot;&gt; How to use geometric utility classes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/adding-animation-behavior-to-the-cube.html&quot;&gt; Adding Animation Behavior to the Cube &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-combine-the-transformations.html&quot;&gt; How to combine the transformations &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-the-capability.html&quot;&gt; How to use the Capability &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-rotate-the-color-cube.html&quot;&gt; How to rotate the Color Cube &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/other-api-tips/java3d/how-to-use-the-simpleuniverse-class-to-create-a-basic-java3d-application.html&quot;&gt; How to use the SimpleUniverse class to create a basic Java3D Application &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-applications/msn-client/&quot;&gt; MSN Client &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-applications/p2p-client/&quot;&gt; P2P Client &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-libraries/msn-client/&quot;&gt; MSN Client &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-libraries/charting-library/&quot;&gt; Charting Library &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-libraries/science-library/&quot;&gt; Science Library &lt;/a&gt;
&lt;/ul&gt;
.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-5.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-04T18:41:20+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>New Java Tutorials</title>
        <link>http://www.java-tips.org/content/view-5.html</link>
        <description>&lt;p&gt;Four new Java tutorials are published on &lt;a href=&quot;http://www.java-tips.org&quot;&gt;Java-Tips.org&lt;/a&gt;. Let us know what you think about the tutorials by using the comment component just below each tutorial or using our email address.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-netbeans.html&quot;&gt;Introduction to Java Servlets with NetBeans&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-eclipse.html&quot;&gt;Introduction to Java Servlets with Eclipse&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/log4j:-a-debugging-perspective-part1.html&quot;&gt;Log4j: A Debugging Perspective (Part1)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-tutorials/tutorials/log4j:-revealing-the-full-power-part2.html&quot;&gt;Log4j: Revealing the Full Power (Part2)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-6.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-06-04T18:38:13+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>19 Java Book Reviews</title>
        <link>http://www.java-tips.org/content/view-6.html</link>
        <description>&lt;p&gt;19 book reviews are published on &lt;a href=&quot;http://www.java-tips.org&quot;&gt;Java-Tips.org&lt;/a&gt;:
Let Java community know what you think &lt;b&gt;about the books&lt;/b&gt; by using the comment component just below 
each review.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/tapestry-in-action.html&quot;&gt;Tapestry in Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/swt/jface-in-action-:-gui-design-with-eclipse-3.0.html&quot;&gt;SWT/JFace in Action : GUI Design with Eclipse 3.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/struts-in-action:-building-web-applications-with-the-leading-java-framework.html&quot;&gt;Struts in Action: Building Web Applications with the Leading Java Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/jstl-in-action.html&quot;&gt;JSTL in Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/spring-in-action.html&quot;&gt;Spring in Action&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/java-2d-graphics.html&quot;&gt;Java 2D Graphics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/thinking-in-java---third-edition.html&quot;&gt;Thinking in Java - Third Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/java-rmi.html&quot;&gt;Java RMI&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/java-2-micro-edition.html&quot;&gt;Java 2 Micro Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/pmd-applied.html&quot;&gt;PMD Applied&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/learning-xml---second-edition.html&quot;&gt;Learning XML - Second Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/head-first-servlets-and-jsp:-passing-the-sun-certified-web-component-developer-exam-scwcd.html&quot;&gt;Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/computing-concepts-with-java-essentials.html&quot;&gt;Computing Concepts with Java Essentials&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/java-cookbook---second-edition.html&quot;&gt;Java Cookbook - Second Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/ivor-hortons-beginning-java-2,-jdk-5-edition.html&quot;&gt;Ivor Horton's Beginning Java 2, JDK 5 Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/head-first-java---second-edition.html&quot;&gt;Head First Java - Second Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/effective-java-programming-language-guide.html&quot;&gt;Effective Java Programming Language Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/java-swing---second-edition.html&quot;&gt;Java Swing - Second Edition &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/java-book-reviews/books/head-first-design-patterns.html&quot;&gt;Head First Design Patterns&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-7.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-02-02T05:04:42+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 02.02.06 (53 new tips)</title>
        <link>http://www.java-tips.org/content/view-7.html</link>
        <description>&lt;p&gt;&lt;b&gt; Java SE Tips / java.rmi&lt;/b&gt;&lt;/p&gt;
 &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1240/2/&quot; target=t20&gt; How to define and export a remote object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1241/2/&quot; target=t21&gt; How to invoke a method on a remote object &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1242/2/&quot; target=t30&gt; How to generate a random number &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1243/2/&quot; target=t31&gt; How to implement a Queue &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1244/2/&quot; target=t32&gt; How to implement a Stack &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1245/2/&quot; target=t33&gt; How to create a Linked List &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1246/2/&quot; target=t34&gt; How to create a Set &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1247/2/&quot; target=t35&gt; How to create a Hash Table &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1248/2/&quot; target=t36&gt; How to read and write a Properties file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1249/2/&quot; target=t37&gt; How to get and set properties &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1259/2/&quot; target=t40&gt; A spinner that rolls from the end of a list to beginning &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1260/2/&quot; target=t41&gt; How to implement a graphical list selection monitor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1261/2/&quot; target=t42&gt; How to tile all internal frames when requested &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1262/2/&quot; target=t43&gt; How to block mouse and key events in an application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1263/2/&quot; target=t44&gt; How to use WindowListener for closing JFrames &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1264/2/&quot; target=t45&gt; How to dynamically update the appearance of a component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1265/2/&quot; target=t46&gt; How to interact directly with the JRootPane of a JFrame &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1266/2/&quot; target=t47&gt; How to implement buttons at different layers &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1267/2/&quot; target=t48&gt; How to implement a splash screen for an application &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1224/73/&quot; target=t50&gt; How to count the number of instances of MIDlets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1225/73/&quot; target=t51&gt; An example of MIDlet skeleton &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1226/73/&quot; target=t52&gt; A utility of startTimer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1227/73/&quot; target=t53&gt; How to generate performance parameter for your mobile application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1228/73/&quot; target=t54&gt; How to implement a textbox in a mobile game &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1229/73/&quot; target=t55&gt; How to use getResourceAsStream to access JAR file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1312/73/&quot; target=t56&gt; How to store/retrieve image in/from RMS &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1379/73/&quot; target=t57&gt; How to find contacts from PhoneBook of mobile phone &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1380/73/&quot; target=t58&gt; How to import Contact into phonebook &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1381/73/&quot; target=t59&gt; How to create Events/Task/Reminder in mobile phone &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / javax.servlet.jsp&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1230/74/&quot; target=t60&gt; JSTL - a page that parses the user's number &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1231/74/&quot; target=t61&gt; JSTL - handling parameters collection &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1232/74/&quot; target=t62&gt; JSTL - how to catch an exception inside the page &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1233/74/&quot; target=t63&gt; JSTL - accessing database source &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1234/74/&quot; target=t64&gt; JSTL - using database for authentication &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Enterprise Java Beans (EJB)&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1235/74/&quot; target=t70&gt; Using compound primary keys for entities &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1236/74/&quot; target=t71&gt; Retrieving multiple BMP entity beans in a single step &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1237/74/&quot; target=t72&gt; Using EJB-QL to create CMP finder methods &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1238/74/&quot; target=t73&gt; How to perform a cascading delete &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1239/74/&quot; target=t74&gt; Using EJB toString() functionality for debugging &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/131/44/&quot; target=t80&gt; Graphics Editor  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/132/44/&quot; target=t81&gt; Java Virtual Machine &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/133/44/&quot; target=t82&gt; Java Decompiler &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/135/44/&quot; target=t83&gt; CAD/CAE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/138/44/&quot; target=t84&gt; Diary &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/139/44/&quot; target=t85&gt; Chat Server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/140/44/&quot; target=t86&gt; ICQ Client &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/141/44/&quot; target=t87&gt; Jabber Client &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/143/44/&quot; target=t88&gt; Jabber Server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/144/44/&quot; target=t89&gt; Ray Tracer  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/134/45/&quot; target=t90&gt; Spell Checker &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/136/45/&quot; target=t91&gt; SSH &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/137/45/&quot; target=t92&gt; Search Engine &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/142/45/&quot; target=t93&gt; Jabber &lt;/a&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;/p&gt;

.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-8.html">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-19T20:16:17+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 19.01.06 (57 new tips)</title>
        <link>http://www.java-tips.org/content/view-8.html</link>
        <description>&lt;p&gt;&lt;/p&gt;

&lt;br /&gt;&lt;b&gt; New Features &amp; Bug Fixes&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/component/option,com_rssreader2/Itemid,56/&quot; target=t00&gt; Java News Section is added &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/component/option,com_awesom/Itemid,83/&quot; target=t01&gt; Book Reviews Section is added &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Book Reviews&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=1&amp;asin=0596004087&amp;Itemid=83#review&quot; target=t10&gt; Java Swing, Second Edition written by James Elliott, Robert Eckstein, Marc Loy, David Wood, et al. &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=2&amp;asin=0201310058&amp;Itemid=83#review&quot; target=t11&gt; Effective Java Programming Language Guide by Joshua Bloch &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=3&amp;asin=0596007124&amp;Itemid=83#review&quot; target=t12&gt; Head First Design Patterns written by Elisabeth Freeman, Eric Freeman, Bert Bates, Kathy Sierra &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=4&amp;asin=0596009208&amp;Itemid=83#review&quot; target=t13&gt; Head First Java, 2nd Edition written by Kathy Sierra, Bert Bates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=7&amp;asin=047124371X&amp;Itemid=83#review&quot; target=t14&gt; Computing Concepts with Java Essentials written by Cay Horstmann &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=8&amp;asin=0596005407&amp;Itemid=83#review&quot; target=t15&gt; Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD) written by Bryan Basham, Kathy Sierra, Bert Bates &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=5&amp;asin=0764568744&amp;Itemid=83#review&quot; target=t16&gt; Ivor Horton's Beginning Java 2, JDK 5 Edition written by Ivor Horton &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/index.php?option=com_awesom&amp;task=viewitem&amp;listid=all&amp;item=6&amp;asin=0596007019&amp;Itemid=83#review&quot; target=t17&gt; Java Cookbook, Second Edition written by Ian Darwin &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1007/2/&quot; target=t20&gt; The Singleton Pattern &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1008/2/&quot; target=t21&gt; The Observer Pattern &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/967/2/&quot; target=t22&gt; How to determine when the application is about to exit &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/968/2/&quot; target=t23&gt; How to load a Class that is not on the classpath &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/969/2/&quot; target=t24&gt; How to convert a string to a number &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/970/2/&quot; target=t25&gt; How to copy elements from one array to another &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/971/2/&quot; target=t26&gt; How to execute a command from code &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/972/2/&quot; target=t27&gt; How to read output from a Command execution &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/973/2/&quot; target=t28&gt; How to send an Input to a Command &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.math&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/974/2/&quot; target=t30&gt; How to operate with big integer values in code &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/975/2/&quot; target=t31&gt; How to operate with big decimal values &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1010/2/&quot; target=t40&gt; Sorting and Filtering Tables &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1009/2/&quot; target=t41&gt; Splash Screens and Mustang &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/976/2/&quot; target=t42&gt; A Label that uses inline HTML to format its text &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/977/2/&quot; target=t43&gt; How to create a ProgressMonitor toolbar &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/978/2/&quot; target=t44&gt; How to implement ProgressMonitor toolbar with a file to monitor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/979/2/&quot; target=t45&gt; How to use a ScrollBar in both vertical and horizontal direction &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/980/2/&quot; target=t46&gt; How to use a slider with tick marks and labels &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/981/2/&quot; target=t47&gt; A custom combobox editor for use with the EditableComboBox class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/982/2/&quot; target=t48&gt; How to create a Editable combobox that include both text and icons &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/983/2/&quot; target=t49&gt; How to use an Icon Editor for use with the JSpinner component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/984/2/&quot; target=t410&gt; How to implement an Icon Spinner &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/985/2/&quot; target=t411&gt; How to implement a utility that allows spinning of dates &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/962/73/&quot; target=t50&gt; Recieving Email on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/963/73/&quot; target=t51&gt; Sending Email from J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/964/73/&quot; target=t52&gt; How to get a random integer value in midlets at runtime &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/965/73/&quot; target=t53&gt; How to use ChoiceGroup in J2ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/966/73/&quot; target=t54&gt; How to terminate a thread by signalling &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1004/73/&quot; target=t55&gt; How to make phone vibrate in J2ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/1006/73/&quot; target=t56&gt; Displaying Image from Servlet on J2ME device &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / javax.servlet.jsp&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/957/74/&quot; target=t60&gt; Sending email via JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/958/74/&quot; target=t61&gt; How to make the user scroll through results &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/959/74/&quot; target=t62&gt; JSTL - Redirecting with &lt;c:redirect&gt; &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/960/74/&quot; target=t63&gt; JSTL - Sample XSLT transformation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/961/74/&quot; target=t64&gt; JSTL - Simple read of RSS data &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / Enterprise Java Beans (EJB)&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/954/74/&quot; target=t70&gt; Accessing an EJB from an applet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/949/74/&quot; target=t71&gt; Accessing EJB from a servlet within the same container &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/953/74/&quot; target=t72&gt; Comparing two EJB references for equality &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/952/74/&quot; target=t73&gt; How to restore and use a serialized EJB reference &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/951/74/&quot; target=t74&gt; How to to serialize a reference to an EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/950/74/&quot; target=t75&gt; Invoking EJB logic from a JMS system &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/947/74/&quot; target=t76&gt; Referring another bean from within the same container &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/948/74/&quot; target=t77&gt; Referring remote bean from another container &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/955/74/&quot; target=t78&gt; Using a data source in EJB &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/956/74/&quot; target=t79&gt; Using different data sources for different users &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Category&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/129/44/&quot; target=t80&gt; Text Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/130/44/&quot; target=t81&gt; Parser Generator &lt;/a&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;/p&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-9.html">
        <dc:format>text/html</dc:format>
        <dc:date>2005-12-15T23:04:37+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 15.12.05 (100 new tips)</title>
        <link>http://www.java-tips.org/content/view-9.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/766/2/&quot; target=t00&gt; What is a Java compiler &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/767/2/&quot; target=t01&gt; What is Java source code &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/768/2/&quot; target=t02&gt; What is Java bytecode &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/769/2/&quot; target=t03&gt; What is a Java Virtual Machine &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/770/2/&quot; target=t04&gt; What is the Java Runtime Environment &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/771/2/&quot; target=t05&gt; What is Java EE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/772/2/&quot; target=t06&gt; What is Java SE &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/773/2/&quot; target=t07&gt; What is Java ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/774/2/&quot; target=t08&gt; What is a Java package &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/775/2/&quot; target=t09&gt; What is a jar file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/778/2/&quot; target=t010&gt; What are the Java operators &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/779/2/&quot; target=t011&gt; What is Java Operator Precedence &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/780/2/&quot; target=t012&gt; What is a Java while loop &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/781/2/&quot; target=t013&gt; What is a Java do loop &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/782/2/&quot; target=t014&gt; What is a Java for loop &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/783/2/&quot; target=t015&gt; What is a Java class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/784/2/&quot; target=t016&gt; What is a Java subclass &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/785/2/&quot; target=t017&gt; What is a Java superclass &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/786/2/&quot; target=t018&gt; What is a final class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/787/2/&quot; target=t019&gt; What is a Java method  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/788/2/&quot; target=t020&gt; What is the main method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/789/2/&quot; target=t021&gt; What is an instance method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/790/2/&quot; target=t022&gt; What is a static method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/791/2/&quot; target=t023&gt; What is a final method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/792/2/&quot; target=t024&gt; What is a public method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/793/2/&quot; target=t025&gt; What is a private method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/795/2/&quot; target=t026&gt; What is a protected method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/796/2/&quot; target=t027&gt; What is a package method &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/797/2/&quot; target=t028&gt; What are the Java data types &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/798/2/&quot; target=t029&gt; What are the Java variable naming constraints &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/799/2/&quot; target=t030&gt; What is an instance variable &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/800/2/&quot; target=t031&gt; What is a static variable &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/801/2/&quot; target=t032&gt; What is a final variable &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/802/2/&quot; target=t033&gt; How do I declare a constant in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/803/2/&quot; target=t034&gt; What is an object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/804/2/&quot; target=t035&gt; What is inheritance &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/805/2/&quot; target=t036&gt; What is overriding &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/806/2/&quot; target=t037&gt; What is a constructor &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.net&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/912/2/&quot; target=t10&gt; User Datagram Protocol Programming &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.sound &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/917/2/&quot; target=t20&gt; Capturing Audio with Java Sound API &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.net.ssl&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/913/2/&quot; target=t30&gt; Secure Communication with JSSE &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.crypto&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/915/2/&quot; target=t40&gt; Asymmetric Encryption Keys with the KeyPairGenerator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/914/2/&quot; target=t41&gt; Encryption and Decryption using Symmetric Keys &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.io&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/851/2/&quot; target=t50&gt; How to create a duplicate of one file in another directory &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/852/2/&quot; target=t51&gt; How to generate a temporary file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/853/2/&quot; target=t52&gt; How to get the name of the current working directory &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/854/2/&quot; target=t53&gt; How to copy a directory from one location to another location &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/855/2/&quot; target=t54&gt; How to use a random access file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/856/2/&quot; target=t60&gt; How to create a color chooser in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/857/2/&quot; target=t61&gt; How to obtain FontMetrics of different fonts &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/858/2/&quot; target=t62&gt; A simple Action that copies text from a Frame object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/859/2/&quot; target=t63&gt; How to display HTML pages for a web site in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/860/2/&quot; target=t64&gt; How to set up an internal frame in an application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/861/2/&quot; target=t65&gt; How to create a site manager that manages several internal frames &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/862/2/&quot; target=t66&gt; How to make your own toolbar with buttons &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/863/2/&quot; target=t67&gt; How to retrieve and print the graphic device information &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/864/2/&quot; target=t68&gt; How to solve the problem of text alignment in JLabels &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/865/2/&quot; target=t69&gt; How to create dynamic icons &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/866/2/&quot; target=t610&gt; How to create an oval icon in an application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/867/2/&quot; target=t611&gt; Button that displays different icons when rolled-over and pressed &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/868/2/&quot; target=t612&gt; How to implement group of buttons in an application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/869/2/&quot; target=t613&gt; How to implement a progressbar in your application &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.zip&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/848/2/&quot; target=t70&gt; How to create a zip file with java.util.zip package &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.concurrent&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/882/2/&quot; target=t80&gt; Pooling threads to execute short tasks &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/832/39/&quot; target=t90&gt; Simple Animation using Timer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/833/39/&quot; target=t91&gt; How to write your First MIDP game &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/834/39/&quot; target=t92&gt; Reading/Modifying Native database of mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/835/39/&quot; target=t93&gt; Protection Domains for Midlet Suites &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/836/39/&quot; target=t94&gt; J2ME PushRegistry &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/837/39/&quot; target=t95&gt; Location Based Services on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/838/39/&quot; target=t96&gt; Implementing webservices from J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/839/39/&quot; target=t97&gt; Capturing Video on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/840/39/&quot; target=t98&gt; Displaying images as thumbnails on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/841/39/&quot; target=t99&gt; Demonstration of ChoiceGroup GUI Component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/842/39/&quot; target=t910&gt; How to create Ticker on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/843/39/&quot; target=t911&gt; How to ping Network Connection on J2ME device &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / javax.servlet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/777/40/&quot; target=t100&gt; What is a Java Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/849/40/&quot; target=t101&gt; How to view database data in XLS format using servlets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/850/40/&quot; target=t102&gt; How to view database data in PDF format using servlets &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / javax.servlet.jsp&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/918/40/&quot; target=t110&gt; Handling life-cycle events &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/919/40/&quot; target=t111&gt; Including dynamic content in a JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/920/40/&quot; target=t112&gt; How to include content from outside a JSP context &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/921/40/&quot; target=t113&gt; Using cookies from JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/922/40/&quot; target=t114&gt; Handling errors &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/923/40/&quot; target=t115&gt; Accessing bean components from JSP &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/924/40/&quot; target=t116&gt; Storing data in a session object &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/925/40/&quot; target=t117&gt; Tracking JSP sessions by using listener servlets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/926/40/&quot; target=t118&gt; Sharing beans between application components &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/927/40/&quot; target=t119&gt; Creating custom JSP tag &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JDBC&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/844/29/&quot; target=t120&gt; How to view XLS documents loaded from database in the web browser &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/845/29/&quot; target=t121&gt; How to store/retrieve PDF document to/from SQLServer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/846/29/&quot; target=t122&gt; How to store/retreive XLS document to/from SQL Server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/847/29/&quot; target=t123&gt; How to view PDF documents loaded from database in the web browser &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/911/29/&quot; target=t124&gt; How to export data from database to CSV file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JOGL&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/881/29/&quot; target=t130&gt; Introduction to JOGL &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Java3D&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/916/29/&quot; target=t140&gt; Introduction to Java3D API &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/111/44/&quot; target=t150&gt; Search Engine  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/114/44/&quot; target=t151&gt; Email Client &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/115/44/&quot; target=t152&gt; Email Server &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/117/45/&quot; target=t160&gt; PDF Library &lt;/a&gt;
&lt;/ul&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-10.html">
        <dc:format>text/html</dc:format>
        <dc:date>2005-12-06T03:51:55+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 05.12.05 (180 new tips)</title>
        <link>http://www.java-tips.org/content/view-10.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/807/2/&quot; &gt; How to print classpath &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt.print &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/744/2/&quot; &gt; How to display a Print Dialog in an application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/745/2/&quot; &gt; How to display the page format dialog &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/746/2/&quot; &gt; How to print pages with different formats &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.applet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/776/2/&quot; &gt; What is a Java Applet  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.beans&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/747/2/&quot; &gt; How to serialize a bean to XML &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/748/2/&quot; &gt; How to deserialize a bean from XML &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/749/2/&quot; &gt; How to get and set the Property of a Bean &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/750/2/&quot; &gt; How to list names of the properties of a Bean &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/756/2/&quot; &gt; How to make your own animation from a series of images &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/757/2/&quot; &gt; How to copy selected text from one text area to another  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/758/2/&quot; &gt; Two examples illustrating the usage of JFrame and JPanel classes  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/759/2/&quot; &gt; How to program a panel that handles its own mouse events  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/760/2/&quot; &gt; How to use menus in Swing applications &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/761/2/&quot; &gt; How to use popup menus in Swing applications &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/762/2/&quot; &gt; How to change the look and feel of Swing applications &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/763/2/&quot; &gt; How to create a virtual desktop in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/764/2/&quot; &gt; How to align your components in horizontal or vertical layout &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/765/2/&quot; &gt; How to create fancy buttons in your application &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util.zip&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/600/2/&quot; &gt; How to extract file/files from a zip file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/601/2/&quot; &gt; How to read files within a zip file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.io&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/599/2/&quot; &gt; How to get the list of specific file types in a directory &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/617/39/&quot; &gt; How to install a J2ME aplication on a mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/751/39/&quot; &gt; Displaying an Alert on mobile screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/752/39/&quot; &gt; How to play sound on mobile phone &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/753/39/&quot; &gt; How to implement networking on mobile devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/754/39/&quot; &gt; Record Management System for storing/retrieving data on mobile &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/755/39/&quot; &gt; Displaying images on mobile device &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java EE Tips / javax.servlet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/777/40/&quot; &gt; What is a Java Servlet &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JavaMail&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/616/29/&quot; &gt; How to send an email with a file attachment &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JDBC&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/615/29/&quot; &gt; How to connect to Microsoft SQL server with Type 4 JDBC driver &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/809/29/&quot; &gt; How to connect Oracle Server using JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/808/29/&quot; &gt; How to connect MySql Server using JDBC &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JDOM&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/810/29/&quot; &gt; Creating a new document with JDOM &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/811/29/&quot; &gt; Reading a document from XML file with SAX &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/812/29/&quot; &gt; Reading a document from XML file with DOM &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/813/29/&quot; &gt; Writing a JDOM tree with XMLOutputter &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/814/29/&quot; &gt; Navigating the JDOM tree  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/815/29/&quot; &gt; Handling element attributes with JDOM &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/816/29/&quot; &gt; Dealing with mixed content (whitespace, comments, text, child elements, and more)  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/817/29/&quot; &gt; Converting from JDOM to DOM &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/818/29/&quot; &gt; Converting from DOM to JDOM &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/819/29/&quot; &gt; Converting from JDOM to SAX (supported in JDOM 1.9) &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JFreeChart&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/602/29/&quot; &gt; I'm getting classpath errors (NoClassDefFoundException etc.), can you help me? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/603/29/&quot; &gt; I can't find the source code for classes in the org.jfree.ui package. Where are they? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/604/29/&quot; &gt; Can I use JFreeChart in an applet? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/605/29/&quot; &gt; Can I use JFreeChart in a commercial application? Do I need to pay a fee? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/606/29/&quot; &gt; Does JFreeChart support real-time charting? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/607/29/&quot; &gt; How can I set my own colors for each series in my chart? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/608/29/&quot; &gt; The y-axis on my chart shows decimal fractions. How can i display only integral values? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/609/29/&quot; &gt; The Unicode characters in my chart title aren't being displayed properly. What is going wrong? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/610/29/&quot; &gt; I see that JFreeChart can export to JPEG and PNG format - which is better? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/611/29/&quot; &gt; My web application runs fine on Windows, but does not work on Unix/Linux. What is the problem? &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / Ant&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/613/29/&quot; &gt; How to use Ant task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/614/29/&quot; &gt; How to use AntCall task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/618/29/&quot; &gt; How to use AntStructure task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/619/29/&quot; &gt; How to use Apply/ExecOn task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/620/29/&quot; &gt; How to use Available task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/621/29/&quot; &gt; How to use Basename task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/622/29/&quot; &gt; How to use BuildNumber task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/623/29/&quot; &gt; How to use GUnzip/BUnzip2 task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/624/29/&quot; &gt; How to use GZip/BZip2 task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/625/29/&quot; &gt; How to use Checksum task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/626/29/&quot; &gt; How to use Chmod task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/627/29/&quot; &gt; How to use Concat task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/628/29/&quot; &gt; How to use Condition task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/629/29/&quot; &gt; How to use Copy task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/631/29/&quot; &gt; How to use Cvs task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/632/29/&quot; &gt; How to use CvsChangeLog task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/633/29/&quot; &gt; How to use CvsVersion task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/634/29/&quot; &gt; How to use CvsPass task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/635/29/&quot; &gt; How to use CvsTagDiff task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/636/29/&quot; &gt; How to use DefaultExcludes task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/637/29/&quot; &gt; How to use Delete task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/638/29/&quot; &gt; How to use DependSet task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/639/29/&quot; &gt; How to use Dirname task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/640/29/&quot; &gt; How to use Ear task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/641/29/&quot; &gt; How to use Echo task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/642/29/&quot; &gt; How to use Exec task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/643/29/&quot; &gt; How to use Fail task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/644/29/&quot; &gt; How to use Filter task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/645/29/&quot; &gt; How to use FixCRLF task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/646/29/&quot; &gt; How to use GenKey task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/647/29/&quot; &gt; How to use Get task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/648/29/&quot; &gt; How to use Import task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/649/29/&quot; &gt; How to use Input task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/650/29/&quot; &gt; How to use Jar task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/651/29/&quot; &gt; How to use Java task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/652/29/&quot; &gt; How to use Javac task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/653/29/&quot; &gt; How to use Javadoc/Javadoc2 task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/654/29/&quot; &gt; How to use Length task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/655/29/&quot; &gt; How to use LoadFile task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/656/29/&quot; &gt; How to use LoadProperties task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/657/29/&quot; &gt; How to use Mail task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/658/29/&quot; &gt; How to use MacroDef task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/659/29/&quot; &gt; How to use Manifest task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/660/29/&quot; &gt; How to use Mkdir task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/661/29/&quot; &gt; How to use Move task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/662/29/&quot; &gt; How to use Nice task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/663/29/&quot; &gt; How to use Parallel task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/664/29/&quot; &gt; How to use Patch task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/665/29/&quot; &gt; How to use Pathconvert task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/666/29/&quot; &gt; How to use PreSetDef task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/667/29/&quot; &gt; How to use Property task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/668/29/&quot; &gt; How to use Record task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/669/29/&quot; &gt; How to use Replace task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/670/29/&quot; &gt; How to use Rmic task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/671/29/&quot; &gt; How to use Sequential task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/672/29/&quot; &gt; How to use SignJar task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/673/29/&quot; &gt; How to use Sleep task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/674/29/&quot; &gt; How to use Sql task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/676/29/&quot; &gt; How to use Sync task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/677/29/&quot; &gt; How to use Tar task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/678/29/&quot; &gt; How to use Taskdef task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/679/29/&quot; &gt; How to use Touch task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/680/29/&quot; &gt; How to use Tstamp task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/681/29/&quot; &gt; How to use Typedef task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/682/29/&quot; &gt; How to use Unjar/Untar/Unwar/Unzip task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/683/29/&quot; &gt; How to use Uptodate task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/684/29/&quot; &gt; How to use Waitfor task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/685/29/&quot; &gt; How to use War task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/686/29/&quot; &gt; How to use XmlProperty task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/687/29/&quot; &gt; How to use Xslt/Style task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/688/29/&quot; &gt; How to use Zip task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/689/29/&quot; &gt; How to use .NET tasks  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/690/29/&quot; &gt; How to use ANTLR task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/691/29/&quot; &gt; How to use Attrib task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/692/29/&quot; &gt; How to use Cab task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/693/29/&quot; &gt; How to use Chgrp task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/694/29/&quot; &gt; How to use Chown task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/695/29/&quot; &gt; How to use ClearCase tasks  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/696/29/&quot; &gt; How to use Continuus Support tasks  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/697/29/&quot; &gt; How to use Depend task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/698/29/&quot; &gt; How to use EJB tasks  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/699/29/&quot; &gt; How to use Echoproperties task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/700/29/&quot; &gt; How to use FTP task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/701/29/&quot; &gt; How to use IContract task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/702/29/&quot; &gt; How to use Jarlib-available task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/703/29/&quot; &gt; How to use Jarlib-display task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/704/29/&quot; &gt; How to use Jarlib-manifest task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/705/29/&quot; &gt; How to use Jarlib-resolve task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/706/29/&quot; &gt; How to use JavaCC task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/707/29/&quot; &gt; How to use Javah task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/708/29/&quot; &gt; How to use JspC task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/709/29/&quot; &gt; How to use JDepend task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/710/29/&quot; &gt; How to use JJDoc task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/711/29/&quot; &gt; How to use JJTree task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/713/29/&quot; &gt; How to use JUnit task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/714/29/&quot; &gt; How to use JUnitReport task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/715/29/&quot; &gt; How to use Native2Ascii task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/716/29/&quot; &gt; How to use NetRexxC task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/718/29/&quot; &gt; How to use Pvcs task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/719/29/&quot; &gt; How to use ReplaceRegExp task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/720/29/&quot; &gt; How to use RExec task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/721/29/&quot; &gt; How to use Rpm task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/722/29/&quot; &gt; How to use ServerDeploy tasks &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/723/29/&quot; &gt; How to use Scp task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/724/29/&quot; &gt; How to use Script task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/725/29/&quot; &gt; How to use Scriptdef task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/726/29/&quot; &gt; How to use Sound task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/727/29/&quot; &gt; How to use Splash task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/728/29/&quot; &gt; How to use SshExec task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/729/29/&quot; &gt; How to use Stylebook task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/730/29/&quot; &gt; How to use Symlink task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/731/29/&quot; &gt; How to use Telnet task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/732/29/&quot; &gt; How to use Test task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/733/29/&quot; &gt; How to use Translate task  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/734/29/&quot; &gt; How to use XMLValidate task &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/735/29/&quot; &gt; How do I get system time &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/736/29/&quot; &gt; How to include C/C++ code compile/link in Ant build &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/737/29/&quot; &gt; How I can pass a string from my ant task to a build.xml &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/738/29/&quot; &gt; How can I test for JVM versions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/739/29/&quot; &gt; How to delete content of directory without deleting the directory itself &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/740/29/&quot; &gt; How do I access environment variables within Ant &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/741/29/&quot; &gt; What is Apache Ant &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/742/29/&quot; &gt; What does Ant mean? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/743/29/&quot; &gt; History of Ant  &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/108/44/&quot; &gt; Download Manager &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/109/45/&quot; &gt; Genetic Algorithms &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/110/45/&quot; &gt; Neural Networks &lt;/a&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;/p&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-11.html">
        <dc:format>text/html</dc:format>
        <dc:date>2005-11-18T03:21:05+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 17.11.05 (60 new tips)</title>
        <link>http://www.java-tips.org/content/view-11.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt.font &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/500/2/&quot; target=t00&gt; How to gather the font families that are available for use &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/501/2/&quot; target=t01&gt; How to draw text on a Component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/502/2/&quot; target=t02&gt; How to draw a text with mixed styles on a component &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt.geom&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/503/2/&quot; target=t10&gt; How to create basic shapes in Java &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/504/2/&quot; target=t11&gt; How to draw a Shape using lines and curves &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/505/2/&quot; target=t12&gt; How to combine shapes to draw new shapes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/506/2/&quot; target=t13&gt; How to apply various transformations such as translation, rotation on a shape &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/507/2/&quot; target=t14&gt; How to generate a Buffered Image &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/508/2/&quot; target=t15&gt; How to draw on a BufferedImage &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/509/2/&quot; target=t16&gt; How to set and get the values of pixels in a BufferedImage &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/510/2/&quot; target=t17&gt; How to perform various transformations on a BufferedImage &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / javax.swing&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/582/2/&quot; target=t20&gt; How to to load a document from a URL on a click of a button &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/583/2/&quot; target=t21&gt; How to use a JEditorPane to display the contents of a file on a web server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/584/2/&quot; target=t22&gt; A game of Tic-Tac-Toe that can be played between two client applets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/585/2/&quot; target=t23&gt; How to load an image and display it in an applet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/586/2/&quot; target=t24&gt; How to load an audio clip and play it in an applet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/587/2/&quot; target=t25&gt; Make your own Java Media Player to play media files &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/588/2/&quot; target=t26&gt; How to capture a screenshot &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/589/2/&quot; target=t27&gt; How to manipulate the Look and Feel of the applications &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/590/2/&quot; target=t28&gt; How to set a tool tip &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/591/2/&quot; target=t29&gt; How to make a tool tips appear immediately &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / org.xml.sax&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/511/2/&quot; target=t30&gt; A sample XML file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/512/2/&quot; target=t31&gt; Usage of XML attributes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/513/2/&quot; target=t32&gt; A sample of inline DTD definition &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/514/2/&quot; target=t33&gt; A sample of linked DTD definition &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/515/2/&quot; target=t34&gt; Creating new SAX parser to parse XML document &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/516/2/&quot; target=t35&gt; Accessing features of the SAX parser implementation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/517/2/&quot; target=t36&gt; Parsing XML with a simple SAX document handler &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/518/2/&quot; target=t37&gt; Extracting attribute values from XML elements &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/519/2/&quot; target=t38&gt; Handling SAX errors during parsing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/520/2/&quot; target=t39&gt; Resolving entities found in source XML during parsing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/521/2/&quot; target=t310&gt; Using XML locator to indicate current parser position &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/522/2/&quot; target=t311&gt; Handling namespaces during parsing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/523/2/&quot; target=t312&gt; Accessing character data (CDATA) of XML element &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/524/2/&quot; target=t313&gt; Configuring SAX parser factory to produce alternate parser &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/525/2/&quot; target=t314&gt; Enable/disable validation of input XML document via SAX parser &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.net&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/546/2/&quot; target=t40&gt; How to detect Proxy Settings for Internet Connection &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/577/2/&quot; target=t41&gt; How to retrieve the IP address of a hostname &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/578/2/&quot; target=t42&gt; How to retrieve the hostname of an IP Address &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/579/2/&quot; target=t43&gt; How to determine the IP address and hostname of the local machine &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/580/2/&quot; target=t44&gt; How to send a Datagram &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/581/2/&quot; target=t45&gt; How to receive a Datagram &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/526/39/&quot; target=t50&gt; How to use mobile as a network server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/527/39/&quot; target=t51&gt; Second method of using a tiled layer in mobile programming &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/528/39/&quot; target=t52&gt; How to implement a ticker in a mobile &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/529/39/&quot; target=t53&gt; An example of use of RMS for storing persistent data &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/530/39/&quot; target=t54&gt; How to read a resource from a JAR file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/531/39/&quot; target=t55&gt; A Midlet application for GIF Animation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/532/39/&quot; target=t56&gt; How to implement BitMapFont in your mobile application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/533/39/&quot; target=t57&gt; A method of using differnet fonts in Java ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/534/39/&quot; target=t58&gt; How to use RGB profile on your mobile &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/535/39/&quot; target=t59&gt; How to work with Canvas in mobile application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/536/39/&quot; target=t510&gt; How to handle keys from the keypad of your mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/537/39/&quot; target=t511&gt; Sending data to Servlet and getting the response &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/538/39/&quot; target=t512&gt; How to get memory status of mobile handset &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/539/39/&quot; target=t513&gt; How to implement Gauge UI component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/540/39/&quot; target=t514&gt; How to retrieve system properties in a Midlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/541/39/&quot; target=t515&gt; How to print values of Midlet application properties &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/542/39/&quot; target=t516&gt; How to add a command to a Displayable component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/543/39/&quot; target=t517&gt; How to send binary SMS message on mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/544/39/&quot; target=t518&gt; How to implement Zoom in and Zoom out &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/545/39/&quot; target=t519&gt; How to control volume of the mobile device &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/101/44/&quot; target=t60&gt; Obfuscator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/102/44/&quot; target=t61&gt; Profiler &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/103/45/&quot; target=t70&gt; HTML Parser &lt;/a&gt;
&lt;/ul&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-12.html">
        <dc:format>text/html</dc:format>
        <dc:date>2005-11-11T20:40:56+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 11.11.05 (70 new tips)</title>
        <link>http://www.java-tips.org/content/view-12.html</link>
        <description>&lt;br /&gt;&lt;b&gt; Java SE Tips / java.lang &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/373/2/&quot; target=t00&gt; How to use getenv() in Java SE 5.0 &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/479/2/&quot; target=t01&gt; Introduction to Autoboxing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/481/2/&quot; target=t02&gt; Using the VarArgs Language Feature &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/480/2/&quot; target=t03&gt; The Enhanced For Loop &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/479/2/&quot; target=t04&gt; Introduction to Autoboxing &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/482/2/&quot; target=t05&gt; Covariant Parameter Types &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.applet&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/427/2/&quot; target=t10&gt; How to play a sound file in an Applet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/428/2/&quot; target=t11&gt; How to load and draw an Image in an Applet &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.awt &lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/429/2/&quot; target=t20&gt; How to exit an application when a Frame is closed &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/430/2/&quot; target=t21&gt; How to hide a Frame when its close button has been clicked &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/431/2/&quot; target=t22&gt; How to get all created Frames in your application &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/432/2/&quot; target=t23&gt; How to remove the title bar of a Frame &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/433/2/&quot; target=t24&gt; How to change the boundaries for a maximized Frame &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/434/2/&quot; target=t25&gt; How to change the type of Cursor for a Component &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/435/2/&quot; target=t26&gt; How to retrieve the size of the Screen in Java &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / org.w3c.dom&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/436/2/&quot; target=t30&gt; Creating new DOM-builder to read XML documents &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/437/2/&quot; target=t31&gt; Reading a DOM tree from XML document &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/438/2/&quot; target=t32&gt; Creating a new DOM tree &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/439/2/&quot; target=t33&gt; Accessing attributes of an element &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/440/2/&quot; target=t34&gt; Accessing different types of DOM tree nodes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/441/2/&quot; target=t35&gt; Saving a DOM tree to XML file javax.xml.parsers (JAXP) &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/442/2/&quot; target=t36&gt; Configuring DOM-builder factory to produce alternate implementation &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/443/2/&quot; target=t37&gt; Enable/disable validation of input XML document via DOM-builder &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/444/2/&quot; target=t38&gt; Enable/disable ignoring of element-content whitespaces in source XML document &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/445/2/&quot; target=t39&gt; Enable/disable ignoring comments &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/446/2/&quot; target=t310&gt; How to get reference to DocumentTraversal &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/447/2/&quot; target=t311&gt; How to traverse the DOM tree as a list &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/448/2/&quot; target=t312&gt; How to traverse the DOM tree using TreeWalker &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/449/2/&quot; target=t313&gt; Custom complex filters for selecting nodes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/450/2/&quot; target=t314&gt; How to get reference to DocumentRange &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/451/2/&quot; target=t315&gt; Using ranges in DOM tree &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/452/2/&quot; target=t316&gt; How you access elements from document with namespaces &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/453/2/&quot; target=t317&gt; How to create new DOM tree with fully qualified element names &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.util&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/426/2/&quot; target=t40&gt; From Runtime.exec() to ProcessBuilder &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java SE Tips / java.nio&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/491/2/&quot; target=t50&gt; How to create a file lock on a file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/490/2/&quot; target=t51&gt; How to copy one file to another through channel &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/489/2/&quot; target=t52&gt; How to write to a channel with a ByteBuffer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/488/2/&quot; target=t53&gt; How to read from a channel with a ByteBuffer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/487/2/&quot; target=t54&gt; How to create a memory-mapped file &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/486/2/&quot; target=t55&gt; How to convert interchangeably between a ByteBuffer and a byte array &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/485/2/&quot; target=t56&gt; How to put bytes into a ByteBuffer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/484/2/&quot; target=t57&gt; How to get bytes from a ByteBuffer  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/483/2/&quot; target=t58&gt; How to create a ByteBuffer &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/356/39/&quot; target=t60&gt; Connecting to databases like Mysql, SQL Server or Oracle on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/424/39/&quot; target=t61&gt; How to implement a sprite class in J2ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/425/39/&quot; target=t62&gt; Detecting collision with sprites in J2ME &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/423/39/&quot; target=t63&gt; How to use a tiled layer in J2ME  &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/422/39/&quot; target=t64&gt; Sending e-mail from a mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/421/39/&quot; target=t65&gt; How to display Calendar in mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/420/39/&quot; target=t66&gt; How to read MIDLET attributes at runtime &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/419/39/&quot; target=t67&gt; How to write a Basic MIDLET &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/493/39/&quot; target=t68&gt; Simple demo of using timers &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JDBC&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/374/29/&quot; target=t70&gt; How to fetch the size of ResultSet object &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; Other API Tips / JExcel&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/418/29/&quot; target=t80&gt; How do I output an Excel file from a Servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/417/29/&quot; target=t81&gt; How do I read an Excel file uploaded through a Web &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/416/29/&quot; target=t82&gt; How can I copy a worksheet in one workbook to a new worksheet in another workbook &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/415/29/&quot; target=t83&gt; How do I get rid of OutOfMemory exceptions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/414/29/&quot; target=t84&gt; Converting Excel documents to CSV files &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/413/29/&quot; target=t85&gt; Reading data from Excel documents at runtime &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/412/29/&quot; target=t86&gt; How to create an Excel file &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/87/44/&quot; target=t90&gt; Image Viewer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/88/44/&quot; target=t91&gt; Version Control System &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/89/44/&quot; target=t92&gt; Forum &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/90/44/&quot; target=t93&gt; Photo Album Software &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/94/44/&quot; target=t94&gt; Blogger &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/95/44/&quot; target=t95&gt; Web Crawler &lt;/a&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt; New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;
&lt;p&gt; &lt;/p&gt; &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/91/45/&quot; target=t100&gt; Web Framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/92/45/&quot; target=t101&gt; J2EE Framework &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/96/45/&quot; target=t102&gt; Build Systems &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/99/45/&quot; target=t103&gt; Web Browser &lt;/a&gt;
&lt;/ul&gt;.</description>
    </item>
    <item rdf:about="http://www.java-tips.org/content/view-13.html">
        <dc:format>text/html</dc:format>
        <dc:date>2005-11-04T14:21:24+01:00</dc:date>
        <dc:source>http://www.java-tips.org</dc:source>
        <dc:creator>tipnetwork@gmail.com</dc:creator>
        <title>Latest Additions - 04.11.05 (80 new tips)</title>
        <link>http://www.java-tips.org/content/view-13.html</link>
        <description>&lt;br /&gt;&lt;b&gt;Java SE Tips / java.lang&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/270/2/&quot;&gt; How to use generics &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/269/2/&quot;&gt; Variable arity methods &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/272/2/&quot;&gt; Covariant return types &lt;/a&gt;

&lt;/ul&gt;

&lt;br /&gt;&lt;b&gt;Java SE Tips / java.io&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/306/2/&quot;&gt; Implementing a file browser in Java &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;Java SE Tips / java.util&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/271/2/&quot;&gt; Scanning text with java.util.Scanner &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/156/2/&quot;&gt; How to get current date time &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;Java SE Tips / java.awt.image&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/273/2/&quot;&gt; Styling digital images with CONVOLVEOP &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;Java ME Tips / MIDP&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/151/39/&quot;&gt;Unable to find a package while compiling a program in the Sun Wireless Toolkit&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/153/39/&quot;&gt; Playing MP3 files from your server on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/154/39/&quot;&gt; Playing MP3 from your local file on J2ME devices &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/155/39/&quot;&gt; Finding multimedia content-type support of a mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/204/39/&quot;&gt; Launching a Midlet from another Midlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/351/39/&quot;&gt; How to get the size of mobile screen &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/352/39/&quot;&gt; Opening and reading a file on the mobile device &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/353/39/&quot;&gt; How to download an image from a web server &lt;/a&gt;

&lt;/ul&gt;

&lt;br /&gt;&lt;b&gt;Java EE Tips / javax.servlet&lt;/b&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/296/40/&quot;&gt; How to work with ServletContextAttributeListener &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/295/40/&quot;&gt; How to work with ServletContextListener &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/294/40/&quot;&gt; How to work with ServletContext initilization parameters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/293/40/&quot;&gt; How to set a servlet's session time in web.xml &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/292/40/&quot;&gt; How to handle status code errors in web.xml &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/291/40/&quot;&gt; How to maintain client session in servlets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/290/40/&quot;&gt; How to write a servlet filter which doesn't allow caching &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/289/40/&quot;&gt; How to write servlet filters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/288/40/&quot;&gt; How to write a servlet that performs JNDI Opertaions &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/287/40/&quot;&gt; Difference between encodeURL and sendRiderct methods &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/286/40/&quot;&gt; How to use cookies in a servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/285/40/&quot;&gt; Servlet for reading headers in a HTTP request &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/284/40/&quot;&gt; How to write a thread-safe servlet &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/283/40/&quot;&gt; Servlet that reads form data and process it &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/282/40/&quot;&gt; Servlet that automatically refreshes &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/281/40/&quot;&gt; Example of Servlet Chaining &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/280/40/&quot;&gt; Servlet that returns an HTTP error code as page response &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/279/40/&quot;&gt; How to write a servlet that works with initilization parameters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/278/40/&quot;&gt; How to write a simple servlet &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;Other API Tips / JDBC&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/203/29/&quot;&gt; How to store/retrieve image to/from SQLServer &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/228/29/&quot;&gt; How to get auto-generated keys from Java class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/229/29/&quot;&gt; How to execute a batch process with JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/230/29/&quot;&gt; Creating savepoints for database connections using JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/274/29/&quot;&gt; How to exceute Batch process from PreparedStatement &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/277/29/&quot;&gt; How to create database tables using JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/276/29/&quot;&gt; How to create a table with ForeignKeys from JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/275/29/&quot;&gt; How to insert Data in table with the help of JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/305/29/&quot;&gt; How to connect Microsoft Sql Server using JDBC &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/354/29/&quot;&gt; Import Data from Txt or CSV files into MYSQL database tables &lt;/a&gt;

&lt;/ul&gt;

&lt;br /&gt;&lt;b&gt;Other API Tips / Weka&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/268/29/&quot;&gt; I get the same sequence of random numbers. Can I specify random seeds to random number generator &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/267/29/&quot;&gt; Does arff supports multi-label data and multi-label classification &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/266/29/&quot;&gt; How can I set the cost matrix &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/265/29/&quot;&gt; How do I discretize an attribute independent of the class or discretize a class attribute &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/264/29/&quot;&gt; How do I discretize an attribute using the class &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/263/29/&quot;&gt; How do I represent missing values in ARFF file format &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/262/29/&quot;&gt; ARFF file gives error or fails to load &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/261/29/&quot;&gt; Where can I find datasets in arff format &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/260/29/&quot;&gt; What is arff format &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/259/29/&quot;&gt; How can I visualize the output using fancy graphs and figures in Weka? &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/258/29/&quot;&gt; During clustering how do I know what particular instances belong to which clusters &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/257/29/&quot;&gt; What is clustering &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/256/29/&quot;&gt; What are association rules &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/255/29/&quot;&gt; What is relative absolute error and relative root squared error for nominal data &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/254/29/&quot;&gt; What is mean absolute error for nominal data &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/253/29/&quot;&gt; What is root mean squared error for nominal data &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/252/29/&quot;&gt; How can I use 2-class distribution classifiers (binary classifiers) on multi-class datasets &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/251/29/&quot;&gt; I have some question on Bayesian Network Classifiers, what do I do &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/250/29/&quot;&gt; What are the classes which can be used for combining the predictions of heterogeneous ensemble &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/249/29/&quot;&gt; Does there exists any implementation of regression trees in WEKA, just as CART &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/248/29/&quot;&gt; Where is the Support Vector Machine classifier &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/247/29/&quot;&gt; Where is the Neural Network classifier &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/246/29/&quot;&gt; How do I make a classifier cost-sensitive &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/245/29/&quot;&gt; How do I use regression classifiers for classification &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/244/29/&quot;&gt; I am not able to find the class 'DistributionClassifier' &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/243/29/&quot;&gt; How do I use method CfsSubsetEval &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/242/29/&quot;&gt; How do I do feature(attribute) selection programmatically &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/241/29/&quot;&gt; How do I remove certain attributes from the dataset &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/240/29/&quot;&gt; How to plot multiple ROC's on a single plot &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/239/29/&quot;&gt; How to run Weka from Eclipse &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/238/29/&quot;&gt; Using a Big data set and I get: Exception in thread &quot;main&quot; java.lang.OutOfMemoryError. What can i do &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/237/29/&quot;&gt; How do I get prediction for instances in a test set &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/236/29/&quot;&gt; How do I load a model &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/235/29/&quot;&gt; How do I save a model &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/234/29/&quot;&gt; How to evaluate clustering methods on a dataset from command line &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/233/29/&quot;&gt; How to give base-classifier specific options &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/232/29/&quot;&gt; How to evaluate classifier on a dataset from command line &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/view/231/29/&quot;&gt; What is the best way to get familiar with Weka &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;New Categories in Java Applications Section&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/68/44/&quot;&gt; J2EE Server &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/67/44/&quot;&gt; Servlet Engine &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/70/44/&quot;&gt; XML Editor &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/71/44/&quot;&gt; Database Engines &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/85/44/&quot;&gt; Java Installer Builder &lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/8/86/44/&quot;&gt; Modelling Tool &lt;/a&gt;

&lt;/ul&gt;


&lt;br /&gt;&lt;b&gt;New Categories in Java Libraries Section&lt;/b&gt;&lt;br /&gt;

&lt;p&gt; &lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;a href=&quot;http://www.java-tips.org/content/category/9/73/45/&quot;&gt; Source Code Formatter &lt;/a&gt;

&lt;/ul&gt;.</description>
    </item>
</rdf:RDF>
