Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 562 Bytes

File metadata and controls

25 lines (20 loc) · 562 Bytes

Product-CRUD-Application-AOP

Product CRUD Application using Spring MVC | CRUD Operation with AOP principle

FUNCTIONALITY

USER

  • Add Product
  • Update Product
  • Delete Product

TO DO

  1. Run Sql files to setup a database
  2. Test Database connection
  3. Setup Environment => adding xml and JAR files
  4. Test MVC Controller
  5. Create Customer, CustomerDAO, CustomerDAOImp classes
  6. CSS part
  7. Add a service layer

AOP Part

  1. Add AspectJ JAR files, enable AspectJ Auto Proxy
  2. Setup Pointcut declarations
  3. Add @Before advice
  4. Add @AfterReturning advice