Giter Club home page Giter Club logo

orville's Issues

Create a robust shell wrapper for launching Application jar in the embedded mode

And include this script in the distribution archive in bin directory for example. This way it will free users from having to execute long java -jar ... command, will enable the script to be installed as a Linux init.d service or OS X launchd script, etc. This will provide a more production ready operational aspect of the application. Take inspiration from Spring XD starter shell script for example, as at its heart, XD is a Spring Boot app:

https://github.com/spring-projects/spring-xd/blob/master/scripts/xd/xd-singlenode

Implement robust and flexible pipeline configuration framework

So it would be easy for adopters to plug in their own processors into the pipeline or completly construct their own pipeline. Should utilize the features of Spring @Configuration style Java config as well as Spring Boot's @EnableAutoConfiguration framework as well as Spring 4 @Conditional framework. Look into contributing external jars to Orvile's final executable jar by means of Spring Boot's PropertiesLauncher

References:

Implement robust database initialization bootstrap and migration

Currently it relies on the GORM/Hibernate automagic schema update/create logic and hardcoded reference data bootstrap code in the Application class. Need to come up with a more flexible approach to provide generated database DDL/DML scripts or use the Flyaway database migration tool which is supported natively by Spring Boot: http://docs.spring.io/spring-boot/docs/1.0.1.RELEASE/reference/htmlsingle/#howto-use-a-higher-level-database-migration-tool

Implement robust validation processor

This needs to be implemented in its own processor and inserted into the pipeline before the persistence processor so the correct HTTP 400 could be signaled to REST resource implementation if any of the GORM validations fail

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.