Giter Site home page Giter Site logo

pagination-test's Introduction

Ok, there's not much to Revenue Calculator. Once the algorithm was worked out, a single unit test was all I added.

It wasn't specified what kind of application to build so to demonstrate the pagination, I put together a very light weight Spring Boot app.
The Documents are read in from a flat text file.
The returned results can be accessed by running the spring boot app, after a maven build and going to 
http://localhost:8080/documents?page=6&pageSize=4 
Vary page and pageSize as appropriate

The Service getDocumentSearchResult method calculates the total number of pages, total number of results and finds first result to go to.
The error conditions of pageSize and page being out of bounds is also accounted for
When there is no PreviousPage or NextPage, it is returned as "-"

Notes:
I used spring-boot-starter-hateoas for only he request mapping but of course it can add a lot more to a RESTful API, including adding
the href dynamically.
Also, the pagination itself would usually be carried out over the datasource - again frameworks like Spring Data/Hibernate can do this 
for you or in JDBC you'd query for the page in the SQL request

pagination-test's People

Contributors

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