- Monday, April 20, 2009, 21:56
- Featured, Java
- 2,703 views
ROME is an open source tool to parse, generate and publish RSS and Atom feeds. Using Rome you can parse the available RSS and Atom feeds. Without bothering about format and version of RSS feed. The core library depends on the JDOM XML parser.
Atom is on the similar lines of RSS is another kind of feed. ...
Full story
- Friday, April 17, 2009, 15:15
- How-To, Java
- 6,131 views
While working on a small requirement, I had to write a small piece of code that can parse an XML file in Java. Although there are number of libraries available in Java which does this task efficiently, I ended up in using normal Java XML parsing using org.w3c.dom parser.
You may want to copy this code and ...
Full story
- Monday, February 16, 2009, 14:26
- General, Tutorial
- 15,093 views
AutoSys is used for defining, scheduling and monitoring jobs. These jobs can be a UNIX script, java program or any other program which can be invoked from shell. Before starting we assume that user has already setup an AutoSys environment. This environment consists of autosys server and autosys client.
AutoSys System components
1. Event server (AutoSys database)
2. Event ...
Full story