Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Spring Cookbook

Posted By: AlenMiler
Spring Cookbook

Spring Cookbook by Jérôme Jaglale
English | 29 May 2015 | ISBN: 1783985801 | 234 Pages | EPUB/MOBI/PDF (True) | 8.93 MB

This book is for you if you have some experience with Java and web development (not necessarily in Java) and want to become proficient quickly with Spring.

Over 100 hands-on recipes to build Spring web applications easily and efficiently

About This Book

Build full-featured web applications with Spring MVC
Use Spring 4 Java configuration style to write less code
Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code

What You Will Learn

Install Maven and Tomcat and create a Spring MVC web application
Display, validate, and process forms
Query a database with minimal code
Authenticate users and manage their roles
Build REST, Java RMI, and Hessian web services
Create and schedule batch jobs
Offer customized page layouts to mobiles and tablets
Exchange data with Facebook and Twitter

In Detail

Spring is the most popular Java web framework. It makes it easy to efficiently build modular and testable web applications by using the Model-View-Controller paradigm and dependency injection.

Using this practical guide, you'll learn how to build a full-featured web application step-by-step, but with high efficiency using the latest improvements in Spring 4. Starting with the installation of Java, Maven, and Tomcat, you'll go on to create a basic MVC web application. You'll then add a database, forms, and user authentication, and learn how to handle mobile devices and integrate with Facebook and Twitter. Next, you will be introduced to unit testing, web services, and aspect-oriented programming.