Programa Cursurilor Java
Programa cursurilor Java Download
Java Course Program (60h)
- Git (L:2h)
Documentation: http://git-scm.com/doc
Branch pattern: http://nvie.com/posts/a-successful-git-branching-model/
Tracking: https://help.github.com/
- Maven (T:2h)
Dependency Mechanism: https://maven.apache.org/guides/introduction/introduction-todependency-mechanism.html
Maven Plugin: https://maven.apache.org/plugins/index.html
- JDBC (T:1h + L:1h), JPA (T:2h + L:4), Hibernate (T:2h + L:6h)
JDBC Tutorial: http://www.tutorialspoint.com/jdbc/index.htm
JPA Tutorial: http://www.tutorialspoint.com/jpa/index.htm
Hibernate Tutorial: http://www.tutorialspoint.com/hibernate/index.htm
- Spring Core (T:2h + L:5h)
Tutorial: http://www.tutorialspoint.com/spring/index.htm
4.1. Spring Data JPA (T:1h + L:6h)
Tutorial: http://projects.spring.io/spring-data-jpa/
- Web Services (T:1h)
Tutorial: http://www.tutorialspoint.com/webservices/index.htm
5.1. Spring REST API (T:2h + L:4h)
Tutorial: http://www.restapitutorial.com/index.html
Spring Documentation: https://spring.io/guides/gs/rest-service/
5.2. Spring Soap (T:1h + L:2h)
Tutorial: http://projects.spring.io/spring-ws/
- Vaadin / AngularJS (To be defined) (T2 + L14)
Labs:
Users, Groups, Roles :
- User/Groups : many to one
- Groups/Roles : many to many
Schools, Teachers, Students:
- Teachers/Schools: many to one
- Students/Teachers: many to many
Country, City, Address:
- Country/City: one to many
- City/Address: many to many
Examples
Оставить комментарий