Type Tutorial
Release-date: September 2012
Run-time: 5 day course, every day has 4 videos that are about 1 hour long.
Video format: .mov (QuickTime Movie)
Resolution: 800×600 and 1024×768
This is Maranaka’s on-site course about Spring & Hibernate. It starts by explaining the troubles of using JDBC and JNDI, and then writing the web application with spring and hibernate
Course Outline
Day 1
- class design: Contact, Address ContactRepository (init, findAll, find, create, update, delete), AddressRepository (…) Setup (servlet context listener)
- servlets / jsps: view all contact names, add a contact contact: edit name, address, delete contact
- JDBC / JNDI / DataSource initialize tables in repositories, use raw sql
Day 2
- finish servlets
- intro hibernate/jpa META-INF/persistence.xml, persistence-unit-ref in web.xml javax.persistence.Persistence, EntityManager @Entity, @Column, @OneToOne – - Rewrite ContactRepository and AddressRepository (findAll, find, create, update, delete) and refactor
Day 3
- intro spring container-managed objects, dependency injection Spring MVC: controllers, @RequestMapping Spring JPA: JpaRepository, bytecode generation
- refactor controller methods model, view, injecting request parameters, redirects
new class design: Contact, Person, Company, Office, Address how to represent polymorphism in jpa? @OneToMany, @ManyToOne, @ManyToMany
- controllers: person: edit name, address, delete person company: edit name, view all offices, add an office, delete company
Day 4
- office front-end introduce UrlEntity helper
- horrible bugs! why doesn’t delete work? … orphan removal lazy loaded associations, open session in view filter
- discussion: Spring high level
- discussion: Transactions and AOP
- discussion: Entity versioning, optimistic locking
- data constraints nullable, length Validation (ex: @NotBlank, all employees of a manager must work for the same company)
Day 5
- REST services more Spring MVC annotations Jackson
With a Premium account you can download files having Fullspeed,no waiting !
[Uploaded]
http://uploaded.net/file/9cdn77ls/Hibernate%20and%20Spring.part1.rar
http://uploaded.net/file/lpd8x6py/Hibernate%20and%20Spring.part2.rar
http://uploaded.net/file/nx3xz0u4/Hibernate%20and%20Spring.part3.rar
http://uploaded.net/file/f5zr2zl9/Hibernate%20and%20Spring.part4.rar
http://uploaded.net/file/rgoglhmn/Hibernate%20and%20Spring.part5.rar
http://uploaded.net/file/vo06a76o/Hibernate%20and%20Spring.part6.rar
[Lumfile]
http://lumfile.com/zna69pej21ih/Hibernate_and_Spring.part1.rar.html
http://lumfile.com/hzt4w2rcq722/Hibernate_and_Spring.part2.rar.html
http://lumfile.com/mg3cpjl5nwu5/Hibernate_and_Spring.part3.rar.html
http://lumfile.com/eza0dyuczuts/Hibernate_and_Spring.part4.rar.html
http://lumfile.com/km592un99lko/Hibernate_and_Spring.part5.rar.html
http://lumfile.com/ky2zkr5qd1s1/Hibernate_and_Spring.part6.rar.html
[Extabit]
http://extabit.com/file/2b3kpt95vipyd/Hibernate and Spring.part1.rar
http://extabit.com/file/2b3kpt95vi9z9/Hibernate and Spring.part2.rar
http://extabit.com/file/2b3kpt95vid8l/Hibernate and Spring.part3.rar
http://extabit.com/file/2b3kpt95uvmo5/Hibernate and Spring.part4.rar
http://extabit.com/file/2b3kpt95uvpqt/Hibernate and Spring.part5.rar
http://extabit.com/file/2b3kpt95uvprp/Hibernate and Spring.part6.rar
The post Marakana TV – Spring and Hibernate Training appeared first on Free Ebooks and Video Training.