Class Newsfeed

java.lang.Object
org.h2.samples.Newsfeed

public class Newsfeed extends Object
The newsfeed application uses XML functions to create an RSS and Atom feed from a simple SQL script. A textual representation of the data is created as well.
  • Constructor Details

    • Newsfeed

      public Newsfeed()
  • Method Details

    • main

      public static void main(String... args) throws Exception
      This method is called when executing this sample application from the command line.
      Parameters:
      args - the command line parameters
      Throws:
      Exception - on failure