Видавець: 16

51601
Завантаження...
EЛЕКТРОННА КНИГА

Spring 5.0 Microservices. Scalable systems with Reactive Streams and Spring Boot - Second Edition

Rajesh R V

The Spring Framework is an application framework and inversion of the control container for the Java platform. The framework’s core features can be used by any Java application, but there are extensions to build web applications on top of the Java EE platform.This book will help you implement the microservice architecture in Spring Framework, Spring Boot, and Spring Cloud. Written to the latest specifications of Spring that focuses on Reactive Programming, you’ll be able to build modern, internet-scale Java applications in no time. The book starts off with guidelines to implement responsive microservices at scale. Next, you will understand how Spring Boot is used to deploy serverless autonomous services by removing the need to have a heavyweight application server.Later, you’ll learn how to go further by deploying your microservices to Docker and managing them with Mesos. By the end of the book, you will have gained more clarity on the implementation of microservices using Spring Framework and will be able to use them in internet-scale deployments through real-world examples.

51602
Завантаження...
EЛЕКТРОННА КНИГА

Spring 5.0 Projects. Build seven web development projects with Spring MVC, Angular 6, JHipster, WebFlux, and Spring Boot 2

Nilang Patel

Spring makes it easy to create RESTful applications, merge with social services, communicate with modern databases, secure your system, and make your code modular and easy to test. With the arrival of Spring Boot, developers can really focus on the code and deliver great value, with minimal contour.This book will show you how to build various projects in Spring 5.0, using its features and third party tools. We'll start by creating a web application using Spring MVC, Spring Data, the World Bank API for some statistics on different countries, and MySQL database. Moving ahead, you'll build a RESTful web services application using Spring WebFlux framework. You'll be then taken through creating a Spring Boot-based simple blog management system, which uses Elasticsearch as the data store. Then, you'll use Spring Security with the LDAP libraries for authenticating users and create a central authentication and authorization server using OAuth 2 protocol. Further, you'll understand how to create Spring Boot-based monolithic application using JHipster. Toward the end, we'll create an online book store with microservice architecture using Spring Cloud and Net?ix OSS components, and a task management system using Spring and Kotlin.By the end of the book, you'll be able to create coherent and ?exible real-time web applications using Spring Framework.

51603
Завантаження...
EЛЕКТРОННА КНИГА

Spring Boot 2.0 Cookbook. Configure, test, extend, deploy, and monitor your Spring Boot application both outside and inside the cloud - Second Edition

Alex Antonov

The Spring framework provides great flexibility for Java development, which also results in tedious configuration work. Spring Boot addresses the configuration difficulties of Spring and makes it easy to create standalone, production-grade Spring-based applications.This practical guide makes the existing development process more efficient. Spring Boot Cookbook 2.0 Second Edition smartly combines all the skills and expertise to efficiently develop, test, deploy, and monitor applications using Spring Boot on premise and in the cloud. We start with an overview of the important Spring Boot features you will learn to create a web application for a RESTful service. Learn to fine-tune the behavior of a web application by learning about custom routes and asset paths and how to modify routing patterns. Address the requirements of a complex enterprise application and cover the creation of custom Spring Boot starters.This book also includes examples of the new and improved facilities available to create various kinds of tests introduced in Spring Boot 1.4 and 2.0, and gain insights into Spring Boot DevTools. Explore the basics of Spring Boot Cloud modules and various Cloud starters to make applications in “Cloud Native” and take advantage of Service Discovery and Circuit Breakers.

51604
Завантаження...
EЛЕКТРОННА КНИГА

Spring Boot 2.0 Projects. Build production-grade reactive applications and microservices with Spring Boot

Mohamed Shazin Sadakath

Spring Boot is a lightweight framework that provides a set of tools to create production-grade applications and services. Spring Boot 2.0 Projects is a comprehensive project-based guide for those who are new to Spring, that will get you up to speed with building real-world projects. Complete with clear step-by-step instructions, these easy-to-follow tutorials demonstrate best practices and key insights into building efficient applications with Spring Boot. The book starts off by teaching you how to develop a web application using Spring Boot, followed by giving you an understanding of creating a Spring Boot-based simple blog management system that uses Elasticsearch as the data store. Next, you’ll build a RESTful web services application using Kotlin and the Spring WebFlux framework - a new framework that enables you to create reactive applications in a functional way. Toward the last few chapters, you will build a taxi-hailing API with reactive microservices using Spring Boot, in addition to developing a Twitter clone with the help of a Spring Boot backend. To build on your knowledge further, you’ll also learn how to construct an asynchronous email formatter.By the end of this book, you’ll have a firm foundation in Spring programming and understand how to build powerful, engaging applications in Java using the Spring Boot framework.

