Building Web Apps with Spring 5 and Angular.

Saved in:
Bibliographic Details
Author / Creator:Shukla, Ajitesh.
Imprint:Packt Publishing, 2017.
Description:1 online resource
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/12398960
Hidden Bibliographic Details
ISBN:1787281523
9781787281523
1787284662
9781787284661
Notes:Print version record.
Summary:A complete guide to build robust and scalable web applications with Spring and Angular. About This Book This hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular. It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers. Learn the core aspects involved in developing the backend and the UI, right from designing to integrating and deploying. Who This Book Is For This book is targeted towards Java Web Developers with a basic knowledge of Spring who want to build complete web applications in a fast and effective way. They will want to gain a stronghold on both frontend and backend development to advance in their careers. What You Will Learn Set up development environment for Spring Web App and Angular app. Process web request and response and build REST API endpoints. Create data access components using Spring Web MVC framework and Hibernate Use Junit 5 to test your application Learn the fundamental concepts around building Angular Configure and use Routes and Components. Protect Angular app content from common web vulnerabilities and attacks. Integrate Angular apps with Spring Boot Web API endpoints Deploy the web application based on CI and CD using Jenkins and Docker containers In Detail Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier. If you want build end-to-end modern web application using Spring and Angular, then this book is for you. The book directly heads to show you how to create the backend with Spring, showing you how to configure the Spring MVC and handle Web requests. It will take you through the key aspects such as building REST API endpoints, using Hibernate, working with Junit 5 etc. Once you have secured and tested the backend, we will go ahead and start working on the front end with Angular. You will learn about fundamentals of Angular and Typescript and create an SPA using components, routing etc. Finally, you will see how to integrate both the applications with REST protocol and deploy the application using tools such as Jenkin ...
Other form:Print version: 1787284662 9781787284661

MARC

