|
From: Evgeny G. <gaz...@gm...> - 2010-03-25 10:39:50
|
> The differences that I see is xquery way to access information. eXist > information page (xml file) can have the list of jars that are used. > > If old webstart have all this, can we rewrite xquery functions to use it > as backend? > Old JNLP stuf have one hardcoded jnlp and can give access to any core exist's jar. Think that we must move some eXist's functionality like webdav, atom, xmlrpc from servlet layer to xquery webapp. It will be more flexible. And developers could change functionality of this webapp in they's application. So possible add virtual collections for webdav. We need only some basic servlets like REST or XQueryServlet. ---------- Evgeny |