Fork me on GitHub

basex-web by micheee

BaseX Web Application Server

Welcome to the the home of basex-web

Dependencies

BaseX

Install

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:run
  
To 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.xml
from inside BaseX.

License

BSD License

Authors

Leo Woerteler (leo@woerteler.de)
Michael (mseiferle@gmail.com)

Contact

Michael (mseiferle@gmail.com)

Download

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