Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightblueseas/resource-bundles-data

Parent project that holds module projects for the persistence of resourcebundles in database
https://github.com/lightblueseas/resource-bundles-data

database i18n java resource-bundles rest-services

Last synced: 2 months ago
JSON representation

Parent project that holds module projects for the persistence of resourcebundles in database

Awesome Lists containing this project

README

        

# Overview

[![Build Status](https://travis-ci.org/lightblueseas/resource-bundles-data.svg?branch=master)](https://travis-ci.org/lightblueseas/resource-bundles-data)
[![Open Issues](https://img.shields.io/github/issues/lightblueseas/resource-bundles-data.svg?style=flat)](https://github.com/lightblueseas/resource-bundles-data/issues)
[![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)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)

This 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.

# ERD-Diagramm

The 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)

This erd-diagramm was created with [intellij](https://www.jetbrains.com/)

## License

The source code comes under the liberal MIT License, making resource-bundles-data great for all types of I18N applications.

## Maven dependency

Maven dependency is now on sonatype.
Check out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~resource-bundles-data~~~) for latest snapshots and releases.

Add the following maven dependencies to your project `pom.xml` if you want to import the core functionality:

You can first define the version properties:


...

5.4
${resource-bundles-data.version}
${resource-bundles-data.version}
${resource-bundles-data.version}
${resource-bundles-data.version}
${resource-bundles-data.version}
${resource-bundles-data.version}
${resource-bundles-data.version}
...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-business:


...

de.alpharogroup
resource-bundles-business
${resource-bundles-business.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-domain:


...

de.alpharogroup
resource-bundles-domain
${resource-bundles-domain.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-entities:


...

de.alpharogroup
resource-bundles-entities
${resource-bundles-entities.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-init:


...

de.alpharogroup
resource-bundles-init
${resource-bundles-init.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-api:


...

de.alpharogroup
resource-bundles-rest-api
${resource-bundles-rest-api.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-client:


...

de.alpharogroup
resource-bundles-rest-client
${resource-bundles-rest-client.version}

...

Add the following maven dependency to your project `pom.xml` if you want to import the functionality of resource-bundles-rest-web:


...

de.alpharogroup
resource-bundles-rest-web
${resource-bundles-rest-web.version}

...


## Want to Help and improve it? ###

The source code for resource-bundles-data are on GitHub. Please feel free to fork and send pull requests!

Create your own fork of [lightblueseas/resource-bundles-data/fork](https://github.com/lightblueseas/resource-bundles-data/fork)

To share your changes, [submit a pull request](https://github.com/lightblueseas/resource-bundles-data/pull/new/master).

Don't forget to add new units tests on your changes.

## Contacting the Developer

Do not hesitate to contact the resource-bundles-data developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the [issues page](https://github.com/lightblueseas/resource-bundles-data/issues).

## Note

No animals were harmed in the making of this library.

# Donations

This project is kept as an open source product and relies on contributions to remain being developed.
If you like this project, please consider a donation through paypal:
PayPal this

or over bitcoin or bitcoin-cash with:

1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW

or over ether with:

0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8

or over flattr:
Flattr this

## Credits

|Travis CI|
|:-:|
|![Travis CI](https://travis-ci.com/images/logos/TravisCI-Full-Color.png)|
|Many thanks to [Travis CI](https://travis-ci.org) for providing a free continuous integration service for open source projects.|