Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

Matt Raible

Kirjat ja teokset yhdessä paikassa: 3 kirjaa, julkaisuja vuosilta 2005-2023, suosituimpien joukossa Pro JSP 2. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

3 kirjaa

Kirjojen julkaisuhaarukka 2005-2023.

Pro JSP 2

Pro JSP 2

Simon Brown; Sam Dalton; Sing Li; Daniel Jepp; Matt Raible; David Johnson

APress
2005
nidottu
This is the first comprehensive guide to cover JSP 2 and 2.1. It supplies you with the tools and techniques to develop web applications with JSP and Java servlets. You’ll learn to choose and implement the best persistence option for your web applications, and how to secure web sites against malicious attack and accidental misuse. You will improve the performance and scalability of JSP pages, as well as architect reliable, stable applications. The authors describe all of the rich JSP 2 features, and explain JSF integration with JSP. Completing the thorough package, this book examines how integration with open source projects like Ant, Struts, XDoclet, JUnit, and Cactus can make web development even easier.
The Angular Mini-Book

The Angular Mini-Book

Matt Raible

Lulu.com
2023
pokkari
The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication. Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy. What about deploying your Angular app to the cloud? Yep, it covers that too This third edition (v3.0) uses Angular 15 and Spring Boot 3.0. Follow @mraible on Twitter for book updates. Purpose of the book: I think building web and mobile applications with Angular, Bootstrap, and Spring Boot is a great experience. I'd like to encourage more developers to try it.
The Jhipster Mini-Book

The Jhipster Mini-Book

Matt Raible

Lulu.com
2016
nidottu
The things you need to do to set up a new software project can be daunting. First, you have to select the back-end framework to create your API, choose your database, set up security, and choose your build tool. Then you have to choose the tools to create your front end: select a UI framework, configure a build tool, set up Sass processing, configure your browser to auto-refresh when you make changes, and configure the client and server so they work in unison. If you're building a new application using Spring Boot and AngularJS, you can save days by using JHipster. JHipster is a project-creation tool that generates a project with a Spring Boot-powered API and an AngularJS client. Not only that, it can generate scaffolding for your application and configure it to run in the cloud. JHipster is a treasure trove of information of how to build modern web applications. It can turn any curious and willing developer into a Java Hipster!