GithubHelp home page GithubHelp logo

cicekhayri / ebook-building-an-api-backend-with-microprofile Goto Github PK

View Code? Open in Web Editor NEW
59.0 12.0 15.0 8.49 MB

Building an API Backend with MicroProfile

Home Page: http://bit.ly/ebook-building-an-api-backend-with-microprofile

License: Apache License 2.0

Java 100.00%
ebook microprofile restful-api api jakartaee keycloak

ebook-building-an-api-backend-with-microprofile's Introduction

Building an API Backend with MicroProfile (ebook)

HTML

PDF

This project has the following parts:

  • ebook - the actual PDF / HTML Asciidoc source

  • bookstore - some server side java code referenced in the book

  • bookstore-client - some client side java code referenced in the book

Generating the book

In the ebook directory:

    mvn clean install

Maven will generate the book (PDF and HTML) in target/generated-docs/

ebook-building-an-api-backend-with-microprofile's People

Contributors

cesarhernandezgt avatar cicekhayri avatar phillip-kruger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ebook-building-an-api-backend-with-microprofile's Issues

TOC for html version missing headers levels and numbers

Hi, I wonder if the removal of section numbers for the html TOC is on purpose [2]?
I tried to create a PR by updating the pom.xml section [1] for HTML wit the following but it didn't work so before keep investing time I choose to raise the question in this ticket.

[1]

 <id>output-html</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>process-asciidoc</goal>
                        </goals>
                        <configuration>
                            <backend>html5</backend>
                            <attributes>
                                <revnumber>${project.version}</revnumber>
                                <revremark>${revremark}</revremark>
                                <revdate>${revisiondate}</revdate>
                                <toc>left</toc>
                                <toclevels>4</toclevels>
                                <sectanchors>true</sectanchors>
                            </attributes>
                        </configuration>

[2]
image

Translating to spanish

Hello!

I want to be part of this aweome project.

I see that almost all the chapters but the OpenTracing one are done... Do you mind if I start translating it to spanish ? maybe some others can help translating it to another languajes too ๐Ÿ˜„

@RegisterRestClient but RestClientBuilder used

The BookStoreService has the @RegisterRestClient for creating a CDI bean capable of calling the remote endpoint.

This CDI bean is never used in the BookStoreEndpoint because there the Java API is used.

BookStoreService bookStoreService
                = RestClientBuilder.newBuilder()
                        .baseUrl(url)
                        .build(BookStoreService.class);

The Service needs to be injected.

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.