{"id":21374321,"url":"https://github.com/lightblueseas/resource-bundles-data","last_synced_at":"2025-07-26T08:38:36.641Z","repository":{"id":57730228,"uuid":"45053612","full_name":"lightblueseas/resource-bundles-data","owner":"lightblueseas","description":"Parent project that holds module projects for the persistence of resourcebundles in database","archived":false,"fork":false,"pushed_at":"2020-01-29T12:43:41.000Z","size":1557,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-08T11:12:52.937Z","etag":null,"topics":["database","i18n","java","resource-bundles","rest-services"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightblueseas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-27T16:18:39.000Z","updated_at":"2021-10-05T18:42:09.000Z","dependencies_parsed_at":"2022-09-26T22:01:21.281Z","dependency_job_id":null,"html_url":"https://github.com/lightblueseas/resource-bundles-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lightblueseas/resource-bundles-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightblueseas%2Fresource-bundles-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightblueseas%2Fresource-bundles-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightblueseas%2Fresource-bundles-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightblueseas%2Fresource-bundles-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightblueseas","download_url":"https://codeload.github.com/lightblueseas/resource-bundles-data/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightblueseas%2Fresource-bundles-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267141153,"owners_count":24041982,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["database","i18n","java","resource-bundles","rest-services"],"created_at":"2024-11-22T08:41:35.776Z","updated_at":"2025-07-26T08:38:36.610Z","avatar_url":"https://github.com/lightblueseas.png","language":"Java","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=B37J9DZF6G9ZC"],"categories":[],"sub_categories":[],"readme":"# Overview\n\n\n\u003cdiv align=\"center\"\u003e\n\n[![Build Status](https://travis-ci.org/lightblueseas/resource-bundles-data.svg?branch=master)](https://travis-ci.org/lightblueseas/resource-bundles-data)\n[![Open Issues](https://img.shields.io/github/issues/lightblueseas/resource-bundles-data.svg?style=flat)](https://github.com/lightblueseas/resource-bundles-data/issues) \n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/resource-bundles-data/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/resource-bundles-data)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)\n\n\u003c/div\u003e\n\nThis project provides Java resource bundles(i18n) that can be saved to your prefered database and load back. It is kept simple. There is also restful web services provided for providing resource bundles also for the web and can be used also with other languages than java.\n\n# ERD-Diagramm\n\nThe erd-diagramm for this database looks as follows: ![erd-diagramm](https://github.com/lightblueseas/resource-bundles-data/blob/develop/resource-bundles-init/src/main/resources/erd/erd-diagramm-resourcesbundles.png)\n\nThis erd-diagramm was created with [intellij](https://www.jetbrains.com/)\n\n## License\n\nThe source code comes under the liberal MIT License, making resource-bundles-data great for all types of I18N applications.\n\n## Maven dependency\n\nMaven dependency is now on sonatype.\nCheck out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~resource-bundles-data~~~) for latest snapshots and releases.\n\nAdd the following maven dependencies to your project `pom.xml` if you want to import the core functionality:\n\nYou can first define the version properties:\n\n\t\u003cproperties\u003e\n\t\t\t...\n\t\t\u003c!-- resource-bundles-data version --\u003e\n\t\t\u003cresource-bundles-data.version\u003e5.4\u003c/resource-bundles-data.version\u003e\n\t\t\u003cresource-bundles-business.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-business.version\u003e\n\t\t\u003cresource-bundles-domain.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-domain.version\u003e\n\t\t\u003cresource-bundles-entities.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-entities.version\u003e\n\t\t\u003cresource-bundles-init.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-init.version\u003e\n\t\t\u003cresource-bundles-rest-api.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-rest-api.version\u003e\n\t\t\u003cresource-bundles-rest-client.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-rest-client.version\u003e\n\t\t\u003cresource-bundles-rest-web.version\u003e${resource-bundles-data.version}\u003c/resource-bundles-rest-web.version\u003e\n\t\t\t...\n\t\u003c/properties\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-business:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-business\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-business.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-domain:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-domain\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-domain.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-entities:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-entities\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-entities.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-init:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-init\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-init.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-api:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-rest-api\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-rest-api.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-client:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-rest-client\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-rest-client.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-web:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eresource-bundles-rest-web\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${resource-bundles-rest-web.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\t\t \n## Want to Help and improve it? ###\n\nThe source code for resource-bundles-data are on GitHub. Please feel free to fork and send pull requests!\n\nCreate your own fork of [lightblueseas/resource-bundles-data/fork](https://github.com/lightblueseas/resource-bundles-data/fork)\n\nTo share your changes, [submit a pull request](https://github.com/lightblueseas/resource-bundles-data/pull/new/master).\n\nDon't forget to add new units tests on your changes.\n\n## Contacting the Developer\n\nDo not hesitate to contact the resource-bundles-data developers with your questions, concerns, comments, bug reports, or feature requests.\n- Feature requests, questions and bug reports can be reported at the [issues page](https://github.com/lightblueseas/resource-bundles-data/issues).\n\n## Note\n\nNo animals were harmed in the making of this library.\n\n# Donations\n\nThis project is kept as an open source product and relies on contributions to remain being developed. \nIf you like this project, please consider a donation through paypal: \u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=B37J9DZF6G9ZC\" target=\"_blank\"\u003e\n\u003cimg src=\"https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif\" alt=\"PayPal this\" title=\"PayPal – The safer, easier way to pay online!\" border=\"0\" /\u003e\n\u003c/a\u003e\n\nor over bitcoin or bitcoin-cash with:\n\n1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW\n\nor over ether with:\n\n0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8\n\nor over flattr: \u003ca href=\"https://flattr.com/submit/auto?fid=r7vp62\u0026url=https%3A%2F%2Fgithub.com%2Flightblueseas%2Fresource-bundles-data\" target=\"_blank\"\u003e\n\u003cimg src=\"http://button.flattr.com/flattr-badge-large.png\" alt=\"Flattr this\" title=\"Flattr this\" border=\"0\"\u003e\n\u003c/a\u003e\n\n## Credits\n\n|Travis CI|\n|:-:|\n|![Travis CI](https://travis-ci.com/images/logos/TravisCI-Full-Color.png)|\n|Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration service for open source projects.|\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightblueseas%2Fresource-bundles-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightblueseas%2Fresource-bundles-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightblueseas%2Fresource-bundles-data/lists"}