51605
Завантаження...
EЛЕКТРОННА КНИГА

Spring Boot 3 and Spring Framework 6. The Comprehensive Guide to Modern Java Development

Rheinwerk Publishing, Inc, Christian Ullenboom

This book takes readers on a comprehensive journey through Spring Boot 3 and Spring Framework 6, starting with the essentials of dependency injection and Spring-managed containers. It then explores core modules and proxies to establish a strong foundation for Java application development. Early chapters guide readers through configuring Spring Boot projects and managing dependencies efficiently.The middle sections focus heavily on database integration, including relational databases using Spring JDBC, Jakarta Persistence, and advanced Spring Data JPA techniques. Readers will also learn to work with NoSQL databases like MongoDB and Elasticsearch, enhancing their ability to handle various data storage solutions. The book covers the development of web applications using Spring MVC, RESTful API design, and securing web endpoints.The final chapters emphasize application monitoring with Spring Boot Actuator, logging strategies, and practical deployment options including containerization. Alongside the core content, a dedicated migration chapter assists developers transitioning from Spring Boot 2 to version 3, ensuring they stay current with evolving best practices. This structured approach prepares readers to confidently build, monitor, and deploy modern, production-ready Java applications.

51606
Завантаження...
EЛЕКТРОННА КНИГА

Spring Boot 3.0 Cookbook. Proven recipes for building modern and robust Java web applications with Spring Boot

Felip Miguel Puig

In today's dynamic landscape, crafting robust and scalable Java web applications presents formidable challenges. Spring Boot emerges as the leading framework for web and microservices development, featuring a dynamic ecosystem and seamless integrations to address a spectrum of scenarios, from scaling apps on the cloud to deploying them to production. In this book, you’ll explore its streamlined, convention-over-configuration approach, simplifying application development.You’ll start by covering recipes showcasing Spring Boot's features. As you progress, you’ll understand how it helps streamline application development while staying ahead of technology trends. The book helps you grasp concepts effectively, explores basic REST APIs, shows you how to escalate to advanced scenarios, and tackle common cloud application challenges like security, scalability, performance optimization, and automated deployments. Dedicated sections are designed to help you stay ahead of the curve with recipes that delve into the latest trends such as containers, observability, native images, DevOps, test automation, and microservices, ensuring your applications align with evolving industry standards.By the end of this book, you’ll be able to build and automate the deployment of a scalable and high-performing distributed solution using Spring Boot 3.

51607
Завантаження...
EЛЕКТРОННА КНИГА

Spring Boot and Angular. Hands-on full stack web development with Java, Spring, and Angular

Devlin Basilan Duldulao, Seiji Ralph Villafranca

Angular makes building applications with the web easy and Spring Boot helps get an application up and running using just a few lines of code and minimal configuration. This book provides insights into building full-stack apps using Angular and Spring Boot effectively to reduce overall development time and increase efficiency.You'll start by setting up your CI/CD pipeline and then build your web application’s backend guided by best practices. You'll then see how Spring Boot allows you to build applications faster and more efficiently by letting the Spring Framework and Spring Boot extension do the heavy lifting. The book demonstrates how to use Spring Data JPA and add its dependencies along with Postgres dependencies in the project to save or persist a user's data in a database for future use. As you advance, you'll see how to write tests and test a service using Mockito. Finally, you'll create a CI workflow or pipeline for a Spring Boot and Angular application to enable operations to deliver quality applications faster.By the end of this Spring Boot and Angular book, you'll be able to build a full-stack web application and deploy it through continuous integration and continuous deployment.

51608
Завантаження...
EЛЕКТРОННА КНИГА
51609
Завантаження...
ВІДЕОКУРС

Spring Boot. Kurs video. Tworzenie aplikacji webowych z wykorzystaniem popularnych bibliotek

