0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (3)
  • R1,000 - R2,500 (2)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Hibernate Recipes - A Problem-Solution Approach (Paperback, 2nd ed.): Gary Mak, Srinivas Guruzu, Joseph Ottinger Hibernate Recipes - A Problem-Solution Approach (Paperback, 2nd ed.)
Gary Mak, Srinivas Guruzu, Joseph Ottinger
R1,179 Discovery Miles 11 790 Ships in 10 - 15 working days

Hibernate Recipes, Second Edition contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA. This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you further and shows how you can apply it practically in your daily work. Hibernate Recipes, Second Edition is a must have book for your library. Hibernate 4.x continues to be the most popular out-of-the-box, open source framework solution for Java persistence and data/database accessibility techniques and patterns and it works well with the most popular open source enterprise Java framework of all, the Spring Framework. Hibernate is used for e-commerce-based web applications as well as heavy-duty transactional systems for the enterprise.

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,437 R1,217 Discovery Miles 12 170 Save R220 (15%) 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

Hibernate Recipes - A Problem-Solution Approach (Paperback, 1st ed.): Gary Mak, Srinivas Guruzu Hibernate Recipes - A Problem-Solution Approach (Paperback, 1st ed.)
Gary Mak, Srinivas Guruzu
R1,231 R1,011 Discovery Miles 10 110 Save R220 (18%) Ships in 10 - 15 working days

Hibernate continues to be the most popular out-of-the-box framework solution for Java Persistence and data/database accessibility techniques and patterns. It is used for e-commercebased web applications as well as heavy-duty transactional systems for the enterprise.

Gary Mak, the author of the best-selling Spring Recipes, now brings you Hibernate Recipes. This book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients.

This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you further and shows how you can apply it practically in your daily work. What you'll learn The basics of object-relational mapping and how Hibernate is best suited for it How to do various mappings, including one-to-one mapping, many-to-one mapping, collection mapping, component mapping, and inheritance mapping How to use Hibernate Query Language (HQL) How to perform batch processing and use native SQL, criteria queries, caching objects, and more How to enable Hibernate in web applications with e-commerce How to use Hibernate for heavy-duty enterprise transactionbased systems Who this book is for

This book is for experienced Java developers looking to use Hibernate, but is also appropriate for Java developers new to Hibernate. Table of Contents Starting with Hibernate Basic Mapping and Object Identity Component Mapping Inheritance and Custom Mapping Many-to-One and One-to-One Mapping Collection Mapping Many-Valued Associations HQL and JPA Query Language Querying with Criteria and Example Working with Objects Batch Processing and Native SQL Cashing in Hibernate Transactions and Concurrency Web Applications

Pro SpringSource dm Server (Paperback, 1st ed.): Gary Mak, Daniel Rubio Pro SpringSource dm Server (Paperback, 1st ed.)
Gary Mak, Daniel Rubio
R1,044 R879 Discovery Miles 8 790 Save R165 (16%) Ships in 10 - 15 working days

The SpringSource dm Server is a completely modular, OSGi-based Java server designed to run enterprise Java applications and Spring-powered applications with a new degree of flexibility and reliability. The SpringSource dm Server is based on the SpringSource Dynamic Module Kernel (dm Kernel). The dm Kernel provides a module-based backbone for the server, which also harnesses the power of Spring, Apache Tomcat, and OSGi-based technologies.

Pro SpringSource dm Server is the first book available for learning how to develop and deploy modular applications to run on the SpringSource dm Server 2.0 deployment platform.This book covers everything you need, from basic OSGi concepts to developing and deploying OSGi-based applications on the SpringSource dm Server. This book demonstrates how to migrate an existing web application from a standard WAR to a shared libraries WAR, a shared services WAR, and finally a web module. The topics in this book are introduced by complete and realworld examples that you can follow step by step. Instead of abstract descriptions on complex concepts, you will find live examples in this book. What you'll learn Understanding what OSGi is and why we need it Using Spring Dynamic Modules to develop OSGibased applications An overview of the SpringSource dm Server Setting up and configuring the platform Developing OSGi bundles and web applications for the platform Tracing and monitoring applications running on the platform Who this book is for

This book is for Java developers and deployers who would like to develop modular Java applications using OSGi and deploy them to run on the SpringSource dm Server. You don't need much experience to read this book. However, it assumes that you understand Spring Framework fundamentals and have experience developing Java applications. Table of Contents Introduction to OSGi Developing Bundles with Spring Dynamic Modules Introduction to the dm Server Getting Started with the dm Server Developing Applications for the dm Server Migrating Web Applications to the dm Server Tracing Applications on the dm Server Managing Application Growth on the dm Server

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,194 R1,002 Discovery Miles 10 020 Save R192 (16%) 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...
Vital Baby® Splash Squirt And Splash…
R73 R45 Discovery Miles 450
Baby Dove Body Wash 200ml
R50 Discovery Miles 500
Dala A2 Sketch Pad (120gsm)(36 Sheets)
R260 Discovery Miles 2 600
Home Classix Placemats - Geometric…
R59 R51 Discovery Miles 510
Dot Chelsea Safety Boot (Black)
R839 Discovery Miles 8 390
Widows
Viola Davis, Michelle Rodriguez, … Blu-ray disc R22 R19 Discovery Miles 190
Ocean Pacific Beach Paradise Eau De…
R657 Discovery Miles 6 570
Microsoft Xbox Series X Console (1TB)
 (21)
R14,999 Discovery Miles 149 990
Wonka
Timothee Chalamet Blu-ray disc R250 R190 Discovery Miles 1 900
Stabilo Boss Original Highlighters…
R144 R108 Discovery Miles 1 080

 

Partners