GithubHelp home page GithubHelp logo

brainagenet / todosapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from relai/todosapp

0.0 1.0 0.0 1.29 MB

exploring server-side non-blocking web application development in Java

Java 69.47% HTML 19.65% Scala 0.48% JavaScript 10.40%

todosapp's Introduction

todosapp

todosapp is a sample application that manages your to-do items. It is built primarily to explore the server-side asynchronous programming in JVM web frameworks. It is inspired by todomvc, a browser-side sample application to showcase MV* JavaScript frameworks.

You can find more info in my article "Develop Non-Blocking Web Applications in Java".

JVM Web Frameworks

In the sub-projects, we build the sample project using the following frameworks respectively:

  • Java EE: Servlet and JAX-RS
  • Spring MVC, with Spring Data and Spring Boot
  • Vert.x 2.0 for Java
  • Play 2 Framework for Java

Applications

Once running, the web application can be accessed at its homepage

 http://localhost:8080

There are actually three "applications" packaged in each sub-project:

Java 8

All modules are implemented in Java 8, taking advantage of the Lambda expressions.

###Maven Integration

The build system is Maven. Maven 3.2.2 or newer should be used. Older versions of Maven can result in CDI linkage errors.

To build all sub-projects, run

mvn clean install

Each application can be deployed and run on its embedded application server with an in-memory database directly from Maven. Refer to the instruction in each project for how to run the application.

IDE and NetBeans

The project is built using Maven. You can open it in any of your favorite IDE.

If you open the module as a Maven project in NetBeans, you can leverage NetBeans integration with Maven to run NetBeans command Clean, Build, Run and Debug.

todosapp's People

Contributors

relai avatar

Watchers

MyungSeok, Seo 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.