Minibooks

The education never stops here at Java Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):

Spring Integration for EAI

by Java Code Geeks on June 9th, 2017

Spring Integration is an open source framework for enterprise application integration. It is a lightweight framework that builds upon the core Spring framework. It is designed to enable the development of integration solutions typical of event-driven …

Spring Framework Cookbook

by Java Code Geeks on June 9th, 2017

The Spring Framework is an open-source application framework and inversion of control container for the Java platform. The framework’s core features can be used by any Java application, but there are extensions for building web applications on top of …

Spring Data Programming Cookbook

by Java Code Geeks on June 9th, 2017

Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store. It makes it easy to use data access technologies, relational and non- …

Selenium Programming Cookbook

by Java Code Geeks on June 9th, 2017

Selenium is a portable software testing framework for web applications. Selenium provides a record/playback tool for authoring tests without learning a test scripting language (Selenium IDE). It also provides a test domain-specific language (Selenese …

Mockito Programming Cookbook

by Java Code Geeks on June 8th, 2017

Mockito is an open source testing framework for Java released under the MIT License. The framework allows the creation of test double objects (mock objects) in automated unit tests for the purpose of Test-driven Development (TDD) or Behavior Driven D …

JUnit Programming Cookbook

by Java Code Geeks on June 8th, 2017

JUnit is a unit testing framework to write repeatable tests. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit. A …

JSF 2.0 Programming Cookbook

by Java Code Geeks on June 8th, 2017

JavaServer Faces (JSF) is a Java specification for building component-based user interfaces for web applications.[1] It was formalized as a standard through the Java Community Process and is part of the Java Platform, Enterprise Edition. JSF 2 uses F …

JPA Tutorial

by Java Code Geeks on June 8th, 2017

The Java Persistence API (JPA) is a Java programming language application programming interface specification that describes the management of relational data in applications using Java Platform, Standard Edition and Java Platform, Enterprise Edition …

JMeter Tutorial

by Java Code Geeks on June 8th, 2017

This tutorial discusses JMeter, a Java based load and performance testing tool with several applications and uses. These are the main points that we are going to cover: We are going to explain what is JMeter used for. How is JMeter implemented and wi …

Back to top button