The Properties
class available in the package "java.util" can be used to
create properties object and then load the properties from the XML file
into that object. Before you load the properties defined in the XML
element into the Properties object you have to create a FileInputStream
object which can hold the XML file you are going to use.
_______________________________________________
_______________________________________________
The
import statements that are needed to work with this properties class
might include,
import
java.util.*;
import java.io.*;
Using the
properties object's loadFromXML() method you can load the FileInputStream
object into it and use the list() method to list down the properties
if needed. To get the value of a particular property you can also use
the getProperty() method. Once you get this you can store in your java
program to manipulate it anyway.
Lot of
samples are available in the internet for using this Properties class.
Check out the URL
http://www.ibm.com/developerworks/java/library/j-tiger02254.html
for some.
eValid Supports Regular Expressions Analysis of Web Pages (PRWeb via Yahoo! News)
Functional testing of web applications now has a new degree of generality with the introduction of Regular Expression processing in the eValid suite.
What Is the Problem with JavaME? (Developer.com)
This section is interesting only for programmers who never have developed a JavaME application, because every JavaME developer has encountered the same pitfalls when trying to make an appealing user interface.
Japplis Toolbox (Jumbo.com)
This is a compilation of text utilities.