Git Product home page Git Product logo

mobilelele's People

Contributors

eleonoradm avatar

Watchers

James Cloos avatar  avatar

mobilelele's Issues

to create login with sessionscope bean

sort of workaround (which means not applicable in the practice) to replace the usage of Spring Security that will be learned in the next module.
1.create CurrentUser class at a separate Security package - should contain @component and @SessionScope annotations.
It will be used with DI at the LoginController class.
2.use dependency spring-security-crypto (usually comes with Spring Security) for password hashing instead of saving them as plain text. Use it to create a new @bean for PasswordEncoder at the config class that will be injected as a final property at the DBInitializer class.
3.create UserRepository interface and inject it into the DBInitializer class.
4.create UserCredentialsContainer class as a storage model for the login data from the post request;

create AllOffers request handling

1.create OfferController class - @controller annotation;
2.create OfferRepository interface (@repository upon the interface) and inject it into the DBInitializer constructor ;
3.populate the Offer table with some data;
4.to create OfferSummaryDTO and DTO for the fully detailed offer;
5.to create OfferServiceImpl class with a method that returns all offers (@service upon the impl) -> DI as a final property into the OfferController;

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.