Slackyon

NetKernel Modules

Ongoing manAmplified posts regarding NetKernel.

mod-e4x: mod-e4x-1.0.0.jar

mod-e4x is a NetKernel module that provides helper functions allowing for rapid construction of services using the ECMAScript for XML syntax provided in the Rhino JavaScript interpreter.

See Using mod-e4x for more information.

After installing (to your frontend fulcrum), see http://localhost:8080/e4x/ for usage documentation.

mod-rome: mod-rome-1.0.0.jar

mod-rome is a (quick and dirty) NetKernel module that wraps the Rome library.

Documentation lives at /rome/.

mod-ag: mod-ag-1.1.0.jar

mod-ag is a (quick and dirty) NetKernel module that takes an OPML file of feeds, retrieves them, converts them to a common format, and displays the headlines (in no particular order).

This module is intended as a simple example of how to use mod-e4x. Specifically hightlighting the use of sync/async requests, throttles, and the e4x syntax.

Documentation lives at /ag/.