Stanisław Tokarski

Obierz kurs na tworzenie mikroserwisów i aplikacji internetowych w języku Java Jeśli jesteś początkującym programistą Javy, z pewnością się zastanawiasz, które z licznych technologii powstałych wokół tego języka najlepiej opanować w pierwszej kolejności. Podpowiadamy: do listy narzędzi „must have” warto dopisać framework Spring i Spring Boot. Dzięki temu oprogramowaniu typu open source łatwo stworzysz nowy mikroserwis lub aplikację webową przy użyciu platform opartych na Javie. Spring Boot należy do rodziny projektów Spring, która pojawiła się w 2002 roku po to, by usprawnić proces tworzenia aplikacji w tym języku, i cieszy się wciąż rosnącym uznaniem w środowisku. Znajomość Springa i Spring Boota jest obecnie wymagana przez większość pracodawców poszukujących programistów Javy. Nic dziwnego – ta technologia znacznie upraszcza i przyspiesza działanie. Jako że ma spore grono zwolenników, jest szeroko wspierana przez społeczność programistów. Wzbogać swoje CV o znajomość Springa i Spring Boota, a będziesz o wiele przychylniej oceniany przez przyszłych pracodawców niż osoby nieznające tego frameworka. Najszybciej i najskuteczniej zrobisz to z naszym kursem, który pozwoli Ci opanować niezbędną wiedzę teoretyczną, a także nauczy Cię pisania prostych aplikacji webowych z wykorzystaniem Javy i Springa – takich jak autorski projekt do własnego portfolio. Co Cię czeka podczas naszego profesjonalnego szkolenia Ucząc się z naszym kursem, między innymi: Opanujesz kluczowe pojęcia związane ze Springiem (jak: inversion of control, dependency injection, kontekst aplikacji) Nauczysz się tworzyć aplikacje webowe Będziesz automatycznie konfigurować aplikacje oparte na technologii Spring Boot z wykorzystaniem Spring Initializr Zdefiniujesz beany w Springu Zobaczysz, jak wygląda realizacja ORM z wykorzystaniem Spring Data JPA Zaimplementujesz REST API za pomocą Spring Web Skorzystasz z REST API przy użyciu klientów HTTP Przetestujesz swoją aplikację z wykorzystaniem testów jednostkowych i integracyjnych Przybliżysz sobie zagadnienia komunikacji HTTP i konfiguracji logowania w Springu Dowiesz się, jak używać profili w Springu Skonfigurujesz aplikację poprzez klasy konfiguracyjne i plik application.properties, a także projekt z wykorzystaniem Mavena Zrealizujesz komunikację pomiędzy aplikacją korzystającą ze Springa a bazą danych PostgreSQL i H2 w testach Napiszesz zapytanie z wykorzystaniem JPQL Szkolenie Spring Boot. Kurs video. Tworzenie aplikacji webowych z wykorzystaniem popularnych bibliotek kończy się na poziomie podstawowym. Spring jest bardzo obszerną technologią, której zgłębianiu trzeba i warto poświęcić więcej czasu. Nasze szkolenie ma na celu wyjaśnienie Ci działania tego frameworka, przybliżenie możliwości, jakie oferuje, i przygotowanie Cię do dalszego, samodzielnego studiowania tematu.

51610
Завантаження...
EЛЕКТРОННА КНИГА
51611
Завантаження...
EЛЕКТРОННА КНИГА

Spring Data. Want to make it easier to implement data access with your Spring-powered applications? Then this is the book you need. A complete tutorial to Spring Data, it makes learning easier with lots of code examples and clear instructions

Petri Kainulainen

Spring Framework has always had a good support for different data access technologies. However, developers had to use technology-specific APIs, which often led to a situation where a lot of boilerplate code had to be written in order to implement even the simplest operations. Spring Data changed all this. Spring Data makes it easier to implement Spring-powered applications that use cloud-based storage services, NoSQL databases, map-reduce frameworks or relational databases.Spring Data is a practical guide that is full of step-by-step instructions and examples which ensure that you can start using the Java Persistence API and Redis in your applications without extra hassle.This book provides a brief introduction to the underlying data storage technologies, gives step-by-step instructions that will help you utilize the discussed technologies in your applications, and provides a solid foundation for expanding your knowledge beyond the concepts described in this book.You will learn an easier way to manage your entities and to create database queries with Spring Data JPA. This book also demonstrates how you can add custom functions to your repositories. You will also learn how to use the Redis key-value store as data storage and to use its other features for enhancing your applications.Spring Data includes all the practical instructions and examples that provide you with all the information you need to create JPA repositories with Spring Data JPA and to utilize the performance of Redis in your applications by using Spring Data Redis.

