Skip to content

mehdihasan/spring-and-hibernate

Repository files navigation

Spring

My experiments with Spring

  1. spring-basics: to learn about the basic Spring configurations, Beans & annotations

  2. spring-mvc: A stand-alone project to study about Spring MVC.

  3. hibernate-basics: A stand-alone project to learn basics of Hibernate.

  4. hibernate-relationships: To study on different relationships used in Hibernate.

  5. web-customer-tracker: A Spring project to study how Spring and Hibernate works together.

  6. spring-demo-aop: To study AOP features in Spring.

  7. spring-security-demo: experimenting security configuration in Sporing

I like

  • AOP
  • Security

I do not like

  • taglib in JSP. Need to keep a reference of the uri(s).