Jesque-Web is a faithful re-implementation of the Sinatra web application, resque-web, that is a part of Resque in Java.
Jesque-Web is a Maven project built using Spring MVC and depends on Jesque, Jedis to connect to Redis, Jackson to map to/from JSON and SLF4J for logging.
-
Download the latest source at:
https://github.com/gresrun/jesque-web
-
Edit the Redis connection settings for your environment.
-
Start Jetty for testing:
mvn -Pjetty-run clean test
-
Build WAR for deployment to a servlet container:
mvn clean package
If you are on Mac OS X, I highly recommend using the fantasic Homebrew package manager. It makes installing and maintaining libraries, tools and applications a cinch. E.g.:
brew install redis
brew install git
brew install maven
gem install resque
Boom! Ready to go!
Copyright 2011 Greg Haines
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.