Hi All, The felix4gae project has reached its first milestone and has produced a version of felix that runs on the Google App Engine. There is an example .WAR file available for download, all (mavenized) source code is in SVN. The example .war is currently running on GAE at http://emorning.appspot.com/
felix4gae is a servlet that embeds the felix OSGi engine. Bundles to be installed are put in the WEB-INF/deploy folder. felix4gae currently provides a custom OSGi HTTP service that exposes registered servlets underneath the felix4gae servlet's namespace. felix4gae currently caches all installed bundles in memory, in the near future felix4gae will permanently cache installed bundles in the Google Datastore. Naturally, bundles installed in felix4gae are subject to the same limitations as other code running in GAE, that is, no Thread creation, no writing to files, etc. Regards, ted stockwell http://code.google.com/p/felix4gae/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org