Skip to content

myConsciousness/content-framework

Repository files navigation

Build Latest Version License
Java CI with Gradle

Content Framework

Table of Contents

What is it?

Makes your code more flexible to changes.
This framework can be used like NoSql database to just handle master data.

Content Framework was designed and created with the goal of creating a large amount of code that is flexible enough to respond to changes in value and behavioral specifications in the source code.

The content file used by Content Framework are JSON-based, intuitive and easy to read structures. Content files allow you to define options of values and conditions for retrieving options.

As a framework each procedure is designed to be easy to perform, and the implementation is optimized to be very light and fast.

Benefits

  • Be more flexible code for specification changes
  • Possible to reuse common values and behaviors defined as content and rules
  • Possible to change the behavior without changing the source code directly
  • Light and optimized NoSql database for master data

How To Use

1. Add the dependencies

Note:
Replace version you want to use. Check the latest Packages.
Please contact me for a token to download the package.

Maven

<dependency>
  <groupId>org.thinkit.framework.content</groupId>
  <artifactId>content-framework</artifactId>
  <version>v1.1.0</version>
</dependency>

<servers>
  <server>
    <id>github</id>
    <username>myConsciousness</username>
    <password>xxxxxxxxxxxxxxxxxx</password>
  </server>
</servers>

Gradle

repositories {
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/myConsciousness/content-framework")
        credentials {
          username = "myConsciousness"
          password = "xxxxxxxxxxxxxxxxxx"
        }
    }
}

dependencies {
    implementation 'org.thinkit.framework.content:content-framework:v1.1.0'
}

License

Copyright 2020 Kato Shinya.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License
is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing permissions and limitations under
the License.

More Information

Content Framework was designed and implemented by Kato Shinya, who works as a freelance developer.

Regardless of the means or content of communication, I would love to hear from you if you have any questions or concerns. I do not check my email box very often so a response may be delayed, anyway thank you for your interest!

About

It is a framework designed to extract values and expressions from the source code that can be modified in the future as content, and to change the behavior without changing the source code directly.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages