Coder Social home page Coder Social logo

spring-aop-example's Introduction

Spring AOP example

The idea of this app is to show AOP in use.

  1. General concepts:

    • Interface TaskChecker describes a general approach on how to validate the TaskRequest objects
    • As a result check method will return TaskResult
    • After each call of check, we need to send data to a third party server that collects user attempts statistic data.
  2. There are three controllers. Consider we can't have one general controller, so for each course (Java, JS, SQL, Python, etc.), we will have a separate controller.

  3. Adding the logic of sending task check result to a 3-rd party server is not an action for controllers or TaskChecker interface implementations.

  4. See StatisticsAspect.java class as an example of an aspect that performs sending of statistic to a third-party server

spring-aop-example's People

Contributors

boroda4436 avatar

Watchers

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