0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R1,000 - R2,500 (6)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Spring 6 Recipes - A Problem-Solution Approach to Spring Framework (Paperback, 5th ed.): Marten Deinum, Daniel Rubio, Josh Long Spring 6 Recipes - A Problem-Solution Approach to Spring Framework (Paperback, 5th ed.)
Marten Deinum, Daniel Rubio, Josh Long
R1,963 R1,561 Discovery Miles 15 610 Save R402 (20%) Ships in 10 - 15 working days

This in-depth Spring-based Java developer code reference has been updated and now solves many of your Spring Framework 6 problems using reusable, complete and real-world working code examples. Spring 6 Recipes (5th Edition) now includes Spring Native which speeds up your Java-based Spring Framework built enterprise, native cloud, web applications and microservices. It also has been updated to now include Spring R2DBC for Reactive Relational Database Connectivity, a specification to integrate SQL databases, like PostgreSQL, MySQL and more, using reactive drivers. Furthermore, this book includes additional coverage of WebFlux for more reactive Spring web applications.  Reactive programming allows you to build systems that are resilient to high load, especially common in the more complex enterprise, native cloud applications that Spring Framework lets you build. This updated edition also uses code snippets and examples based on newest available standard long term support release of Java.  When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your specific Spring Framework-based application needs. This can save you a great deal of work over creating a project from scratch.    This powerful code reference is a "must have" for your print or digital library. This developer cookbook comes with accompanying source code that is freely available on GitHub under latest Creative Commons open source licensing.   What You'll Learn Get re-usable code recipes and snippets for core Spring, annotations and other development tools Dive into Spring Native which merges the popular Spring and GraalVM for increased performance, speed and reliability of your Spring Framework 6 applications Explore Spring R2BC for reactive relational database connectivity with SQL Build reactive Spring MVC-based web applications and microservices using WebFlux Enhance your enterprise or native cloud applications using Spring Transaction Management Test, secure and deploy your Spring applications using reusable code templates available Who This Book Is For This book is for experienced Java programmers, software developers with experience using the Spring Framework.

Pro Spring Integration (Paperback, 1st ed.): Josh Long, Dr Mark Lui, Mario Gray, Andy Chan Pro Spring Integration (Paperback, 1st ed.)
Josh Long, Dr Mark Lui, Mario Gray, Andy Chan
R2,114 Discovery Miles 21 140 Ships in 10 - 15 working days

Pro Spring Integration is an authoritative book from the experts that guides you through the vast world of enterprise application integration (EAI) and application of the Spring Integration framework towards solving integration problems. The book is:
An introduction to the concepts of enterprise application integration Areference on building event-driven applications using Spring Integration Aguide to solving common integration problems using Spring Integration

What makes this book unique is its coverage of contemporary technologies and real-world information, with a focus on common problems that users are likely to confront. This book zeroes in on extending the Spring Integration framework to meet your custom integration demands.
As Spring Integration is an extension of the Spring programming model, it builds on theSpring Framework's existing support for enterprise integration. This book will take you through all aspects of this relationship and show you how to get the most out of your Spring applications, where integration is a consideration. It discusses simple messaging within Spring-based applications and integration with external systems via simple adapters. Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling, all of which receives coverage in this book. What you'll learn Introduces the wide world of Spring Integration with an overview of application integration, the patterns involved and then quickly moving into applications How to identify integration problems that are best solved using Spring Integration and enterprise application integration (EAI) Discover and apply EAI patterns and related architectural concepts like staged event driven architectures (SEDA) Explore the concepts behind message-oriented middleware (MOM) How to interface with external systems using Spring Integration Extend the Spring Integration stack with custom adapters, endpoints, and more What are the next steps to production with expert insight into error handling, monitoring, management, and scaling the enterprise Java application Who this book is for

This book is for any developer looking for a more natural way to build event-driven applications using familiar Spring idioms and techniques. The book is also geared towards architects seeking to better their applications and increase productivity in their developers. Table of Contents Enterprise Application Integration Fundamentals Exploring the Alternatives Introduction to Core Spring Framework Introduction to Enterprise Spring Introduction to Spring Integration Channels Transformation and Enrichment Message Flow: Routing andFiltering Endpoints and Adapters Monitoring and Management Talking to The Metal Enterprise Messaging with JMS and AMQ Social Messaging with Email, XMPP, and Twitter Web Services Extending Spring Integration Scaling Your Spring Integration Application Spring Integration and Spring Batch Spring Integration and Your Web Application

