whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Provide embedded web server for web service #12

Closed nealeu closed 13 years ago

nealeu commented 13 years ago

Implemented using embedded Jetty server in class HttpServer, and implements to Spring Lifecycle interface.

Added auto start with database in EmbeddedClientFactory, if HttpServer is found on classpath.