Your own MicroProfile Config source

MicroProfile Config, which is part of the MicroProfile Specification, is the standardization for Java Enterprise and Microservices configuration. [Read More]
Tags: MicroProfile, Payara, Configuration

GraphQL on Wildfly swarm

“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve... [Read More]
Tags: Java EE, Wildfly swarm, GraphQL

Some factory examples.

Every now and then I find myself scratching through some of my old code to find that example “where I did that factory like thing”. [Read More]
Tags: Java EE, OpenLiberty, Payara Micro, Wildfly Swarm, CDI, EJB, SPI