Socket
Book a DemoInstallSign in
Socket

com.github.arucard21.simplyrestful:springdata-paging-offset

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.arucard21.simplyrestful:springdata-paging-offset

An implementation of the Spring Data Pageable interface that provides offset-based pagination.

Source
mavenMaven
Version
2.1.0
Version published
Maintainers
1
Source

SimplyRESTful-Framework

A framework for easily creating RESTful APIs.

The main library in the framework is SimplyRESTful. It contains a default web resource implementation (also called an endpoint) that maps the more complicated HTTP-compliant access to simpler CRUD functions. This SimplyRESTful framework only requires JAX-RS and can be used with any JAX-RS framework.

There are 2 client libraries available, one for Java and the other for TypeScript. Both of these can be used to access any API created with SimplyRESTful. They only need to know the API resource specific to that API. For Java, that could be as simple as providing the same POJO as used in the API. For TypeScript, you would need to provide a type that corresponds to the API resource.

Other than this, the other libraries are mostly for convenience (e.g. auto-configuration with the deploy-* libraries ) or to provide additional features (e.g. JSON field filtering with fields-filter-json-servlet).

There are examples for the different deploy libraries available for more detailed information about how to implement this.

You can find more information about the idea behind this framework on the wiki.

FAQs

Package last updated on 09 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts