تفاصيل الدورة

NEW udemy (23 SEP 2015) course related to the latest Java Spring MVC Framework 4 for developing WEB applications with popular and proven technologies such as AngularJS by Google and HTML5. (Lectures are divided in three main sections so you don't have to learn AngularJS Framework until you start the last section. The last section will teach you AngularJS by Google and the integration with Java Spring MVC Framework 4)

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.

The benefits of attending this udemy course are listed like as below;

  • You will earn a higher salary hence you will be able to use the latest and productive technologies and this course will also improve the way of your thinking in terms of programming by teaching you dependency injection principle used in Spring MVC and AngularJS
  • You will be more confident about commercial WEB programming for the following years and general programming concepts as well.
  • We will only use FREE Open Source Software tools during the development of components in this course.
  • You will learn the latest Java Spring MVC Framework with hands-on examples
  • You will learn the usage of AngularJS by Google for developing structured rich client side applications
  • You will understand the usage of latest useful basic HTML5 tags with code examples
  • You will gain experience of using CSS(Style Sheets) in web applications
  • Learn how to develop, test, run and debug Java Spring MVC applications
  • Learn how to integrate AngularJS with Java Spring MVC framework.

The contents of Java Spring MVC 4 Lectures;

  • 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

HTML5 Lectures;

  • Understand the usage of new HTML5 tags for arranging the structure (template) of a HTML page such as using <header/>, <main/>, <nav/>, <section/>, <article/>, <aside/> and <footer/>
  • Learn new <input/> attributes and types such as autofocus, required, placeholder, email, datetime, pattern (Regular Expressions), number, min and max and datalist
  • Integrating audio and video contents to HTML5 pages
  • Learn how to use HTML5 LocalStorage and SessionStorage API in order to store data in browsers
  • Debug and test HTML5 applications using Google Developer Tools.

AngularJS by Google Lectures;

  • Learn the usage and benefits of using AngularJS Framework in web applications
  • Understand the concept of Single Page Applications
  • Learn how to use Dependency Injection pattern in AngularJS framework
  • Understand the concept of two-way data binding in AngularJS
  • Bind data to HTML pages using AngularJS {‌{ expressions }}
  • Learn the usage of AngularJS modules, controllers, factories, services, views, templates, directives and routing
  • Learn the configuration of Spring Tool Suite and Eclipse for AngularJS support
  • Understand the usage of $scope
  • Learn how to use $http and $resource for using external resources with REST calls
  • Validate HTML forms using AngularJS
  • Understand the usages of filters with examples
  • Understand the usage of ng-model, ng-click, ng-class, ng-bind, ng-if, ng-switch, ng-show, ng-hide, ng-repeat and ng-init

HD quality (full screen) recorded course content and you will be able to see the source code clearly (HD format) if you attend this udemy course as a student.

تحديث بتاريخ 14 July, 2015
دورات يمكنك الالتحاق بها على الفور... خذ دورة عبر الإنترنت على Angular ابتداءً من الآن. See all courses

قيِم هذه الصفحة