Holon Platform
The Holon Platform is a Java development ecosystem to create and maintain high quality, enteprise-grade web applications and services.
Pinned Repositories
holon-core
Holon Platform Core module: represents the platform foundation, providing the definition of the overall architecture, base structures and APIs.
holon-datastore-jdbc
Holon Platform JDBC Datastore module. This is the JDBC implementation of the Datastore API, with relational expressions and transactions support, along with a full Spring and Spring Boot integration.
holon-datastore-jpa
Holon Platform JPA Datastore module. This is the Java Persistence API implementation of the Datastore API, with relational expressions and transactions support, along with a full Spring and Spring Boot integration.
holon-examples
Holon Platform Examples
holon-jaxrs
Holon Platform JAX-RS integration module, including RestClient implementation, Swagger/OpenAPI integration and Spring Boot auto-configuration for Jersey and RestEasy
holon-jdbc
Holon Platform JDBC module. Provides Java DataBase Connectivity support, dealing with javax.sql.DataSource configuration and management in single or multiple persistence source enviroments.
holon-vaadin-flow
Holon Platform Vaadin Flow (10+) integration module. Provides the platform integration with the Vaadin Flow web applications platform, focusing on the user interface components and data binding features using the Holon Platform Property model.
platform
The Holon Platform is a Java development ecosystem to create and maintain high quality, enteprise-grade web applications and services. Get started using the platform BOM.
spring-boot-jaxrs-multitenant-api-example
RESTful API application in a multi-tenant architecture using Spring Boot and the Holon platform
spring-boot-jaxrs-swagger-api-example
Simple API application using Spring Boot, Jersey and Swagger
Holon Platform's Repositories
holon-platform/spring-boot-jaxrs-multitenant-api-example
RESTful API application in a multi-tenant architecture using Spring Boot and the Holon platform
holon-platform/holon-core
Holon Platform Core module: represents the platform foundation, providing the definition of the overall architecture, base structures and APIs.
holon-platform/platform
The Holon Platform is a Java development ecosystem to create and maintain high quality, enteprise-grade web applications and services. Get started using the platform BOM.
holon-platform/holon-datastore-jdbc
Holon Platform JDBC Datastore module. This is the JDBC implementation of the Datastore API, with relational expressions and transactions support, along with a full Spring and Spring Boot integration.
holon-platform/holon-examples
Holon Platform Examples
holon-platform/holon-jaxrs
Holon Platform JAX-RS integration module, including RestClient implementation, Swagger/OpenAPI integration and Spring Boot auto-configuration for Jersey and RestEasy
holon-platform/spring-boot-jaxrs-swagger-api-example
Simple API application using Spring Boot, Jersey and Swagger
holon-platform/holon-datastore-jpa
Holon Platform JPA Datastore module. This is the Java Persistence API implementation of the Datastore API, with relational expressions and transactions support, along with a full Spring and Spring Boot integration.
holon-platform/holon-jdbc
Holon Platform JDBC module. Provides Java DataBase Connectivity support, dealing with javax.sql.DataSource configuration and management in single or multiple persistence source enviroments.
holon-platform/holon-datastore-jpa-querydsl
Holon Platform JPA Datastore - QueryDSL integration. This module provides a set of QueryDSL integration features for the JPA Datastore module.
holon-platform/holon-json
Holon Platform JSON support module.
holon-platform/holon-vaadin
Holon Platform Vaadin UI 8 integration module. Provides the platform integration with the Vaadin web applications framework, focusing on the user interface components and data binding features using the Holon Platform Property model.
holon-platform/holon-vaadin-flow-demo
Vaadin Flow demo application (Bakery online store)
holon-platform/holon-vaadin7
Holon Platform Vaadin 7 compatible module for the Holon Platform Vaadin UI integration.
holon-platform/holon-datastore-mongo
Holon Platform MongoDB Datastore module. This is the MongoDB implementation of the Datastore API, with asynchronous and reactive interaction support, along with a full Spring and Spring Boot integration.
holon-platform/holon-vaadin-flow
Holon Platform Vaadin Flow (10+) integration module. Provides the platform integration with the Vaadin Flow web applications platform, focusing on the user interface components and data binding features using the Holon Platform Property model.
holon-platform/holon-maven
Holon Platform Maven super poms and archetypes.
holon-platform/holon-reactor
This module provides integration between the Holon Platform core APIs, such as Datastore and RestClient, and the Project Reactor reactive programming model, using the Flux and Mono APIs.
holon-platform/holon-shared
Holon Platform projects shared resources
holon-platform/example-webapp-jboss-jdbc
A simple web application example to be deployed on JBoss, using JDBC Datastore
holon-platform/example-webapp-jboss-jpa
A simple web application example to be deployed on JBoss, using JPA Datastore
holon-platform/holon-artisan
Holon Artisan application components.
holon-platform/holon-jpa
Holon Platform base Java Persistence API (JPA) support. Provides a set of bean property post processors to deal with JPA entity annotations.