Moreover, this course is designed and created with the mindset of teaching you the latest web technologies in a short period of time with low training cost and high-quality content including real production quality code examples.
Therefore after attending this course, you will be ready to design and develop commercial Java Spring MVC applications by learning the main principals, best practices, and most important concepts.
Furthermore, this is a fast track course and covers the most important concepts in AngularJS Framework, HTML5 and the latest Java Spring MVC Framework 4x with code examples and sample applications. You will be able to download source codes/slides/diagrams by attending this course and you can use those samples/codes in your applications as well. Therefore, it will be more than enough for you to develop Java Spring MVC applications if you attend this course.
Understand the concept of MVC (Model View Controller) Architecture
How to install Spring Tool Suite for debugging, running and testing Spring MVC
You will learn how to download and install Java JDK 8
Learn how to download and configure Apache Tomcat 8 in order to test some Spring MVC Functionalities
Learn how to run Spring MVC on Development tc Server by Pivotal
Learn how to build Java Spring Applications with Apache Maven through Spring Tool Suite
How to use embedded Maven with pom xml file
Learn how to add jar dependencies to Spring projects using Apache Maven build tool and pom xml
Understand how to configure logging with logback xml
How to use @Test annotations in JUnit tests
How to configure JUnit tests using @RunWith(SpringJUnit4ClassRunner class) and @ContextConfiguration
Learn how to import Eclipse based projects into Spring Tool Suite workspace
How to define Spring beans in application context XML file
Understand dependency injection principle and its usage in Java Spring MVC
Learn the usage of setter and constructor injections
Learn how to use @Autowired annotation in Java Spring MVC Framework
Learn how to use <constructor-arg/> and <property/> tags in order to define dependency injection for beans
Learn the configuration of Spring MVC applications using Java Configuration with @Configuration and @EnableWebMvc annotations
Understand how to define beans in Java Configuration using @Bean annotation
How to configure DelegatingFilterProxy in Java Spring MVC
How to configure ContextLoaderListener and RequestContextListener
Understand the usage of <context-param/> in web xml with contextConfigLocation
How to define <servlet/> and <servlet-mapping/> tags in web xml
How to define beans in application context XML file
How to define MVC controllers using XML configuration
How to define MVC controllers using @Controller annotation
How to define MVC controllers using BeanNameUrlHandlerMapping
How to define MVC controllers using ControllerClassNameHandlerMapping
Understand how to configure CookieLocaleResolver
Understand the usage of @CookieValue with HTTP Cookies in Spring MVC
Understand the usage of LocaleChangeInterceptor
Learn how to define InternalResourceViewResolver in configuration files
Understand the usage of <mvc:annotation-driven/> and <context:component-scan/> tags in Spring MVC
Learn how to edit and configure message properties files for properties and i18n(internationalization)
How to configure ReloadableResourceBundleMessageSource in XML
Learn how to pretty print JSON documents using MappingJackson2HttpMessageConverter pretty print
Define <mvc:interceptors/> inside Spring MVC applications
Learning the usage of <mvc:resources/> tags in Spring MVC
Understanding the usage of <mvc:view-controller/> mapping tags
Learn how to upload any files to servers and define CommonsMultipartResolver in Spring MVC
Handle ServletRequestHandledEvent in Spring MVC applications
Learning the implementation of ApplicationListener interface
How to publish custom events with ApplicationEvent in Spring MVC
How to implement ApplicationContextAware interface
Produce Excel and PDF documents in Spring MVC by defining XmlViewResolver views
How to send emails using Apache Velocity Templates and Java Mail API
Learn how to configure VelocityEngineFactoryBean in application context xml
How to use @ModelAttribute and @Valid annotations with Spring form tag library
How to create custom validators by implementing Validator interface
How to use Spring form tag library with <form:input/>, <form:password/>, <form:errors/>, <form:radiobutton/>, <form:select/>, <form:textarea/> and <form:form/>
Understand how to configure JavaMailSenderImpl in application context
How to configure Quartz Scheduling framework with Spring MVC
Configuring Quartz cron triggers with Spring MVC
Defining Quartz jobs, tasks and triggers
How to configure Quartz CronTriggerFactoryBean in Spring MVC
Defining Quartz SimpleTriggerFactoryBean in Spring MVC applications
Learning the usage of @Scheduled annotation with fixed delay and cron configuration
How to use @RestController in Spring MVC
Learn the differences between @Controller and @RestController
How to call external services using RestTemplate
Learn the usage of @ResponseBody annotation
Understand and learn how to return JSON and XML files from Spring MVC controllers
Learn how to define a Java POJO object as a XML document using @XMLRootElement and @XmlElement
How to define scopes in Spring MVC and the usage of Session scope
How to use @ExceptionHandler and @ResponseStatus annotations
How to use JSTL(Java Standard Tag Library) in Spring MVC
How to handle exceptions by implementing HandlerExceptionResolver
How to handle HTTP request with @RequestMapping
How to get request parameters with @RequestParam and @PathVariable
Learn how to configure AbstractExcelView and AbstractPdfView in Spring MVC
How to define DelegatingFilterProxy in Spring MVC
How to define users and roles using <jdbc-user-service/>
How to define <authentication-manager/> in security configuration file
How to use @RolesAllowed, @PreAuthorize and @Secured in Spring MVC applications
How to use <security:authorize/> tag in Spring MVC view layer
Learn the usage of <security:authentication/> tag in the view layer on Spring MVC
How to configure Spring Security forms with <form-login/>
How to restrict access to pages using <intercept-url/>
Learn how to access data sources using JdbcTemplate in Spring MVC applications
Learn the usage of update and query methods in JdbcTemplate
Understand how to configure data sources using DriverManagerDataSource
Configure embedded HSQLDB using <jdbc:initialize-database/> and <jdbc:script/> tags
Understand the configuration of JPA Persistence Context and EntityManager
Learn how to configure Hibernate ORM with Spring MVC (JPA implementation)
Configuration of JpaTransactionManager in Java Spring MVC
Understand the usage of @Entity, @Table, @Id, @GeneratedValue and @Column annotations
Learn how to use @Repository and @PersistenceContext annotations
Learn how to configure LocalContainerEntityManagerFactoryBean in Spring MVC applications