Giter Club home page Giter Club logo

resteasy-grpc's Introduction

RESTEasy

Github CI

RESTEasy is a JBoss.org project aimed at providing productivity frameworks for developing client and server RESTful applications and services in Java. It is mainly a Jakarta RESTful Web Services implementation but you'll find some other experimental code in the repository.

The project page can be found at https://resteasy.dev.

Jakarta RESTful Web Services

RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a portable implementation of the Jakarta RESTful Web Services specification. The Jakarta RESTful Web Services provides a Java API for RESTful Web Services over the HTTP protocol. Please note that the specification is now under the Jakarta EE Project. You can read the entire specification at Jakarta RESTful Web Services.

Getting started with RESTEasy

Documentation

To read the documentation you can read it online.

Issues

Issues are kept in JIRA.

Build

Currently, RESTEasy requires JDK 11+.

If you want to build the project without running the tests, you need to pull down a clone of the RESTEasy repository and run:

$ ./mvnw clean install -DskipTests=true

If you want to build the project with testings run, you may need to specify a profile to use, and may need to configure the WildFly version you want to run the tests with. Here is an example:

$ SERVER_VERSION=27.0.0.Final ./mvnw clean -fae -Dserver.version=$SERVER_VERSION install

Contribute

You are most welcome to contribute to RESTEasy!

Read the Contribution guidelines

resteasy-grpc's People

Contributors

dependabot[bot] avatar jamezp avatar liweinan avatar ronsigal avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

resteasy-grpc's Issues

Support Java interfaces

We need to be able to handle resource methods with interface entity parameters and interface return values.

Attempt to make the generated code abstract

What I mean by this, is that it would be nice if there were some abstract types the generated source files could extend. It makes the hard-coded strings easier to read and validate via a compiler at build time instead of relying on runtime tests.

Remove the XXX_Server resource requirement

We should attempt to remove the ${project.name}_Server resource requirement. It's a big awkward from a user perspective to have to ensure one end point always gets invoked before another endpoint.

I would think we could use a filter of some sort to handle this. We may have to set the servlet context on the ResteasyContext, but IMO that should be a last resort. I feel we could use a ContainerRequestFilter to set a property on the request itself.

If this cannot be removed, we really should remove the start and stop end points as they should not be publicly exposed.

.proto file field numbers

Each message type should start counting fields at 1. This matters because protobuf minimizes the space used for field numbers, and the smallest numbers fit in one byte.

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.