51612
Завантаження...
EЛЕКТРОННА КНИГА

Spring: Developing Java Applications for the Enterprise. Build robust applications and microservices with Spring Framework, Spring Boot, and Spring Cloud

Ravi Kant Soni, Rajesh R V, Amuthan...

This carefully designed course aims to get you started with Spring, the most widely adopted Java framework, and then goes on to more advanced topics such as building microservices using Spring Boot within Spring. With additional coverage of popular web frameworks such as Struts, WebWork, Java Server Faces, Tapestry, Docker, and Mesos, you'll have all the skills and expertise you need to build great applications. Starting with the Spring Framework architecture and setting up the key components of the Spring Application Development Environment, you will learn how to configure Spring Container and manage Spring beans using XML and Annotation. Next, you will delve into Spring MVC, which will help you build flexible and loosely coupled web applications. You'll also get to grips with testing applications for reliability. Moving on, this course will help you implement the microservice architecture in Spring Framework, Spring Boot, and Spring Cloud. Written to the latest specifications of Spring, this book will help you build modern, Internet-scale Java applications in no time.This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products:? Learning Spring Application Development by Ravi Kant Soni? Spring MVC Beginner's Guide - Second Edition by Amuthan Ganeshan? Spring Microservices by Rajesh RV

51613
Завантаження...
EЛЕКТРОННА КНИГА

Spring Essentials. Build mission-critical enterprise applications using Spring Framework and Aspect Oriented Programming

Shameer Kunjumohamed, Hamidreza Sattari

Spring is an open source Java application development framework to build and deploy systems and applications that run on the JVM. It is the industry standard and the most popular framework among Java developers with over two-thirds of developers using it.Spring Essentials makes learning Spring so much quicker and easier with the help of illustrations and practical examples. Starting from the core concepts of features such as inversion of Control Container and BeanFactory, we move on to a detailed look at aspect-oriented programming. We cover the breadth and depth of Spring MVC, the WebSocket technology, Spring Data, and Spring Security with various authentication and authorization mechanisms. Packed with real-world examples, you’ll get an insight into utilizing the power of Spring Expression Language in your applications for higher maintainability. You’ll also develop full-duplex real-time communication channels using WebSocket and integrate Spring with web technologies such as JSF, Struts 2, and Tapestry. At the tail end, you will build a modern SPA using EmberJS at the front end and a Spring MVC-based API at the back end.By the end of the book, you will be able to develop your own dull-fledged applications with Spring.

51614
Завантаження...
EЛЕКТРОННА КНИГА

Spring Fever

Natalia Brożek

Czy tym razem wiosna okaże się czasem nadziei i nowych początków? Ida nie lubi wiosny, która kojarzy jej się tylko z trudnymi wydarzeniami z przeszłości. A to właśnie teraz musi podjąć ważną decyzję. Jesienią chciałaby zacząć studia po kilkuletniej przerwie w nauce, ale nie jest pewna, czy wielkie miasto to miejsce dla niej. Matka proponuje, aby dziewczyna na kilka tygodni wprowadziła się do brata. Choć mieszkający w Krakowie Staszek nie jest zachwycony tym pomysłem, zgadza się przyjąć siostrę pod swój dach. Ida musi tylko zachować szczegóły z jego życia w tajemnicy przed matką. Kiedy dziewczyna staje w progu jego mieszkania, nie może uwierzyć własnym oczom. Stara kamienica na podejrzanym osiedlu w niczym nie przypomina apartamentu, którego zdjęcia wysyłał rodzinie brat, a praca marzeń, o której tyle mówił, okazuje się zmyślona. Aby zarobić na utrzymanie, Staszek musiał znaleźć współlokatora. Chłopak na starcie zraża do siebie Idę ryzykownym primaaprilisowym żartem. Ponadto Eryk jest jej całkowitym przeciwieństwem. Ten gitarzysta z kapeli rockowej nie rozstaje się ze swoimi glanami, skórzaną kurtką i ukochanym owczarkiem niemieckim. Aby zatrzeć pierwsze złe wrażenie, Eryk postanawia pokazać siostrze współlokatora uroki Krakowa. Czy uda mu się przekonać ją do życia w mieście, dużych psów, wiosny... i do siebie? Powieść dodająca energii i poprawiająca humor jak wiosenne słońce.

