8Jun Thu2006 | Live Demo
Spurred into action following a recent meeting with the boys
from Delta XML, we have
created a live
demo of an out-of-the-box NetKernel system.
The demo is a real live NetKernel instance and it allows you to
explore the management tools, system status reports as well as the
developer tools and docs. For security we've locked down critical
parts of the system but most applications are available to try.
The technically interesting part is that the demo uses a
functional filter-layer applied over the standard backend admin
system - kind of like a see-through sneeze screen over a
deli-counter. The implementation is a simple mapper pattern - all
requests in the backend fulcrum are redirected to a mapper script.
This performs a URI validation against a precompiled (transrepted)
declarative access control list. If the requested URI is permitted
then the request is transparently reissued, if not then a lock down
message is displayed. Result is that the end-user doesn't know the
filter is in place unless they stray from the permitted path.
Bytecode manipulating AOP eat your heart out ;-)
|