Skip to content
joecrean edited this page Aug 21, 2012 · 9 revisions

Introduction

Top Songs is an application which was created for the MarkLogic Developer Training course. It was originally implemented in XQuery. With MarkLogic 6.0 there is a Java API which can be used to search MarkLogic databases. In order to create a new course covering the API, the Top Songs application has been rewritten in Java using the API and is the subject of this repository.

Content

  • the Top Songs project structure is documented here.
  • Top Songs uses Spring MVC to implement Servlets. Read about it here.
  • Handling the connection to MarkLogic in a safe way
  • Extending the Java API
  • Presenting the data - Top Songs JSPs
  • Handling security in Top Songs
  • Tips for Eclipse
  • Source control with git/egit
Clone this wiki locally