Code Monkey home page Code Monkey logo

devoxx-2013's Introduction

Devoxx 2013

This is the content for the talk, Designing a REST-ful API Using Spring 4 for the Devoxx 2013 conference. The contents of this repository include the slides, speaker's notes, designs, and final code for the talk.

Requirements

Java, Maven

The application is written in Java and packaged as a self-executable JAR file. This enables it to run anywhere that Java is available. Building the application (required for deployment) requires Maven.

Ruby, Bundler

The client demo application is written in Ruby and can run wherever Ruby 1.9.3 or later is available. It's dependencies are managed using the Bundler gem.

Developing

The project is set up as a Maven project and doesn't have any special requirements beyond that. In order to build and run the application execute the following commands:

mvn package
java -jar target/lets-make-a-deal.jar

In order to run the client application execute the following commands:

bundle install
bundle exec ./client.rb

License

The project is released under version 2.0 of the Apache License.

devoxx-2013's People

Contributors

nebhale avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.