Welcome to the the home of basex-web
BaseX
Simply clone the project and run mvn jetty:run
If you are interested in running only a web application, you might also try the following:
git clone git://github.com/micheee/basex-web cd basex-web mvn install cd .. git clone git://github.com/micheee/xquery-webapp-skeleton.git cd xquery-webapp-skeleton mvn jetty:runTo install the basex-web package into BaseX run:
REPO INSTALL https://github.com/micheee/basex-web/raw/master/src/main/webapp/resource/basex-web-xq-1.0.1-distribution.zip
This package contains an XQuery API to set Headers, Cookies and the like.
The skeleton app and the basex-web package both contain a demo guestbook application alongside a sample database, to install this database run:
create db guestbook http://localhost:8080/guestbook/guestbook.xmlfrom inside BaseX.
BSD License
Leo Woerteler (leo@woerteler.de)
Michael (mseiferle@gmail.com)
Michael (mseiferle@gmail.com)
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/micheee/basex-web