Ravi loves problem statements and enjoys brainstorming unique solutions.
Chapter 1: [Big Picture Of Full Stack Development]- [ ] pages Description
Full Stack Development means comfortably working with both front-end and back-end. In a simple word, a full stack developer can work with database, AngularJS, Bootstrap, Spring Boot, and everything in between. In this chapter, we introduce Full Stack Development. We discuss Architecture of modern application to overcome the myth of developing isolated desktop and mobile application. We discuss AngularJS as front end framework, and Spring Boot as development framework.
Basic
· Architecture of Modern Application
· Parts of System
o Front end
§ AngularJS
§ Bootstrap 4
§ Spring Boot
· Setup Development environment
· Exercises
· Summary
Setting up to get your hands-on with the essential files for front-end and back-end framework.
This chapter starts with the introduction of REST API. We understand Rest Architecture and different HTTP Request Methods and Status Code. We look into the HTTP Client. We build a RESTful web services in Spring Boot. We discuss Rest Component and error handling.
BASIC, MEDIUM.
· Rest Architecture
· HTTP Request Methods
· HTTP Status Code
· HTTP Client
· Build a RESTFul web services
· Rest Component
· Handle error
· Exercises
· summary
Reader will be able to build a RESTful web services using Spring Boot.
In this chapter, we introduce AngularJS, and offer modular development approach. We look into architecture of AngularJS and setup development environment. We discuss on accessing restful services and dependency injection. We build the single Page Application.
· Setting Up Development environment
· Routing and Handling Navigation
· Dependency Injection
· Building the Single Page Application (SPA)
· Exercises
· Summary
Reader will understand the architecture of AngularJS web application and will be able to develop modern and scalable web application using Angular.js.
In this chapter, we develop a complete dynamic web application using angular and restful. We discuss architecture of single page web application and develop using AngularJS. We create model, view and controller. And then we consume the REST API.
BASIC, MEDIUM.
· Architecture of Single Page Web Application
· Develop Single Page application using AngularJS
· Model - View - Controller
· Consuming the REST API
· Exercises
· summary
Reader will be able to develop a complete dynamic web application using angular and restful.
In this chapter, we discuss on Introduction on Securing RESTful using Spring Security. We discuss HTTP authentication and authorization. We override spring security to communicate using HTTP protocols status, where authentication will be managed by login form only. Here the response will be on JSON along with HTTP status which can be either 200(pass) or 401 (fail). We override theAuthenticationFailureHandler to return the HTTP status code 401 UNAUTHORIZED. We override the AuthenticationSuccessHandler to return the HTTP status code 200 OK, and the body of HTTP response will contains JSON data of Current Authenticated User. We override the AuthenticationEntryPoint to return the HTTP status code 401 UNAUTHORIZED, forwarding the user to login page if he fails to meet security requirements, as REST don't have login page. We override the LogOutSuccessHandlerto return the HTTP status code 200 OK
BASIC, MEDIUM.
· Introduction on Securing REST using Spring Security
· HTTP Authentication
· HTTP Authorization
· Override AuthenticationFailureHandler
· Override AuthenticationSuccessHandler
· Override AuthenticationEntryPoint
· Override LogOutSuccessHandler
· Spring Security Configuration
· Exercises
· Summary
Reader will be able to RESTful API using Spring Security.
In this chapter, we discuss Introduction of MicroServices. We understand the architecture of Microservices. We build microservices using spring boot.
Relative to the overall scope of the book, is this chapter dealing with BASIC, MEDIUM, or ADVANCED topics.
· Microservices Architecture
· Creating Microservices with Spring Boot
· Testing your Micro Services
· Integrating with your Application
· Authentication & Authorization
· Exercises
· Summary
Reader will be able to build Microservices using Spring Boot.
Selenium is considered as popular web deployed automation testing tool which can be an essential skills for testers, developers, and as well as quality professionals. We discuss introduction of Automation Testing for Web deployed application. We learn to setup selenium environment using IDE and create the test cases using selenium web element. We also understand TestNG framework. We understand the Automation framework architecture. And we perform web deployed testing with Selenium.
BASIC, MEDIUM.
· Understand TestNG Framework
· Automation Framework Architecture
· Web Deployed Testing with Selenium
· Exercises
· Summary
Readers will learn about Selenium web driver and automation testing for web deployed application
In this chapter, we understand the use of Version Control and its importance when a team involved in Application development. We discuss different types of version control. We explore GIT and GitHub for our version control
Basic.
· Working with GIT & GitHub
· Types
· summary
In this chapter, we understand Application development environments. We discuss different development environments such as Dev, Testing, QA, Stage, and Production.
Basic.
· Development
· Testing
· Quality Assurance
· Staging
Ravi loves problem statements and enjoys brainstorming unique solutions.
Chapter 1: [Big Picture Of Full Stack Development]- [ ] pages Description
Full Stack Development means comfortably working with both front-end and back-end. In a simple word, a full stack developer can work with database, AngularJS, Bootstrap, Spring Boot, and everything in between. In this chapter, we introduce Full Stack Development. We discuss Architecture of modern application to overcome the myth of developing isolated desktop and mobile application. We discuss AngularJS as front end framework, and Spring Boot as development framework.
Basic
· Architecture of Modern Application
· Parts of System
o Front end
§ AngularJS
§ Bootstrap 4
§ Spring Boot
· Setup Development environment
· Exercises
· Summary
Setting up to get your hands-on with the essential files for front-end and back-end framework.
This chapter starts with the introduction of REST API. We understand Rest Architecture and different HTTP Request Methods and Status Code. We look into the HTTP Client. We build a RESTful web services in Spring Boot. We discuss Rest Component and error handling.
BASIC, MEDIUM.
· Rest Architecture
· HTTP Request Methods
· HTTP Status Code
· HTTP Client
· Build a RESTFul web services
· Rest Component
· Handle error
· Exercises
· summary
Reader will be able to build a RESTful web services using Spring Boot.
In this chapter, we introduce AngularJS, and offer modular development approach. We look into architecture of AngularJS and setup development environment. We discuss on accessing restful services and dependency injection. We build the single Page Application.
· Setting Up Development environment
· Routing and Handling Navigation
· Dependency Injection
· Building the Single Page Application (SPA)
· Exercises
· Summary
Reader will understand the architecture of AngularJS web application and will be able to develop modern and scalable web application using Angular.js.
In this chapter, we develop a complete dynamic web application using angular and restful. We discuss architecture of single page web application and develop using AngularJS. We create model, view and controller. And then we consume the REST API.
BASIC, MEDIUM.
· Architecture of Single Page Web Application
· Develop Single Page application using AngularJS
· Model - View - Controller
· Consuming the REST API
· Exercises
· summary
Reader will be able to develop a complete dynamic web application using angular and restful.
In this chapter, we discuss on Introduction on Securing RESTful using Spring Security. We discuss HTTP authentication and authorization. We override spring security to communicate using HTTP protocols status, where authentication will be managed by login form only. Here the response will be on JSON along with HTTP status which can be either 200(pass) or 401 (fail). We override theAuthenticationFailureHandler to return the HTTP status code 401 UNAUTHORIZED. We override the AuthenticationSuccessHandler to return the HTTP status code 200 OK, and the body of HTTP response will contains JSON data of Current Authenticated User. We override the AuthenticationEntryPoint to return the HTTP status code 401 UNAUTHORIZED, forwarding the user to login page if he fails to meet security requirements, as REST don't have login page. We override the LogOutSuccessHandlerto return the HTTP status code 200 OK
BASIC, MEDIUM.
· Introduction on Securing REST using Spring Security
· HTTP Authentication
· HTTP Authorization
· Override AuthenticationFailureHandler
· Override AuthenticationSuccessHandler
· Override AuthenticationEntryPoint
· Override LogOutSuccessHandler
· Spring Security Configuration
· Exercises
· Summary
Reader will be able to RESTful API using Spring Security.
In this chapter, we discuss Introduction of MicroServices. We understand the architecture of Microservices. We build microservices using spring boot.
Relative to the overall scope of the book, is this chapter dealing with BASIC, MEDIUM, or ADVANCED topics.
· Microservices Architecture
· Creating Microservices with Spring Boot
· Testing your Micro Services
· Integrating with your Application
· Authentication & Authorization
· Exercises
· Summary
Reader will be able to build Microservices using Spring Boot.
Selenium is considered as popular web deployed automation testing tool which can be an essential skills for testers, developers, and as well as quality professionals. We discuss introduction of Automation Testing for Web deployed application. We learn to setup selenium environment using IDE and create the test cases using selenium web element. We also understand TestNG framework. We understand the Automation framework architecture. And we perform web deployed testing with Selenium.
BASIC, MEDIUM.
· Understand TestNG Framework
· Automation Framework Architecture
· Web Deployed Testing with Selenium
· Exercises
· Summary
Readers will learn about Selenium web driver and automation testing for web deployed application
In this chapter, we understand the use of Version Control and its importance when a team involved in Application development. We discuss different types of version control. We explore GIT and GitHub for our version control
Basic.
· Working with GIT & GitHub
· Types
· summary
In this chapter, we understand Application development environments. We discuss different development environments such as Dev, Testing, QA, Stage, and Production.
Basic.
· Development
· Testing
· Quality Assurance
· Staging
Chapter 1: The Big Picture of Full Stack Web Development.- Chapter 2: Creating the RESTful Layer for your Application.- Chapter 3: Setting Up AngularJS: Creating your Single Page Application.- Chapter 4: Securing the REST API Using Spring Security.- Chapter 5: Consuming Secured RESTful Services Using AngularJS.- Chapter 6: Building the REST Client and Testing RESTful Services.- Chapter 7: Application Monitoring Using Spring Boot Actuator.- Chapter 8: Appendix A – Tools for Accessing REST APIs.
Ravi Kant Soni is a Full Stack Java Application
Developer and published author of two books, Learning Spring
Application Development and Spring: Developing Java Applications
for the Enterprise. He completed his bachelor degree (B.E) in
information science and engineering from Reva University, Bangalore
(India), and schooling from Bal Vikash Vidyalaya, Sasaram, Bihar
(India). He is from Lashkariganj (near “Sher Shah Suri” Tomb),
Sasaram, Bihar (India).
Currently, Ravi is working as a Technical Manager. He has worn many
hats throughout his tenure, ranging from software development to
multi-tenant application design to integration of new technology
into an existing system to writing books. He has focused on full
stack web application development for most of his career and has
been extensively involved in application design and implementation.
He has developed applications for banking systems, HR and payroll
systems, and e-commerce systems, and also has gained recognition
from management for his designing abilities for a premium program.
He is well-versed in all aspects of software engineering, including
software design, systems architecture, application programming, and
automation testing.
Ravi loves problem statements and enjoys brainstorming unique
solutions.
![]() |
Ask a Question About this Product More... |
![]() |