Git Product home page Git Product logo

example-spring's Introduction

Enterprise Spring Showcase

Collects best practices of the JEE applications based on Spring Framework and AngularJS. The showcase borrows also many concepts from another platforms and languages. Focuses on developer productivity, even if Java and JEE are not well suited for rapid development.

Build Status

Key Acronyms

DDD

Project structure and setup aligned with Domain Driven Design methodology. Package structure reflects domain concepts not technical details. This is only a top of iceberg in DDD, for more details see: Domain-Driven Design: Tackling Complexity in the Heart of Software.

BDD

The technical infrastructure and configuration for Behavior Driven Development with JBehave. Please remember that the most important part of BDD is communication not tools and automation, for more details see: Specification by Example.

TDD

The best of the beast tools for testing: TestNG, Mockito and FestAssert are the key players. They make the tests first class citizen in your projects. For more details see: Practical Unit Testing With TestNG and Mockito.

Key Frameworks, Libraries and Runtimes

  • Spring, Spring MVC, Spring Security, Spring Data are the backbone of the showcase.
  • Hibernate as a persistence. I have plans to integrate NoSQL storages as well.
  • Guava as a swiss army knife, if you like functional programming, you are impatiently waiting for closures in Java, you will love this library.
  • JodaTime where SDK sucks.
  • SLF4J + Logback where SDK sucks.
  • JBehave for doing BDD not test scripts.
  • TestNG for testing on steroids, no more JUnit.
  • Mockito the best library for mocking, developed by Polish guy!
  • FestAssert to address a little bit not so flexible Java syntax.
  • TwitterBootstrap give a good support for developer with strong server side background (me).
  • AngularJS as JS MVC platform.
  • ActiveMQ for asynchronous processing, integration with WebSockets is comming ...
  • CloudBees as a awesome runtime platform and continuous delivery automation tool (Jenkins).
  • MySql as a default database, but in memory H2 for integration tests.
  • Hexagonal architecture
  • And last but not least: old good Maven. I will migrate project to Gradle eventually ...

example-spring's People

Contributors

mkuthan avatar

Watchers

James Cloos 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.