Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

MASTERING SPRING MVC 4
Título:
MASTERING SPRING MVC 4
Subtítulo:
Autor:
WARIN, G
Editorial:
PACKT
Año de edición:
2015
Materia
JAVA
ISBN:
978-1-78398-238-7
Páginas:
320
49,95 €

 

Sinopsis

Book Description

Spring MVC is the ideal tool to build modern web applications on the server side. With the arrival of Spring Boot, developers can really focus on the code and deliver great value, leveraging the rich Spring ecosystem with minimal configuration.

Spring makes it simple to create RESTful applications, interact with social services, communicate with modern databases, secure your system, and make your code modular and easy to test. It is also easy to deploy the result on different cloud providers.

Mastering Spring MVC will take you on a journey from developing your own web application to uploading it on the cloud.

You begin by generating your own Spring project using Spring Tool suite and Spring Boot.

As you develop an advanced-level interactive application that can handle file uploads as well as complex URLs, you will dive into the inner workings of Spring MVC and the principles of modern web architectures.

You will then test, secure, and optimize your Spring web application and design RESTful services that will be consumed on the frontend.

Finally, when everything is ready, you will release your application on a cloud provider and invite everyone to see.

Table of Contents

1: SETTING UP A SPRING WEB APPLICATION IN NO TIME
2: MASTERING THE MVC ARCHITECTURE
3: HANDLING FORMS AND COMPLEX URL MAPPING
4: FILE UPLOAD AND ERROR HANDLING
5: CRAFTING A RESTFUL APPLICATION
6: SECURING YOUR APPLICATION
7: LEAVING NOTHING TO LUCK - UNIT TESTS AND ACCEPTANCE TESTS
8: OPTIMIZING YOUR REQUESTS
9: DEPLOYING YOUR WEB APPLICATION TO THE CLOUD
10: BEYOND SPRING WEB
What You Will Learn

Set up your own web application using Spring Boot and Spring Tool Suite
Discover the MVC architecture and the different tools along with navigating between views
Design complex advanced-level forms and validate the model
Craft a RESTful application with a meaningful API and error messages
Create maintainable unit and acceptance tests
Secure your application while allowing it to scale
Optimize your requests with caching, ETags, and asynchronous responses
Deploy the web application to the cloud in a snap