项目作者: tabeldatadotcom

项目描述 :
Bootcamp Java Developer Days
高级语言: Java
项目地址: git://github.com/tabeldatadotcom/bootcamp-2017-1.git
创建时间: 2017-08-25T03:13:40Z
项目社区:https://github.com/tabeldatadotcom/bootcamp-2017-1

开源协议:

下载


Bootcamp Java Developer #1

banner bootcamp TDI

Maven

  • Project Management
  • Dependency Management
  • Create Project
    • Desktop Application
    • Web Applications
  • Deploy / Running Application

Java Core

  • Class & Interface
  • Object Oriented Programming
    • Inheritance
    • Polymorphism
    • Encapsulation
  • Element Collections
    • List
    • Map
    • Set
  • Date
    • LocalDate
    • LocalDateTime
  • Unit Testing (JUnit)

Java Database Connectivity

  • Basic Query
    • Create Scheme & Create Database
    • Create Tables
    • Create Sequences
  • Connection
  • PreparedStatement / Statement
  • ResultSet

Hibernate

  • Hibernate Configuration hibernate.cfg.xml
  • SessionFactory
  • Session
  • Transactional
  • Entity
    • OneToOne
    • OneToMany
    • ManyToOne
    • ManyToMany
  • Criteria API
  • HQL (Hibernate Query Language)

Java WEB

  • Java Web Application
  • Servlet
  • JSP (Java Server Pages)

Springframework

  • Spring Core
    • Dependency Injection
    • ApplicationContext
    • Bean
    • Setter & Contructor Injection
    • Autowired
    • Qualifier
  • Spring Web
    • Spring Web MVC
    • JSP
    • Controller
    • Spring REST API

Typescript

  • Typescript Compiler
  • Tipe data
    • Let (Local Variable)
    • Var (Global Variable)
    • Const
  • Class
  • Interface
  • Export & Inport
  • Modules

AngularJS 2 / AngularCLI

  • Component
  • Modules
  • Services
  • HTTP
  • Routing