GithubHelp home page GithubHelp logo

the-doubtless-coder / bpp-experiments Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.11 MB

The project showcases the work of the Bean Post Processor Interface as created in the Spring Framework. In the project to DTOs are given a LocalDateTime property automatically by the use of the BeanPostProcessor. Additionally, the project is both a spring project and also a web project.

CSS 7.14% Java 92.86%

bpp-experiments's Introduction

BPP-experiments

The project focuses on learning about the function or workings of the BeanPostProcessor interface.

In the project a user enters his/her details in a JSP form which is provided.

However, he/she is not required to enter the current date as the system creates this date automatically on the DTO beans by using the BeanPostProcessor interface.

Through this interface, the EmployeeDTO and StudentDTO beans acquire the current date property and pass it on to the EmployeeBO and StudentBO beans that is in the service class.

Copying of the DTO bean values to the BO beans is done by the use of the BeanUtils interface which works by using accessor functions of the said beans.

bpp-experiments's People

Watchers

Ian Wanyonyi Wanjala 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.