Coder Social home page Coder Social logo

todo-mvc's Introduction

TODO MVC

A simple TODO list application demonstrating how to build applications using the MVC 1.0 specification.

Introduction

MVC 1.0 is still at a very early stage. The final release is scheduled for Q3 2016 and will be part of Java EE 8.

To be able to use the latest versions of all technologies which are required for MVC (like JAX-RS, CDI and Bean Validation), this application has been created to be deployed to a Servlet container like Apache Tomcat or Jetty. This allows to include all the requirements in the WAR file instead of having to rely on the container to provide them.

Getting started

The application is pretty minimal at the moment. I added comments to the relevant sections of the code so you don't have to read the specification for understanding what is going on. ;)

To build the WAR file, run this command:

$ mvn clean package

The resulting WAR is named target/todo-mvc.war. You can now deploy this WAR file to Apache Tomcat or Jetty. If you are using Tomcat, you should use the latest release of the 8.0.x product line.

After starting up, open the following URL in your browser:

http://localhost:8080/todo-mvc/

Feedback welcome

The MVC expert group is looking for feedback. Any feedback is valuable and welcome. So if there is anything that you would like us to know, get in touch with us.

And remember: Now is the time to give feedback. If you don't, you cannot complain about it later. ;)

todo-mvc's People

Contributors

chkal avatar ivargrimstad avatar dasniko avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

abdelmuniem

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.