51615
Завантаження...
ВІДЕОКУРС

Spring i Spring Boot. Kurs video. Aplikacje REST API w praktyce

Rafał Sawicki

Obierz kurs na Spring i Spring Boot Spring to technologia, która powstała, by ułatwić codzienną pracę programistom tworzącym elastyczne aplikacje. Przez dwadzieścia lat istnienia Spring podbił serca miłośników Javy i stał się najpopularniejszym frameworkiem dla tego języka. Za tak dużą popularnością przemawiają liczne zalety: łatwa integracja z różnymi bibliotekami, doskonałe mechanizmy bezpieczeństwa, niezawodność i elastyczność względem architektury aplikacji. Spring jako rozwiązanie open source gromadzi liczną społeczność współtworzącą i optymalizującą kod źródłowy. Dzięki temu dokumentacja jest kompletna i stale rozbudowywana o nowe funkcje. Jeśli chcesz tworzyć aplikacje o szerokiej skali zastosowań - od mobilnych, po desktopowe i mikroserwisy - dołącz do grona Spring developerów! W trakcie naszego profesjonalnego szkolenia online ze Spring i Spring Boot - Rest API w praktyce: Poznasz framework Spring i zrozumiesz koncepcje, które leżą u jego podstaw Dowiesz się, kiedy i do jakich typów aplikacji stosować Spring i Spring Boot Samodzielnie stworzysz prostą aplikację internetową opartą na frameworku Spring Poznasz podstawy REST API (strukturę, czasowniki HTTP, endpointy) i zbudujesz aplikację opartą na tej architekturze Skonfigurujesz Spring Data JPA Poznasz nowoczesną bazę danych in-memory Nauczysz się korzystać z adnotacji @Repository Dowiesz się, czym są obiekty Spring Bean i jakie mają zakresy stosowalności (scope) Poznasz specjalne adnotacje Spring Stereotypes Zaimplementujesz REST API w Spring Boot Nauczysz się obsługi Spring Boot w linii poleceń Zrozumiesz terminy dependency injection i inversion of control Spring i Spring Boot. Kurs video. Aplikacje REST API w praktyce ukończysz na poziomie średnio zaawansowanym. Przećwiczysz kluczowe mechanizmy rządzące Spring i Spring Boot i zapoznasz się z architekturą aplikacji REST API. Tytułowy Spring Boot to lekki framework, który jest rozszerzeniem technologii Spring i dzięki któremu konfiguracja i rozruch aplikacji mogą być w prosty sposób zautomatyzowane. Poznasz zasady autokonfiguracji, a także wzorzec projektowy i architektoniczny - dependency injection, w którym usuwane są bezpośrednie zależności pomiędzy komponentami na rzecz architektury typu plug-in. Dowiesz się, czym jest paradygmat odwróconego sterowania i jak przenieść funkcję sterowania wykonywaniem programu do używanego frameworku. Zdobyta wiedza w kursie video Spring i Spring Boot to doskonały punkt wyjścia do zagłębienia się w funkcjonalności, jakie oferuje Spring, i poznania jego bardziej zaawansowanych detali. Sprawdź również kursy video Python dostępne w naszej ofercie.

51616
Завантаження...
ВІДЕОКУРС

Spring i Spring Boot. Kurs video. Testowanie aplikacji i bezpieczeństwo w Spring Security

Rafał Sawicki

