Author Archive

Reading/Parsing RSS feed using ROME

Reading/Parsing RSS feed using ROME
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

Parsing / Reading XML file in Java.

Parsing / Reading XML file in Java.
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

AutoSys Scheduler: Create & Manage Jobs using AutoSys Job Scheduler

AutoSys Scheduler: Create & Manage Jobs using AutoSys Job Scheduler
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
Copyright © 2010 ViralPatel.net. All rights reserved.