Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a note to README.md #137

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions grpc-bridge-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ the javabuf instance would be dispatched to a gRPC service, but, in our context,
to a Jakarta REST service. As we will see below, the gRPC bridge project supplies the mechanism for
translating a javabuf instance to its corresponding original Java class and dispatching it appropriately.

**Note.**
In this example we refer to the grpc-bridge-example in https://github.com/resteasy/resteasy-examples.
Its output is grpcToRest.example-1.0.0.Final-SNAPSHOT.war, but the WAR is not deployed to any repository. That is,
if you want to follow along, you need to download resteasy-examples and build it in the usual maven manner.

## Building the bridge project

1. Create a directory for the bridge project. We will refer to it as BUILD_HOME.
Expand Down