Newsfeed
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.
| Methods |
| static void |
main(String... args)
This method is called when executing this sample application from the
command line.
|
| 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
|