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