Hi all,

Am Samstag, den 29.12.2007, 20:51 +0100 schrieb Felix Meschberger:
>       Everything is a Resource
> ...
> I will try to set up a first prototype in the
> whiteboard in the next few days.

As promised, I created a prototype of this concept. The main noteworthy
points of this prototype are:

   * OCM has been split into a separate bundle, support is available
     through a registered AdapterFactory
   * New osgi/commons bundle providing helper functionality and the
     AdapterManager
   * Register servlets into the virtual resource tree
   * Support to directly address servlets and scripts for execution
     (see below)


Probably the most notable new feature of the prototype is, that now
scripts (or servlets by that matter) may be called directly by their
path and do not require a resource with a resource type pointing to
them. For example, given a script at /apps/sample.jsp you can simply
access http://host/apps/sample.jsp to have the script executed (instead
the script source being dumped. This is a very usefull feature to build
traditional application (mainly administratorial in nature) or migrate
existing web applications which depend on this functionality.

Regards
Felix


Reply via email to