Giter VIP home page Giter VIP logo

web-function-sample's Introduction

Spring 5 Functional Web Framework Sample

This repository contains a sample application that uses the functional web framework introduced in Spring 5. It consists of the following types:

Class Description
Person POJO representing a person
PersonRepository Reactive repository for Person
DummyPersonRepository Dummy implementation of PersonRepository
PersonHandler Web handler that exposes a PersonRepository
Server Contains a main method to start the server
Client Contains a main method to start the client

Running the Reactor Netty server

  • Build using maven
  • Run the org.springframework.samples.web.reactive.function.Server class

Running the Tomcat server

  • Comment out the startReactorServer() line in Server.java
  • Uncomment the startTomcatServer() line in Server.java
  • Build using maven
  • Run the org.springframework.samples.web.reactive.function.Server class

Running the Client

  • Build using maven
  • Run the org.springframework.samples.web.reactive.function.Client class

Sample curl commands

Instead of running the client, here are some sample curl commands that access resources exposed by this sample:

curl -v 'http://localhost:8080/person'
curl -v 'http://localhost:8080/person/1'
curl -d '{"name":"Jack Doe","age":"16"}' -H 'Content-Type: application/json' -v 'http://localhost:8080/person'

License

This sample released under version 2.0 of the Apache License.

web-function-sample's People

Contributors

fabricio-oliveira avatar poutsma avatar sdeleuze avatar

Watchers

 avatar  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.