Previous | Next
WireHose Developers Guide

Creating RSSFeed

  1. Expand the Entities group in the Files pane.
  2. Choose New File... from the File menu. Scroll down to the WireHose Resource template and click Next.

  3. Name it RSSFeed, add it to the Application Server target in the Hello World project, and click Finish.

  4. Open the RSSFeed.eomodeld file in EOModeler.
  5. Choose Set Adaptor Info... from the Model menu.
  6. Set the URL and driver as entered in your adaptor dictionary:

    If you're using OpenBase:

    Set the URL to jdbc:openbase://127.0.0.1/HelloWorld and the driver to com.openbase.jdbc.ObDriver

    If you're using FrontBase:

    Set the URL to jdbc:FrontBase://localhost/HelloWorld/user=HelloWorld and the driver to jdbc.FrontBase.FBJDriver

  7. Click OK.
  8. Change the name of the MyResource entity to RSSFeed, its table to RSSFeed, and its class name to RSSFeed.
  9. Change the name of the MyResourceKeyword entity to RSSFeedKeyword, and its table to RSSFeedKw.
  10. Change the name of the MyResourceTag entity to RSSFeedTag, and its table to RSSFeedTag.


Previous | Next