|
41-60 of 1229
Previous
Next |
|
Work with SSL/LDAP Using Java
by Elayaraja David
Most applications nowadays authenticate through LDAP (directory service).
|
|
Make an Immutable Class
by Devesh Gote
The code in this tip shows how to make an immutable class.
|
|
A Function to Determine Whether a String Can Be Converted to a Number
by Roberto Chiavolini
Find out how to determine whether a string can be converted to a number.
|
|
Disable JSP Auto-Reloading
by Amol Somani
Find out why disabling the auto-reloading feature in your configuration improves performance.
|
|
Setting Logger Output with FOP
by Leonard Anghel
The following code demonstrates how to set a logger for FOP.
|
|
Read an XML Document with the StAX Iterator API
by Leonard Anghel
This tip shows an example of how to use the Iterator API to read from an XML file.
|
|
Capture a Screenshot in Java
by Amol Somani
This tip gives the code that allows you to capture a screenshot in Java.
|
|
Create a JavaFX foreach Nested Loop
by Leonard Anghel
When you want to create a nested loop in JavaFX, use the foreach statement
|
|
Loading Classes Directly from .jar Archives
by Leonard Anghel
Find out how to make a custom class loader to load classes directly from your .jar archives.
|
|
Play an MP3 Using Java Media Framework
by Leonard Anghel
The code in this tip shows you how to develop a simple Java application that can play MP3 files. This application is based on JMF (Java Media Framework).
|
|
Create a Menu Bar with JavaFX
by Leonard Anghel
Here's a JavaFX example that creates a nice menu bar.
|
|
Using Templates for Concurrent XSLT Transformations
by Leonard Anghel
Use Templates to use a Transformer object (from the TrAX API) in multiple threads running concurrently.
|
|
Manipulate the Components of a JNDI Composite Name
by Leonard Anghel
This tip shows you how to list, add, and remove components from a JNDI composite name (javax.naming.CompositeName).
|
|
Turn Off Auto-Commit for Better Performance
by Amol Somani
Learn how to improve your database performance by turning off auto-commit.
|
|
Create the "Night" Filter Using the RGBImageFilter Class
by Leonard Anghel
This tip shows you how to create the "night" effect on an image using the RGBImageFilter class.
|
|
Create a "Night" Filter Using RGBImageFilter
by Leonard Anghel
This tip shows you how to create the "night" effect for an image using the RGBImageFilter.
|
|
Create a "Fog" Filter Using the RGBImageFilter Class
by Leonard Anghel
The code in this tip shows you how to create a "fog" filter for an image using the RGBImageFilter class.
|
|
Create a "Flea" Filter Using the RGBImageFilter Class
by Leonard Anghel
This tip demonstrates how to build a "flea" filter based on the RGBImageFilter class. The filtered picture will look like the image displayed on old TVs.
|
|
Obtain Class Methods Using Reflection
by Leonard Anghel
Learn how to obtain all methods, all declared methods, and one specific method for the java.lang.reflect.Method class.
|
|
Read an Image from a Database Using the getBinaryStream Method
by Leonard Anghel
This following code shows you how to extract an image from a database using the getBinaryStream method.
|
|
41-60 of 1229
Previous
Next |