Spring Recipes - A Problem-Solution Approach (Paperback, 2nd ed.): Gary Mak, Daniel Rubio, Josh Long Spring Recipes - A Problem-Solution Approach (Paperback, 2nd ed.)
Gary Mak, Daniel Rubio, Josh Long
R1,511 R1,241 Discovery Miles 12 410 Save R270 (18%) Ships in 10 - 15 working days

With over 3 million users/developers, Spring Framework is the leading out of the box Java framework. Spring addresses and offers simple solutions for most aspects of your Java/Java EE application development, and guides you to use industry best practices to design and implement your applications.

The release of Spring Framework 3 has ushered in many improvements and new features. Spring Recipes: A Problem-Solution Approach, Second Edition continues upon the bestselling success of the previous edition but focuses on the latest Spring 3 features for building enterprise Java applications. This book provides elementary to advanced code recipes to account for the following, found in the new Spring 3: Spring fundamentals: Spring IoC container, Spring AOP/ AspectJ, and more Spring enterprise: Spring Java EE integration, Spring Integration, Spring Batch, jBPM with Spring, Spring Remoting, messaging, transactions, scaling using Terracotta and GridGrain, and more. Spring web: Spring MVC, Spring Web Flow 2, Spring Roo, other dynamic scripting, integration with popular Grails Framework (and Groovy), REST/web services, and more.

This book guides you step by step through topics using complete and real-world code examples. Instead of abstract descriptions on complex concepts, you will find live examples in this book. When you start a new project, you can consider copying the code and configuration files from this book, and then modifying them for your needs. This can save you a great deal of work over creating a project from scratch What you'll learn How to use the IoC container and the Spring application context to best effect. Spring's AOP support, both classic and new Spring AOP, integrating Spring with AspectJ, and load-time weaving. Simplifying data access with Spring (JDBC, Hibernate, and JPA) and managing transactions both programmatically and declaratively. Spring's support for remoting technologies (RMI, Hessian, Burlap, and HTTP Invoker), EJB, JMS, JMX, email, batch, scheduling, and scripting languages. Integrating legacy systems with Spring, building highly concurrent, grid-ready applications using Gridgain and Terracotta Web Apps, and even creating cloud systems. Building modular services using OSGi with Spring DM and Spring Dynamic Modules and SpringSource dm Server. Delivering web applications with Spring Web Flow, Spring MVC, Spring Portals, Struts, JSF, DWR, the Grails framework, and more. Developing web services using Spring WS and REST; contract-last with XFire, and contractfirst through Spring Web Services. Spring's unit and integration testing support (on JUnit 3.8, JUnit 4, and TestNG). How to secure applications using Spring Security. Who this book is for

This book is for Java developers who would like to rapidly gain hands-on experience with Java/Java EE development using the Spring framework. If you are already a developer using Spring in your projects, you can also use this book as a reference--you'll find the code examples very useful. Table of Contents Introduction to Spring Advanced Spring IoC Container Spring AOP and AspectJ Support Scripting in Spring Spring Security Integrating Spring with Other Web Frameworks Spring Web Flow Spring @MVC Spring RESTSpring and Flex Grails Spring Roo Spring Testing Spring Portlet MVC Framework Data Access Transaction Management in Spring EJB, Spring Remoting, and Web Services Spring in the Enterprise Messaging Spring Integration Spring Batch Spring on the Grid jBPM and Spring OSGi and Spring

Getting Started with Roo (Paperback): Josh Long Getting Started with Roo (Paperback)
Josh Long; Contributions by Steve Mayzak
R479 R350 Discovery Miles 3 500 Save R129 (27%) Ships in 12 - 17 working days

Spring Roo goes a step beyond the Spring Framework by bringing true Rapid Application Development to Java--just as Grails has done with Groovy. This concise introduction shows you how to build applications with Roo, using the framework's shell as an intelligent and timesaving code-completion tool. It's an ideal RAD tool because Roo does much of the tedious code maintenance.

You'll get started by building a simple customer relationship management application, complete with step-by-step instructions and code examples. Learn how to control any part of the application with Roo's opt-in feature, while using this open source framework to automate the rest of the code. Set up a Spring application and working Maven build to see Roo in action Address persistence with JPA and the Neo4j graph database--and learn how Roo supports NoSQL databases Use Roo's database reverse-engineering feature to generate a data model from an existing schema Build Roo applications with Spring MVC, Spring WebFlow, Google Web Toolkit, Vaadin, and other web frameworks Secure and test your application

