Coder Social home page Coder Social logo

slinky-framework's Introduction

Slinky Framework Build Status Code Coverage

Introduction

The Slinky Framework is an opinionated framework that makes developing web scale applications quicker and easier.

The framework aims to provide a high level of consistency and removal of duplication across component code and build configurations.

Developers of Slinky applications should therefore not need to be cutting-and-pasting boiler plate code and configuration between components due to the use of configuration builders, aspects and Maven parent POM files.

Overview

The Slinky Framework is designed around the use of the Hexagonal Design Pattern (aka Ports & Adapters Design Pattern).

Using the Hexagonal Design Pattern an application has well defined layers. By using well defined interfaces between layers, functionality can be 'hooked' onto or introduced at each layer.

Insert picture here:

The Slinky Framework uses AspectJ aspects and the RestController, SlinkyApplication, SlinkyClient and SlinkyRepository interfaces to introduce cross-cutting functionality such as Structured Logging.

The Slinky Framework also helps manage a component's dependencies by providing a minimal suite of pre-selected dependencies that have had all of their transitive dependencies resolved to avoid conflicts. These conflicts can sometimes be hidden and not encountered until runtime.

The packages selected for use when building a Slinky application are:

  • Java 8
  • Maven
  • AspectJ
  • Spring
  • Spring Boot
  • Spring Cloud
  • SLF4J
  • JUnit
  • Hamcrest
  • Mockito
  • Cucumber-JVM
  • WireMock

See Dependency Management for how a Slinky application simplifies this problem.

Features

The following features are provided by the Slinky Framework:

Experimental Features

The following features are in the early stages of being added to the Slinky Framework and may be subject to change:

  • Performance Testing

Releases

Notes on the Slinky Framework releases can be found here.

Build Profiles

To be documented:

mvn clean verify -P coverage mvn clean compile -P checker mvn clean install -P docker mvn clean verify -P performance

slinky-framework's People

Contributors

klyall avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.