Obierz kurs na bezpieczne i wydajne aplikacje w Spring W zakresie wytwarzania oprogramowania pojawiają się różne trendy, ale każdej organizacji, bez wyjątku, zależy na dobrym wizerunku. Widać to po wyraźnym wzroście świadomości w obszarach poświęconym bezpieczeństwu i wydajności aplikacji. Dbałość o te aspekty zapewnia chętnie wybierany przez programistów framework Spring, przeznaczony do tworzenia bezpiecznych i skalowalnych aplikacji. Spring doskonale integruje się z różnymi narzędziami i serwisami. Z jego znajomością stworzysz niemal każdą aplikację – desktopową, mobilną lub webową. Programowanie w Spring może być jeszcze prostsze dzięki Spring Boot, który automatyzuje wiele procesów konfiguracyjnych. Z kolei zaawansowane mechanizmy bezpieczeństwa oferuje Spring Security. Framework ten wspiera protokoły uwierzytelniania, umożliwia autoryzację, zarządzanie sesjami i bezproblemową konfigurację zabezpieczeń. By skroić aplikację na miarę współczesnych standardów i wymagań biznesowych, nie można zapomnieć o testach jednostkowych i testach integracyjnych. Dzięki szkoleniu Spring i Spring Boot. Kurs video. Testowanie aplikacji i bezpieczeństwo w Spring Security najwyższe standardy bezpieczeństwa i dobre praktyki testowania nie będą Ci obce – zagadnienia te poznasz w praktyce już w ciągu 4 godzin. W trakcie naszego profesjonalnego szkolenia: Nauczysz się testować aplikacje przy użyciu testów jednostkowych i integracyjnych z wykorzystaniem narzędzia JUnit Zaimplementujesz mechanizmy bezpieczeństwa za pomocą Spring Security Dowiesz się, jak cachować dane przy użyciu mechanizmów dostępnych w Spring i Redis Poznasz bibliotekę Lombok, która usprawnia proces tworzenia klas Nauczysz się obsługiwać wyjątki przy użyciu globalnego mechanizmu Spring Boot Będziesz korzystać z narzędzia IntelliJ IDEA w celu tworzenia aplikacji w Spring Poznasz system zarządzania projektami Maven Nauczysz się wdrażać bezpieczne i wydajne aplikacje w Spring i Spring Boot Zaprojektujesz aplikacje zgodnie z najlepszymi praktykami testowania, a tym samym zapewnisz ich jakość i niezawodność Dowiesz się, jak przeprowadzić autoryzację i uwierzytelnianie Zwiększysz wydajność swoich aplikacji poprzez zastosowanie cachowania Szkolenie ukończysz na poziomie średnio zaawansowanym. Zdobędziesz wiedzę i umiejętności z zakresu testowania integracyjnego i jednostkowego, bezpieczeństwa aplikacji, jak również techniki cachowania w Spring i Spring Boot. Dzięki znajomości testowania sprawdzisz poprawność działania komponentów lub całych modułów aplikacji, a także zachodzących między nimi interakcji. Nauczysz się stosować narzędzia IntelliJ IDEA i Maven w procesie tworzenia aplikacji webowych w Springu. Poznasz bibliotekę Lombok pomocną zarówno w redukcji nadmiarowego kodu, jak i automatycznego generowania kodu do tworzenia getterów, setterów i innych metod w klasach Java. Lombok pozwoli Ci zautomatyzować wiele powtarzalnych czynności, co zaowocuje poprawą czytelności kodu i zwiększeniem jego odporności na błędy. Część kursu jest poświęcona cachowaniu danych z użyciem bazy danych in-memory – Redis. Ten sposób przechowywania danych w pamięci podręcznej przyspiesza działanie aplikacji poprzez szybki odczyt i zapis danych, a także zmniejszenie liczby zapytań do bazy danych. W efekcie korzystania z frameworka Spring Security dowiesz się, jak zaimplementować najważniejsze mechanizmy bezpieczeństwa, uwierzytelnianie i autoryzację użytkowników. Poznane w trakcie szkolenia zagadnienia umożliwią Ci tworzenie wydajnych, niezawodnych i odpornych na ataki aplikacji dla swoich klientów lub pracodawców. Zdobytą wiedzę z powodzeniem możesz wykorzystać w pracy programisty, inżyniera oprogramowania lub by ubiegać się o bardziej wymagające, wyspecjalizowane stanowiska. Pamiętaj, że zdobywanie nowej wiedzy i umiejętności wymaga czasu, cierpliwości i zaangażowania. Jednak każdy krok, każda chwila spędzona na rozwijaniu swoich kompetencji to inwestycja w siebie i swoją przyszłość. Wierz w swoje możliwości, bądź ciekawy i otwarty na nowe wyzwania. Jak mówi znane powiedzenie: „Nieważne, jak powoli idziesz, ważne, że nie przestajesz”. Powodzenia!

