I've put together a simple NetKernel module that tends to greatly simplify service and application development. mod-e4x provides helper functions allowing for rapid construction of services using the ECMAScript for XML syntax provided in the Rhino JavaScript interpreter. With mod-e4x, JavaScript becomes a viable alternative to the NetKernel DPML language.
Additionally I've provided mod-rome, and mod-ag. These both are examples on how to build layered applications using JavaScript and mod-e4x on the NetKernel architecture.
mod-rome wraps the Rome library providing support for converting one feed type to another.
mod-ag is a really simple tool to fetch feeds enumerated in an OPML file and return all the headlines.
Leave a comment