NetKernel + E4X

| | Comments (0) | TrackBacks (1)

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.

1 TrackBacks

Listed below are links to blogs that reference this entry: NetKernel + E4X.

TrackBack URL for this entry: http://www.manamplified.org/cgi-bin/mt-tb.cgi/276

Chris has released a set of NetKernel modules. mod-e4x is a module for wrapping the NKF API in a helper library which explicitly provides services for getting resources in and out as E4X XML objects. This approach is really neat since it provides a s... Read More

Leave a comment