51617
51618
Завантаження...
EЛЕКТРОННА КНИГА

Spring Microservices. Internet-scale architecture with Spring framework, Spring Cloud, Spring Boot

Rajesh R V

The Spring Framework is an application framework and inversion of the control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions to build web applications on top of the Java EE platform. This book will help you implement the microservice architecture in Spring Framework, Spring Boot, and Spring Cloud. Written to the latest specifications of Spring, you'll be able to build modern, Internet-scale Java applications in no time.We would start off with the guidelines to implement responsive microservices at scale. We will then deep dive into Spring Boot, Spring Cloud, Docker, Mesos, and Marathon. Next you will understand how Spring Boot is used to deploy autonomous services, server-less by removing the need to have a heavy-weight application server. Later you will learn how to go further by deploying your microservices to Docker and manage it with Mesos. By the end of the book, you'll will gain more clarity on how to implement microservices using Spring Framework and use them in Internet-scale deployments through real-world examples.

51619
Завантаження...
EЛЕКТРОННА КНИГА

Spring: Microservices with Spring Boot. Build and deploy microservices with Spring Boot

Ranga Rao Karanam

Microservices helps in decomposing applications into small services and move away from a single monolithic artifact. It helps in building systems that are scalable, flexible, and high resilient. Spring Boot helps in building REST-oriented, production-grade microservices. This book is a quick learning guide on how to build, monitor, and deploy microservices with Spring Boot. You'll be first familiarized with Spring Boot before delving into building microservices. You will learn how to document your microservice with the help of Spring REST docs and Swagger documentation. You will then learn how to secure your microservice with Spring Security and OAuth2. You will deploy your app using a self-contained HTTP server and also learn to monitor a microservice with the help of Spring Boot actuator. This book is ideal for Java developers who knows the basics of Spring programming and want to build microservices with Spring Boot.This book is embedded with useful assessments that will help you revise the concepts you have learned in this book. This book is repurposed for this specific learning experience from material from Packt's Mastering Spring 5.0 by Ranga Rao Karanam.

51620
Завантаження...
EЛЕКТРОННА КНИГА

Spring MVC 4. Projektowanie zaawansowanych aplikacji WWW

Geoffroy Warin

Wszyscy jesteśmy świadkami dynamicznego rozwoju branży aplikacji internetowych. Projektanci i programiści muszą jeszcze szybciej tworzyć coraz doskonalsze i atrakcyjniejsze aplikacje, a następnie błyskawicznie udostępniać je użytkownikom, przy dość ograniczonym budżecie. Platforma Spring Boot i środowiska chmurowe pozwalają sprostać tym wymaganiom: niezwykłe aplikacje można tworzyć i przekazywać w rekordowym tempie, w dodatku wyposażone w tak istotne funkcjonalności jak internacjonalizacja, sesje rozproszone, logowanie społecznościowe, wielowątkowość i wiele innych. Jeśli programujesz w Javie, choć trochę znasz platformę Spring i chcesz tworzyć użyteczne oraz nowoczesne aplikacje WWW, masz w ręku właściwą książkę. Ten podręcznik w niezwykle praktyczny sposób podchodzi do zagadnienia budowy skomplikowanych aplikacji z wykorzystaniem nowoczesnych technologii. Podczas lektury poszczególnych rozdziałów będziesz mógł od podstaw przyjrzeć się konstruowaniu w pełni działającej aplikacji WWW, a potem spróbować własnych sił w tej dziedzinie, z wykorzystaniem internacjonalizacji, weryfikacji formularzy oraz obsługi rozproszonych sesji i pamięci podręcznej. Dowiesz się również, jak porządnie przetestować aplikację i opublikować ją w internecie. W tej książce znajdziesz: praktyczne omówienie platformy Spring Boot i Spring Tool Suite wyjaśnienie implementacji architektury MVC wskazówki dotyczące projektowania zaawansowanych formularzy, weryfikacji typów danych wprowadzanych przez użytkownika i obsługi błędów zasady działania aplikacji REST i wykorzystywania zapytań HTTP wyczerpujące omówienie zagadnień bezpieczeństwa aplikacji opis dobrych praktyk, takich jak testy jednostkowe i testy akceptacji, optymalizacja zapytań, metody zarządzania pamięcią podręczną Programuj jak mistrz — odkryj Spring MVC! Geoffroy Warin — programuje od dziecka. Jest gorącym orędownikiem tworzenia otwartego kodu. Niezachwianie wierzy w ideę Software Craftsmanship (osiągania mistrzostwa w programowaniu). Jest uznanym specjalistą w dziedzinie budowania biznesowych aplikacji WWW w języku Java i entuzjastą platform Groovy oraz Spring. Po godzinach prowadzi bloga, jest szkoleniowcem i autorem oraz współautorem książek.

