Iuliana Cosmina - Böcker
Visar alla böcker från författaren Iuliana Cosmina. Handla med fri frakt och snabb leverans.
8 produkter
8 produkter
552 kr
Skickas inom 10-15 vardagar
Prepare for thePivotal Certified Spring Web Application Developer exam and learn about SpringMVC DispatcherServlet configuration, Spring MVC programming model essentials,Spring MVC views and form processing, Spring Web Flow essentials, and SpringWeb Flow actions and configuration.
Pivotal Certified Professional Core Spring 5 Developer Exam
A Study Guide Using Spring Framework 5
Häftad, Engelska, 2019
956 kr
Skickas inom 3-6 vardagar
Pass the Pivotal Certified Professional exam for Core Spring, based on the latest Spring Framework 5, using source code examples, study summaries, and mock exams. This book now includes WebFlux, reactive programming, and more found in Spring 5. You'll find a descriptive overview of certification-related Spring modules and a single example application demonstrating the use of all required Spring modules. Furthermore, in Pivotal Certified Professional Core Spring 5 Developer Exam, Second Edition, each chapter contains a brief study summary and question set, and the book’s free downloadable source code package includes one mock exam (50 questions – like a real exam). After using this study guide, you will be ready to take and pass the Pivotal Certified Professional exam.When you become Pivotal Certified, you will have one of the most valuable credentials in Java. Pivotal certification helps you advance your skills and your career, and get the maximum benefit from Spring. Passing the exam demonstrates your understanding of Spring and validates your familiarity with: container-basics, aspect oriented programming (AOP), data access and transactions, Spring Security, Spring Boot, microservices, and Spring model-view-controller (MVC). Good luck!What You Will LearnUnderstand the core principles of Spring Framework 5Use dependency injectionWork with aspects in Spring and do AOP (aspect oriented programming)Control transactional behavior and work with SQL and NoSQL databasesCreate and secure web applications based on Spring MVCGet to know the format of the exam and the type of questions in itCreate Spring microservices applicationsWho This Book Is ForSpring developers who have taken the Pivotal Core Spring class are eligible to take the Pivotal Certified Professional exam.
Pro Spring MVC with WebFlux
Web Development in Spring Framework 5 and Spring Boot 2
Häftad, Engelska, 2021
556 kr
Skickas inom 10-15 vardagar
Explore the designs of the Spring MVC and WebFlux frameworks, and apply similar designs and techniques to your own code. Along with detailed analysis of the code and functionality, this book includes numerous tips and tricks to help you get the most out of Spring MVC, WebFlux, and Java-based web application development in general using Spring. You’ll see how Spring MVC is a modern web application framework built upon the latest Spring Framework 5 and Spring Boot 2. Spring MVC is suitable for building reusable web controller modules that encapsulate rich page navigation rules.Pro Spring MVC with WebFlux takes great care in covering every inch of Spring MVC with WebFlux to give you the complete picture. Along with all the best-known features of these frameworks, you’ll discover some new hidden treasures. You’ll also learn how to correctly and safely extend the frameworks to create customized solutions. This book is for anyone who wishes to write robust, modern, and useful web applications with the Spring Framework. After reading and using this book, you'll become proficient with Spring MVC and be able to apply it to your own Java web applications and microservices.What You Will LearnUse Spring MVC with WebFlux to build Java-based web applicationsEmploy the various Spring MVC architecturesWork with controllers and routing functionsBuild microservices and web services using Spring MVC and RESTCreate reactive web applications using Spring WebFluxSecure Spring MVC and Spring WebFluxDeploy your Spring MVC application to the cloudWho This Book Is ForThose with at least some prior experience with Java web application development. Some previous experience with Spring Boot or the Spring Framework is recommended.
595 kr
Skickas inom 7-10 vardagar
Master the Spring Framework, its fundamentals and core topics, and share the authors’ insights and real-world experiences. This book goes well beyond the basics: you'll learn how to leverage the latest Spring Framework 6 to build the various tiers and parts of today's modern, complex enterprise Java applications systems, top to bottom, including data access, SQL generation with jOOQ, persistence with Hibernate, transactions, set up security, classic web and presentation tiers and adding in some reactivity. Spring 6 will be based on the latest available Long Term Support (LTS) release, Java 17. So, you will be able to do the following in your Spring applications: use records, use new utility methods in String class; utilize Local-Variable Syntax for Lambda Parameters; Nested Based Access Control, and more. Integrating Spring with the most used frameworks and libraries is covered in this book, such as Testcontainers, Hibernate, jOOQ, Kafka and many others.A full sample application allows you to apply many of the technologies and techniques covered in Pro Spring 6 and see how they work together. This book updates the perennial bestseller with the latest that Spring Framework 6 has to offer. Now in its sixth edition, this popular title is by far the most comprehensive and definitive treatment of Spring available. After reading this book, you'll be armed with the power of Spring to build complex applications, top to bottom. The agile, lightweight, open-source Spring Framework continues to be the de facto leading enterprise Java application development framework for today's Java programmers and developers.What You Will LearnWhat’s new in Spring Framework 6 and how to use it with the latest LTS version of Java, Java 17How to integrate Spring with the most renowned and practical frameworks and dependenciesHow to build complex enterprise cloud-native applications using Spring 6How to master data access, persistence and transactionsHow to use with Spring Batch, Integration and other key Spring projectsThis Book Is ForExperienced Java and enterprise Java developers and programmers. Some experience with Spring highly recommended.
653 kr
Skickas inom 5-8 vardagar
Pro Spring 6 with Kotlin
An In-depth Guide to Using Kotlin APIs in Spring Framework 6
Häftad, Engelska, 2023
606 kr
Skickas inom 7-10 vardagar
Master the fundamentals of Spring Framework 6 while learning from the real-world experiences of Spring experts. Over the course of this book, you'll learn how to leverage Spring 6 in tandem with the Kotlin programming language to build complex enterprise applications from top to bottom. From monoliths to cloud native apps for streaming microservices, you’ll gain insight into every aspect of the process, including transactions, data access, persistence, and web and presentation tiers. As you progress through the book, the authors demonstrate how to run Kotlin with a single command, deploy new utility methods in String class, use Local-Variable Syntax for Lambda Parameters Nested Based Access Control, read/write strings to and from files, and using Flight Recorder. Also, a whole new generation of dependencies are available, and you’ll see exactly how to make optimal use of them. A full sample application will show you how to apply Spring 6’s new tools and techniques and see how they work together. After reading this comprehensive book, you'll be ready to build your own Spring applications using Kotlin. What You Will LearnExplore what's new in Spring Framework 6 and the Kotlin APIs it supportsLeverage a new generation of dependenciesBuild complex enterprise monoliths, cloud-native applications, and microservicesMaster data access, persistence, and transactionsUse with Spring Batch, Integration, and other key Spring modulesIntegrate Spring 6 with Hibernate and other third party APIs and packages Who This Book Is ForExperienced Kotlin and Java software developers and programmers. Some previous experience with Spring is highly recommended.
869 kr
Skickas inom 3-6 vardagar
Write your first code in Java 23 using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you will be able to pick up core programming concepts without fuss and write efficient Java code in no time. Clear code descriptions and layout ensure you get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge and getting you up to speed quickly—all the bits and pieces a novice needs to get started programming in Java. In this edition, you will discover how Java has changed since version 17, and how to design and write code using the most recently introduced Java features such as new collection methods, virtual threads, pattern and record matching in switch expressions, structured concurrency tasks, unnamed classes and instance methods, and many more.This book is a complete Java guide, covering the following topics: setting up a development environment, programming concepts and well-known programming principles, writing Java code following industry-specific design patterns and coding conventions, executing it, debugging, testing, documenting it and even using specialized tools such as IntelliJ IDEA for writing Java code, Maven for building, JUnit Jupiter for testing, and in-memory and Docker-hosted databases or data storage. After reading this book, you’ll have all the necessary skills and knowledge to pass an interview for a starting Java development position. What You Will LearnSet up a Java development environmentUse the Java language to write high-quality codeUnderstand fundamental programming concepts and algorithmsUse virtual threads, records, and other Java renown featuresDebug, test, and document Java codeImprove performance by customizing the Garbage Collector Who This Book Is ForThose who are new to programming and want to learn Java and use it to build efficient solutions
607 kr
Kommande
Master the Spring Framework, its fundamentals and core topics while learning from the authors’ expert insights and real-world experiences. This book goes well beyond the basics: you'll learn how to leverage the latest Spring Framework 7 to build the various tiers and parts of today's modern, complex enterprise Java applications systems, top to bottom.The new Seventh Edition is based on the latest available Long-Term Support release (Java 25), modernized with the latest that Spring Framework 7 has to offer. New features include enhanced chapters with reactive programming elements, streamlined content for clarity, and new examples incorporating Spring AI and Spring Modulith. You'll learn to use records, Spring Data repositories, Converters, Reactive components and more. This book also covers integrating Spring with popular frameworks and libraries like Testcontainers, Hibernate, GraphQL, jOOQ, Kafka, and others.This popular title is by far the most comprehensive and definitive treatment of Spring available. The full sample application allows you to apply many of the technologies and techniques covered in Pro Spring 7 and see how they work together.What You Will LearnWhat’s new in Spring Framework 7 and how to use it with the latest LTS version of Java, Java 25How to integrate Spring with the most renowned and practical frameworksHow to build complex enterprise cloud-native applications using Spring 7How to master data access, persistence and transactions, in a reactive or non-reactive mannerSecure Spring Applications using Spring SecurityMonitor Spring Boot applications with Micrometer Prometheus and GrafanaHow to use with Spring Boot, Integration and other key Spring projectsThis Book Is ForExperienced Java and enterprise Java developers and programmers. Some experience with Spring highly recommended.