Holon Platform
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
-
-
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-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-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-datastore-jpa-querydsl
Holon Platform JPA Datastore - QueryDSL integration. This module provides a set of QueryDSL integration features for the JPA Datastore module.
-
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-jpa
Holon Platform base Java Persistence API (JPA) support. Provides a set of bean property post processors to deal with JPA entity annotations.
-
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-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-jaxrs
Holon Platform JAX-RS integration module, including RestClient implementation, Swagger/OpenAPI integration and Spring Boot auto-configuration for Jersey and RestEasy
-
holon-json
Holon Platform JSON support module.
-
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-core
Holon Platform Core module: represents the platform foundation, providing the definition of the overall architecture, base structures and APIs.
-
holon-maven
Holon Platform Maven super poms and archetypes.
-
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-vaadin7
Holon Platform Vaadin 7 compatible module for the Holon Platform Vaadin UI integration.
-
holon-vaadin-flow-demo
Vaadin Flow demo application (Bakery online store)
-
-
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
-
example-webapp-jboss-jpa
A simple web application example to be deployed on JBoss, using JPA Datastore
-
example-webapp-jboss-jdbc
A simple web application example to be deployed on JBoss, using JDBC Datastore