Skip to content

GaiwanTeam/jesque-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jesque-Web

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.

Build Status


How do I use it?

  1. Download the latest source at: https://github.com/gresrun/jesque-web

  2. Edit the Redis connection settings for your environment.

  3. Start Jetty for testing: mvn -Pjetty-run clean test

  4. Build WAR for deployment to a servlet container: mvn clean package


Misc.

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!


License

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.

About

An implementation of resque-web in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 45.7%
  • JavaScript 44.6%
  • CSS 9.7%