• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

Amr Mohammed

Read Only / Write Only Operations using Spring Data Repository Services

June 16, 2014 //  by Amr Mohammed//  Leave a Comment

As we’ve learned about Spring Data Repository in our previous tutorials, it’s an abstraction layer that built in top of persistent store that leverage the ability of accessing that store for achieving CRUD operations. Spring Data Repository had integrated seamlessly with all of the aspects that might be concerned by a developer, one of those aspect …

Category: Spring FrameworkTag: MySQL, Repositories, Spring Data

PrimeFaces 5 Features

June 10, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial highlights the new features added as part of the PrimeFaces 5 release. PrimeFaces 5 has been announced and shipped with set of new components. We’ve published set of tutorials that covered the PrimeFaces 4 earlier in our blog. To summarize, PrimeFaces 5 comes up with set of new components and lot of minor enhancements …

Category: JSFTag: PrimeFaces

Bower – Web Package Manager

June 10, 2014 //  by Amr Mohammed//  Leave a Comment

Bower is a package manager for the web. It offers a generic solution to the problem of front-end package management. Using of Bower will eliminate the need of downloading the JavaScript libraries into your project, so all the developer have to do, is to initiate a Bower into their own project and installing the required libraries by using …

Category: JavaScriptTag: Bower, Git, NodeJS Basics, npm

spring data jpa

Spring Data JPA : Custom Repository / Query Methods Example

June 8, 2014 //  by Amr Mohammed//  Leave a Comment

In this tutorial i am going to explain how to use query methods and custom repository implementation in Spring Data JPA framework. I have used Primfaces and JSF to develop the front end to access data using Spring Data infrastructure. When you’re developing a Spring Data Repository, you’ll have three options: Using of a CRUD operations …

Category: Spring FrameworkTag: PrimeFaces, Spring Data JPA

Spring Data REST + GemFire + Backbone.js Integration

June 6, 2014 //  by Amr Mohammed//  Leave a Comment

In my previous tutorial I have explained about Spring Data REST + GemFire + jQuery Integration. This tutorial explains about the integration of Spring Data and Backbone.js integration. Backbone JavaScript framework isn’t like any of the previous frameworks when it comes to the integration. Before getting started writing the integration application, let’s get the basics …

Category: Spring FrameworkTag: BackBone, GemFire, Spring Data, Spring REST

Spring Data REST + GemFire Repository + Sencha Touch Integration

June 5, 2014 //  by Amr Mohammed//  Leave a Comment

Spring Data provides you several ways of consuming the REST repositories through a JavaScript frameworks. We have already provided a set of tutorials that discussed about using Spring Data REST with jQuery, AngularJS, Backbone.js and Rest.js. For this tutorial we’re going to explain you how could Sencha Touch be integrated for accessing the services. Sencha Touch, a high-performance HTML5 …

Category: Spring FrameworkTag: GemFire, Sencha Touch, Spring Data REST

PrimeFaces + Spring Data using PagingAndSortingRepository Example

June 4, 2014 //  by Amr Mohammed//  Leave a Comment

In general, Spring Data JPA module implements the Spring Data Commons repository abstraction to ease repository implementations. As well as the Spring Data repository approach allows you to get rid of most of the implementation code by using a plain interface definition. You’ve leveraged repository implementation in your applications by creating an interfaces that extends the …

Category: Spring FrameworkTag: MySQL, PrimeFaces, Spring Data, Spring Repository

Spring Data REST + GemFire + Rest.js Integration

June 3, 2014 //  by Amr Mohammed//  Leave a Comment

In our previous tutorials I have explained about Spring Data REST + GemFire + jQuery Integration and backbone.js integration. REST (Representational State Transfer) is one of the most effective ways Spring Data REST provides for consuming services. Client can be client side frameworks like AngularJS, jQuery, Backbone and Rest libraries. In this tutorial, you’re going to see …

Category: Spring FrameworkTag: GemFire, Rest.js, Spring Data REST

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 18
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

EJB 3.0 Timer Services

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact