Java Spring Framework

Deskripsi

Pelatihan ini membahas konsep implementasi dan pengembangan aplikasi berbasis Java dengan menggunakan Spring dan Hibernate untuk pembuatan aplikasi berbasis web maupun aplikasi backend yang dapat dikonsumsi dari berbagai jenis aplikasi seperti mobile, web, dan desktop.

Durasi: 3 (Tiga) Hari

Daftar Materi

  • Introduction
    • Course Overview
    • Framework Overview
    • What is MVC
    • The History of Releases
    • Architecture
    • Request/Response Lifecycle
  • Building Introduction
    • What are we going to build?
    • Maven Overview
    • Demo: Maven Configuration
    • Spring Configuration Parts
    • Where to get Tomcat
    • Tomcat Installation
    • Programming Standards
    • Upgrading the schema in the web.xml
    • Configuring the web.xml
    • Namespaces in Context Files
    • Configuring the servlet-config.xml
    • Creating the Controller
    • Create JSP and Configuration
    • Run the Application
  • Architecture
    • Introduction
    • MVC Design Pattern
    • N Tier Applications
    • Application Layers
    • Components
    • Controllers
    • Services
    • Repositories
  • Controllers
    • Introduction
    • Controller Responsibilities
    • Controller Annotations
    • Demo: Build Controller
    • Parameter Passing
    • Model Attribute
    • Demo: Post Data to Controller
  • Views
    • Introduction
    • View Types
    • View Conventions
    • Resolving a View
    • Various ViewResolvers
    • Demo: Chaining
    • Demo: Resolving Static Files
  • Tags
    • Introduction
    • Tag Types
    • Spring Tags
    • Demo: spring:message Tag
    • Interceptors
    • Demo: Interceptors
    • Form Tags
    • Demo: Adding Goal Functionality
  • Validation
    • Introduction
    • Validation
    • Tags and Handling Errors
    • Validator Interface
    • JSR-303
    • Demo: JSR-303 Validation
  • Ajax
    • Introduction
    • REST
    • Verbs
    • ContentNegotiatingViewResolver
    • Demo Maven
    • Demo: Content Negotiating View Resolver Configuration
    • Demo: Adding Activity
    • xml
    • Demo: web.xml
    • jQuery
    • Demo: jQuery
    • Extra pieces to build Out Your Application