System.exit(-1);
}
// Use Rome|Aqueduct-Prevayler to get DAO layer
System.out.println("Starting Aqueduct-Prevayler...");
PrevaylerDAOFactory factory = (PrevaylerDAOFactory) RomeDAOFactory.getDAOFactory(PrevaylerDAOFactory.class);
PrevaylerSyndFeedDAO syndFeedDAO = (PrevaylerSyndFeedDAO) factory.getSyndFeedDAO();
// For this example we'll use the URLs as the UUIDs.
// The PrevaylerSyndFeedDAO will allow a batch-insert of a Map
// where the key is a String UUID, and the value is a SyndFeed
HashMap feeds = new HashMap();