JavaBeat

  • Home
  • 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)
  • Privacy

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 […]

Filed Under: Spring Framework Tagged With: 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 […]

Filed Under: JSF Tagged With: 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 […]

Filed Under: JavaScript Tagged With: Bower, Git, NodeJS Basics, npm

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 […]

Filed Under: Spring Framework Tagged With: 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 […]

Filed Under: Spring Framework Tagged With: 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 […]

Filed Under: Spring Framework Tagged With: 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 […]

Filed Under: Spring Framework Tagged With: 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 […]

Filed Under: Spring Framework Tagged With: GemFire, Rest.js, Spring Data REST

Spring Data REST + GemFire + AngularJS Integration

May 29, 2014 by Amr Mohammed Leave a Comment

This tutorial explains the integration between Spring Data REST, GemFire and AngularJS frameworks. We are going to develop a REST service which returns the JSON response and that will be accessed by the AngularJS web page. 1. Tools Required We’ve developed this tutorial by using the following tools: JDK 1.6. Tomcat 7. Maven 3. GemFire […]

Filed Under: Spring Framework Tagged With: AngularJS, GemFire, Spring Data REST

Spring Data REST + GemFire + jQuery Integration

May 28, 2014 by Amr Mohammed Leave a Comment

This tutorial explains how to integrate Spring Data REST, GemFire and JQuery frameworks. Multiple JavaScript frameworks can be integrated with the Spring Data REST for consuming the services. We’ve explained integration between Spring Data REST & AngularJS, where in a GemFire in-memory platform was used for presenting the data repository. Also read: Spring Data JPA Spring […]

Filed Under: Spring Framework Tagged With: jQuery, Spring Data, Spring REST

  • 1
  • 2
  • 3
  • …
  • 15
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.