Spring Framework Development (Java JEE) with AngularJS UI
$99.99
Shop on Udemy

Description

Udemy course using Java Spring MVC Framework 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)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 AngularJSYou 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 examplesYou will learn the usage of AngularJS by Google for developing structured rich client side applicationsYou will understand the usage of latest useful basic HTML5 tags with code examplesYou will gain experience of using CSS(Style Sheets) in web applicationsLearn how to develop, test, run and debug Java Spring MVC applicationsLearn 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) ArchitectureHow to install Spring Tool Suite for debugging, running and testing Spring MVCYou will learn how to download and install Java JDK 8Learn how to download and configure Apache Tomcat 8 in order to test some Spring MVC FunctionalitiesLearn how to run Spring MVC on Development tc Server by PivotalLearn how to build Java Spring Applications with Apache Maven through Spring Tool SuiteHow to use embedded Maven with pom xml fileLearn how to add jar dependencies to Spring projects using Apache Maven build tool and pom xmlUnderstand how to configure logging with logback xmlHow to use @Test annotations in JUnit testsHow to configure JUnit tests using @RunWith(SpringJUnit4ClassRunner class) and @ContextConfigurationLearn how to import Eclipse based projects into Spring Tool Suite workspaceHow to define Spring beans in application context XML fileUnderstand dependency injection principle and its usage in Java Spring MVCLearn the usage of setter and constructor injectionsLearn how to use @Autowired annotation in Java Spring MVC FrameworkLearn how to use and tags in order to define dependency injection for beansLearn the configuration of Spring MVC applications using Java Configuration with @Configuration and @EnableWebMvc annotationsUnderstand how to define beans in Java Configuration using @Bean annotationHow to configure DelegatingFilterProxy in Java Spring MVCHow to configure ContextLoaderListener and RequestContextListenerUnderstand the usage of in web xml with contextConfigLocationHow to define and tags in web xmlHow to define beans in application context XML fileHow to define MVC controllers using XML configurationHow to define MVC controllers using @Controller annotationHow to define MVC controllers using BeanNameUrlHandlerMappingHow to define MVC controllers using ControllerClassNameHandlerMappingUnderstand how to configure CookieLocaleResolverUnderstand the usage of @CookieValue with HTTP Cookies in Spring MVCUnderstand the usage of LocaleChangeInterceptorLearn how to define InternalResourceViewResolver in configuration filesUnderstand the usage of and tags in Spring MVCLearn how to edit and configure message properties files for properties and i18n(internationalization)How to configure ReloadableResourceBundleMessageSource in XMLLearn how to pretty print JSON documents using MappingJackson2HttpMessageConverter pretty printDefine inside Spring MVC applicationsLearning the usage of tags in Spring MVCUnderstanding the usage of mapping tagsLearn how to upload any files to servers and define CommonsMultipartResolver in Spring MVCHandle ServletRequestHandledEvent in Spring MVC applicationsLearning the implementation of ApplicationListener interfaceHow to publish custom events with ApplicationEvent in Spring MVCHow to implement ApplicationContextAware interfaceProduce Excel and PDF documents in Spring MVC by defining XmlViewResolver viewsHow to send emails using Apache Velocity Templates and Java Mail APILearn how to configure VelocityEngineFactoryBean in application context xmlHow to use @ModelAttribute and @Valid annotations with Spring form tag libraryHow to create custom validators by implementing Validator interfaceHow to use Spring form tag library with , , , , , and Understand how to configure JavaMailSenderImpl in application contextHow to configure Quartz Scheduling framework with Spring MVCConfiguring Quartz cron triggers with Spring MVCDefining Quartz jobs, tasks and triggersHow to configure Quartz CronTriggerFactoryBean in Spring MVCDefining Quartz SimpleTriggerFactoryBean in Spring MVC applicationsLearning the usage of @Scheduled annotation with fixed delay and cron configurationHow to use @RestController in Spring MVCLearn the differences between @Controller and @RestControllerHow to call external services using RestTemplateLearn the usage of @ResponseBody annotationUnderstand and learn how to return JSON and XML files from Spring MVC controllersLearn how to define a Java POJO object as a XML document using @XMLRootElement and @XmlElementHow to define scopes in Spring MVC and the usage of Session scopeHow to use @ExceptionHandler and @ResponseStatus annotationsHow to use JSTL(Java Standard Tag Library) in Spring MVCHow to handle exceptions by implementing HandlerExceptionResolverHow to handle HTTP request with @RequestMappingHow to get request parameters with @RequestParam and @PathVariableLearn how to configure AbstractExcelView and AbstractPdfView in Spring MVCHow to define DelegatingFilterProxy in Spring MVCHow to define users and roles using How to define in security configuration fileHow to use @RolesAllowed, @PreAuthorize and @Secured in Spring MVC applicationsHow to use tag in Spring MVC view layerLearn the usage of tag in the view layer on Spring MVCHow to configure Spring Security forms with How to restrict access to pages using Learn how to access data sources using JdbcTemplate in Spring MVC applicationsLearn the usage of update and query methods in JdbcTemplateUnderstand how to configure data sources using DriverManagerDataSourceConfigure embedded HSQLDB using and tagsUnderstand the configuration of JPA Persistence Context and EntityManagerLearn how to configure Hibernate ORM with Spring MVC (JPA implementation)Configuration of JpaTransactionManager in Java Spring MVCUnderstand the usage of @Entity, @Table, @Id, @GeneratedValue and @Column annotationsLearn how to use @Repository and @PersistenceContext annotationsLearn how to configure LocalContainerEntityManagerFactoryBean in Spring MVC applicationsHTML5 Lectures;Understand the usage of new HTML5 tags for arranging the structure (template) of a HTML page such as using , , , , , and Learn new attributes and types such as autofocus, required, placeholder, email, datetime, pattern (Regular Expressions), number, min and max and datalistIntegrating audio and video contents to HTML5 pagesLearn how to use HTML5 LocalStorage and SessionStorage API in order to store data in browsersDebug and test HTML5 applications using Google Developer Tools. AngularJS by Google Lectures;Learn the usage and benefits of using AngularJS Framework in web applicationsUnderstand the concept of Single Page Applications Learn how to use Dependency Injection pattern in AngularJS frameworkUnderstand 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 routingLearn the configuration of Spring Tool Suite and Eclipse for AngularJS supportUnderstand the usage of $scopeLearn how to use $http and $resource for using external resources with REST callsValidate HTML forms using AngularJSUnderstand the usages of filters with examplesUnderstand the usage of ng-model, ng-click, ng-class, ng-bind, ng-if, ng-switch, ng-show, ng-hide, ng-repeat and ng-initHD 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.

logo

Udemy