LEADER 00000cam a2200000Ma 4500
001 12398960
005 20210426223114.8
006 m o d
007 cr |n|||||||||
008 170901s2017 xx o 000 0 eng d
015 |a GBB7G2773  |2 bnb 
016 7 |a 018499116  |2 Uk 
019 |a 1002455868  |a 1002826980 
020 |a 1787281523  |q (electronic bk.) 
020 |a 9781787281523  |q (electronic bk.) 
020 |z 1787284662 
020 |z 9781787284661 
035 |a (OCoLC)1002471827  |z (OCoLC)1002455868  |z (OCoLC)1002826980 
035 9 |a (OCLCCM-CC)1002471827 
037 |a 1031572  |b MIL 
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d YDX  |d NLE  |d MERUC  |d N$T  |d OCLCA  |d VT2  |d OCLCQ  |d OCLCF  |d OCLCQ  |d OCLCO  |d LVT  |d UKAHL  |d CNCEN  |d UKMGB  |d OCLCQ 
049 |a MAIN 
050 4 |a T55.4-60.8 
072 7 |a COM  |x 000000  |2 bisacsh 
100 1 |a Shukla, Ajitesh. 
245 1 0 |a Building Web Apps with Spring 5 and Angular. 
260 |b Packt Publishing,  |c 2017. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Introduction to Spring Web Framework; Introduction to the Spring IOC container; What is IOC?; What is a Spring IOC container?; Introduction to Spring Web MVC; Key building blocks of a Spring Web MVC application; Introduction to the Dispatcher servlet; Building Hello World web application with Spring Boot; The Spring STS Setup in Eclipse IDE; Introduction to Spring Boot; Building Hello World web app using Spring Boot; Implementing Controllers. 
505 8 |a Handling request parametersThe RequestParam annotation; The RequestBody annotation; The PathVariable annotation; Handling Interceptors; Handling Response; Response as an instance of ModelAndView; Using @ResponseBody annotation; Creating a RESTful web service; Dockerizing a Spring Boot application; Summary; Chapter 2: Preparing the Spring Web Development Environment; Installing the Java SDK; Installing/configuring Maven; Installing the Eclipse IDE; Import the existing Maven project in Eclipse; Creating a new Maven project in Eclipse ; Installing/configuring the Apache Tomcat server. 
505 8 |a Adding/configuring Apache Tomcat in EclipseInstalling/configuring the MySQL database; Installing/configuring the MySQL server ; Using the MySQL connector; Connecting to the MySQL database from a Java class; Introduction to Docker; What are Docker containers?; What are real-world containers good for?; How do Docker containers relate to real-world containers?; Docker containers; What are the key building blocks of Dockers containers?; Installing Docker; Setting up the development environment using Docker compose; What is Docker compose?; Docker Compose Script for setting up the Dev Environment. 
505 8 |a Setting up the Tomcat 8.x as a container serviceSetting up MySQL as a container service; Docker compose script to set up the development environment; Summary; Chapter 3: Data Access Layer with Spring and Hibernate; An introduction to Hibernate; Setting up Hibernate with Spring; Setting up data source information in the application.properties file; Using annotations to wire a SessionFactory bean; Configure bean definitions; Autowire SessionFactory in DAOs; Design domain objects and database tables; User; Introduction to NamedQuery and Criteria; What is NamedQuery?; What is Criteria? 
505 8 |a Common Hibernate operationsData retrieval; Save/persist operation; Update/merge operation; The saveOrUpdate operation; Transaction management; Declarative transaction management; Summary; Chapter 4: Testing and Running Spring Web App; How to run the Spring Boot app ; Introduction to unit testing fundamentals; What is unit testing?; Why write unit tests?; Unit testing naming conventions; Introduction to JUnit 5; Architectural building blocks of JUnit 5; Setting up and running JUnit tests; Mocking dependencies using Mockito; Getting set up with Mockito; Introduction to mocking techniques. 
520 |a A complete guide to build robust and scalable web applications with Spring and Angular. About This Book This hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular. It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers. Learn the core aspects involved in developing the backend and the UI, right from designing to integrating and deploying. Who This Book Is For This book is targeted towards Java Web Developers with a basic knowledge of Spring who want to build complete web applications in a fast and effective way. They will want to gain a stronghold on both frontend and backend development to advance in their careers. What You Will Learn Set up development environment for Spring Web App and Angular app. Process web request and response and build REST API endpoints. Create data access components using Spring Web MVC framework and Hibernate Use Junit 5 to test your application Learn the fundamental concepts around building Angular Configure and use Routes and Components. Protect Angular app content from common web vulnerabilities and attacks. Integrate Angular apps with Spring Boot Web API endpoints Deploy the web application based on CI and CD using Jenkins and Docker containers In Detail Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier. If you want build end-to-end modern web application using Spring and Angular, then this book is for you. The book directly heads to show you how to create the backend with Spring, showing you how to configure the Spring MVC and handle Web requests. It will take you through the key aspects such as building REST API endpoints, using Hibernate, working with Junit 5 etc. Once you have secured and tested the backend, we will go ahead and start working on the front end with Angular. You will learn about fundamentals of Angular and Typescript and create an SPA using components, routing etc. Finally, you will see how to integrate both the applications with REST protocol and deploy the application using tools such as Jenkin ... 
630 0 0 |a AngularJS (Software framework) 
630 0 0 |a Spring framework (Software framework) 
630 0 7 |a AngularJS (Software framework)  |2 fast  |0 (OCoLC)fst01920441 
650 0 |a Web applications  |x Programming. 
650 0 |a Application software  |x Development.  |0 http://id.loc.gov/authorities/subjects/sh95009362 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
655 4 |a Electronic books. 
776 0 8 |i Print version:  |z 1787284662  |z 9781787284661  |w (OCoLC)1001451091 
903 |a HeVa 
929 |a oclccm 
999 f f |i 96027856-221f-59af-9937-8e6fb4566240  |s 39c09208-e0d7-5df0-98e4-324f32499811 
928 |t Library of Congress classification  |a T55.4-60.8  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=1583760  |z eBooks on EBSCOhost  |g ebooks  |i 12456288