Cloud Native Java - Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry (Paperback): Josh Long Cloud Native Java - Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry (Paperback)
Josh Long
R1,966 R1,225 Discovery Miles 12 250 Save R741 (38%) Ships in 12 - 17 working days

Learn the essentials of the Spring Boot microframework for developing modern, cloud-ready JVM applications and microservices across a variety of environments. With this practical book, you’ll learn everything you need to know to get started working with Spring Boot. A modern cloud-native architecture looks very different from the architectures inspired by the economics of scale ten years ago. Now that the cloud is the default for everyone—and not just trailblazers like Google, Amazon, Twitter, and Netflix—Spring Boot and Spring Cloud offer the best tools to commoditize the architecture of the cloud. This book shows you how to leverage Spring Boot to build modular, highly-scalable applications.

Learning Spring Boot 3.0 - Simplify the development of production-grade applications using Java and Spring (Paperback, 3rd... Learning Spring Boot 3.0 - Simplify the development of production-grade applications using Java and Spring (Paperback, 3rd Revised edition)
Greg L. Turnquist, Dave Syer, Mark Heckler, Josh Long
R1,121 Discovery Miles 11 210 Ships in 10 - 15 working days

Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book DescriptionSpring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production. Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need. What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is forThis book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed.

Spring Enterprise Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Gary Mak, Josh Long Spring Enterprise Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Gary Mak, Josh Long
R1,256 R1,019 Discovery Miles 10 190 Save R237 (19%) Ships in 10 - 15 working days

The Spring framework is a widely adopted enterprise and general Java framework. The release of Spring Framework 3.0 has added many improvements and new features for Spring development. Written by Gary Mak, author of the bestseller Spring Recipes, and Josh Long, an expert Spring user and developer, Spring Enterprise Recipes is one of the first books on Spring 3.0.

This key book focuses on Spring Framework 3.0, the latest version available, and a framework-related suite of tools, extensions, plug-ins, modules, and moreall of which you may want and need for building three-tier Java EE applications. Build Spring enterprise and Java EE applications from the ground up using recipes from this book as templates to get you started, fast. Employ Spring Integration, Spring Batch and jBPM with Spring to bring your application's architecture to the next level. Use Spring's remoting, and messaging support to distribute your application, or bring your application to the cloud with GridGain and Terracotta. What you'll learn Integrate legacy systems with Spring, bridging the gaps with Spring's JMS support and Spring Integration. Use Spring Batch to insulate yourself from the tedious, hard-to-test code required to efficiently handle offline or batch processing scenarios. Build highly concurrent, grid-ready applications using Gridgain and Terracotta Build modular services using OSGi with Spring DM and Spring Dynamic Modules and SpringSource dm Server. Take the lightweight philosophy of the Spring framework to its logical extension. The Spring framework brings you all of the power of JEE, a la carte Integrate Spring with Java EE 5 and 6 APIs and services. How to leverage job scheduling, and e-mail services using Spring's abstractions. Who this book is for

A new breed of applications is in demand today. Either these applications aresimply not supported by JEE, or the support is tedious, and not reflective of modern-day architectures. This book is for those with a working knowledge of Java and Spring who would like to take their skills, and their applications, to the next level. Table of Contents Introduction to Spring What's New in Spring 3.0? Data Access Transaction Management in Spring EJB, Spring Remoting, and Web Services Spring in the Enterprise Messaging Spring Integration Spring Batch Distributed Spring jBPM and Spring OSGi and Spring

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Cricut Joy Machine
 (6)
R4,734 Discovery Miles 47 340
Bestway Spiderman Swim Ring (Diameter…
R48 Discovery Miles 480
Casio LW-200-7AV Watch with 10-Year…
R999 R884 Discovery Miles 8 840
Amos Red Glue Stick (8g)
R287 Discovery Miles 2 870
Complete Cat Food (7kg)
 (1)
R405 Discovery Miles 4 050
Aerolatte Cappuccino Art Stencils (Set…
R110 R95 Discovery Miles 950
Alcolin Cold Glue (125ml)
R46 Discovery Miles 460
Too Hard To Forget
Tessa Bailey Paperback R280 R224 Discovery Miles 2 240
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
ZA Cute Puppy Love Paw Set (Necklace…
R712 R499 Discovery Miles 4 990

 

Partners