{"id":20704668,"url":"https://github.com/holon-platform/holon-examples","last_synced_at":"2025-04-23T01:27:50.926Z","repository":{"id":25735663,"uuid":"94080651","full_name":"holon-platform/holon-examples","owner":"holon-platform","description":"Holon Platform Examples","archived":false,"fork":false,"pushed_at":"2022-01-21T23:35:39.000Z","size":303,"stargazers_count":7,"open_issues_count":10,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T20:51:08.766Z","etag":null,"topics":["datastore","holon","holon-platform","jax-rs","jax-rs-server","jdbc","jpa","jwt","jwt-authentication","mongodb","spring-boot","spring-context","swagger","vaadin-flow","vaadin-ui"],"latest_commit_sha":null,"homepage":"https://holon-platform.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/holon-platform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2017-06-12T09:48:28.000Z","updated_at":"2021-07-17T09:40:07.000Z","dependencies_parsed_at":"2022-07-27T05:32:13.071Z","dependency_job_id":null,"html_url":"https://github.com/holon-platform/holon-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holon-platform","download_url":"https://codeload.github.com/holon-platform/holon-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250351382,"owners_count":21416312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datastore","holon","holon-platform","jax-rs","jax-rs-server","jdbc","jpa","jwt","jwt-authentication","mongodb","spring-boot","spring-context","swagger","vaadin-flow","vaadin-ui"],"created_at":"2024-11-17T01:14:21.055Z","updated_at":"2025-04-23T01:27:50.909Z","avatar_url":"https://github.com/holon-platform.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Holon Platform Examples\n\nThis repository contains a set of example projects using the [Holon Platform](https://holon-platform.com) modules, organized by argument.\n\n## Holon Platform version\n\nThe examples in the _master_ branch refers to the Holon Platform version __5.2.x__.\n\n- For the __5.0.x__ version examples, see the [5.0.x repository branch](https://github.com/holon-platform/holon-examples/tree/5.0.x).\n\n- For the __5.1.x__ version examples, see the [5.1.x repository branch](https://github.com/holon-platform/holon-examples/tree/5.1.x).\n\n## Documentation\n\nSee the [Holon platform reference guide](https://docs.holon-platform.com/current/reference).\n\n## Available examples\n\n### Core\nExample | Description\n------- | -----------\n[property-model](core/property-model)| A `Property` model example, showing how to use `PropertySet` and `PropertyBox` APIs and how to obtain a property model from a Java Bean class\n[spring-context](core/spring-context)| Core __Spring__ context support for Holon Platform `Context` resources\n[spring-boot-context](core/spring-boot-context)| Core __Spring Boot__ support for Holon Platform `Context` resources\n\n### Datastore\nExample | Description\n------- | -----------\n[jdbc-datastore](datastore/jdbc-datastore)| `Datastore` API example using the **JDBC** Datastore implementation\n[jpa-datastore](datastore/jpa-datastore)| `Datastore` API example using the **JPA** Datastore implementation\n[mongo-datastore](datastore/mongo-datastore)| `Datastore` API example using the **MongoDB** Datastore implementation\n\n### JAX-RS\n\nExample | Description\n------- | -----------\n[propertybox](jax-rs/propertybox)| JAX-RS server and client RESTful API using `PropertyBox` and JSON\n[spring-boot-propertybox](jax-rs/spring-boot-propertybox)| JAX-RS server and client RESTful API using `PropertyBox`, JSON and __Spring Boot__\n[spring-boot-datastore](jax-rs/spring-boot-datastore)| JAX-RS server and client RESTful API using `PropertyBox`, JSON, __Spring Boot__ and a JDBC `Datastore`\n[spring-boot-auth-basic](jax-rs/spring-boot-auth-basic)| JAX-RS server and client RESTful API with __authentication__ and __authorization__ support using the HTTP `Basic` authorization scheme\n[spring-boot-auth-jwt](jax-rs/spring-boot-auth-jwt)| JAX-RS server and client RESTful API with __JWT (JSON Web Token)__ based authentication\n[swagger](jax-rs/swagger)| JAX-RS [Swagger/OpenAPI](https://swagger.io) __version 3__ integration and auto-configuration with `PropertyBox` support\n[swagger-groups](jax-rs/swagger-groups)| JAX-RS [Swagger/OpenAPI](https://swagger.io) __version 3__ integration and auto-configuration using multiple API _groups_ and multiple Swagger API listing endpoints\n[swagger-v2](jax-rs/swagger-v2)| JAX-RS [Swagger](https://swagger.io) __version 2__ integration and auto-configuration with `PropertyBox` support\n\n### Vaadin UI\n\nExample | Description\n------- | -----------\n[Vaadin Flow (10+) simple-app](ui-vaadin-flow/simple-app)| A simple web application using __Vaadin Flow__ as UI platform and the `Datastore` API for data management\n[Vaadin 8 simple-app](ui-vaadin/simple-app)| A simple web application using __Vaadin 8__ as UI platform and the `Datastore` API for data management\n[Vaadin 7 simple-app](ui-vaadin7/simple-app)| A simple web application using __Vaadin 7__ as UI platform and the `Datastore` API for data management\n\n## System requirements\n\nThe Holon Platform is built using __Java 8__, so you need a JRE/JDK version 8 or above to build and run the example projects.\n\n## License\n\nAll the [Holon Platform](https://holon-platform.com) modules and examples are _Open Source_ software released under the [Apache 2.0 license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholon-platform%2Fholon-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholon-platform%2Fholon-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholon-platform%2Fholon-examples/lists"}