51621
Завантаження...
EЛЕКТРОННА КНИГА

Spring MVC: Beginner's Guide. Unleash the power of the latest Spring MVC 4.x to develop a complete application - Second Edition

Amuthan Ganeshan

Spring MVC helps you build flexible and loosely coupled web applications. The Spring MVC Framework is architected and designed in such a way that every piece of logic and functionality is highly configurable. Also, Spring can integrate effortlessly with other popular web frameworks such as Struts, WebWork, Java Server Faces, and Tapestry. The book progressively teaches you to configure the Spring development environment, architecture, controllers, libraries, and more before moving on to developing a full web application. It begins with an introduction to the Spring development environment and architecture so you're familiar with the know-hows. From here, we move on to controllers, views, validations, Spring Tag libraries, and more. Finally, we integrate it all together to develop a web application. You'll also get to grips with testing applications for reliability.

51622
51623
Завантаження...
EЛЕКТРОННА КНИГА

Spring MVC Blueprints. Design and implement real-world web-based applications using the Spring Framework 4.x specification based on technical documentation

Sherwin John C.Tragura

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.This book starts all the necessary topics in starting a Spring MVC-based application. Moving ahead it explains how to design model objects to handle file objects. save files into a data store and how Spring MVC behaves when an application deals with uploading and downloading files. Further it highlights form transactions and the user of Validation Framework as the tool in validating data input. It shows how to create a customer feedback system which does not require a username or password to log in. It will show you the soft side of Spring MVC where layout and presentation are given importance. Later it will discuss how to use Spring Web Flow on top of Spring MVC to create better web applications. Moving ahead, it will teach you how create an Invoice Module that receives and transport data using Web ServicesBy the end of the book you will be able to create efficient and flexible real-time web applications using all the frameworks in Spring MVC.

51624
Завантаження...
EЛЕКТРОННА КНИГА

Spring MVC Cookbook. Over 40 recipes for creating cloud-ready Java web applications with Spring MVC

Alex Bretet

Spring MVC is a lightweight application framework that comes with a great configuration by default. Being part of the Spring Framework, it naturally extended and supported it with an amazing set of recognizable annotations. External libraries can be plugged in and plugged out. It also possesses a request flow.Complete support of REST web services makes the Spring architecture an extremely consistent choice to support your front-end needs and Internet transformations.From the design of your Maven modules, you will achieve an Enterprise-standard for a stateless REST application based on Spring and Spring MVC with this book.This guide is unique in its style as it features a massive overview of practical development techniques brought together from the Spring ecosystem, the new JEE standards, the JavaScript revolution and Internet of Things.You will begin with the very first steps of Spring MVC's product design. Focused on deployment, viability, and maintainability, you will learn the use of Eclipse, Maven, and Git. You will walk through the separation of concerns driven by the microservices principles. Using Bootstrap and AngularJS, you will develop a responsive front-end, capable of interacting autonomously with a REST API.Later in the book, you will setup the Java Persistence API (JPA) within Spring; learn how to configure your Entities to reflect your domain needs, and discover Spring Data repositories. You will analyze how Spring MVC responds to complex HTTP requests. You will implement Hypermedia and HATEOAS to guide your customer's stateless conversation with the product and see how a messaging-service based on WebSocket can be configured. Finally you will learn how to set up and organize different levels of automated-tests, including logging and monitoring.