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

Spring REST

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 + 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 …

Category: Spring FrameworkTag: jQuery, Spring Data, Spring REST

Spring Data + MongoDB + REST Shell Integration

May 19, 2014 //  by Amr Mohammed//  Leave a Comment

This tutorial guides you through an example for understanding the integration between Spring Data, Spring REST and MongoDB. As you are going to use the rest-shell for achieving different operations against database. Entities will be persisted into MongoDB in the form of which an outer entity will save a reference to the inner one. Unlike the most …

Category: Spring FrameworkTag: MongoDB, Spring Boot, Spring Data, Spring REST

Spring Data Neo4j 3 REST Exporter – Converting Spring Boot JAR Application To WAR

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

This tutorial is the continuation of the previous tutorial for building the standalone application using spring boot. This guide walks you through the process of converting a runnable JAR application that was built with Spring Boot into a WAR file that you can run in any standard servlet container. You’ll take a simple Spring MVC web …

Category: Spring FrameworkTag: Neo4j, Spring Boot, Spring Data, Spring REST, WAR

Spring Data Neo4j 3 REST Exporter (Java Application)

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

This tutorial walks you through the process of creating an application that accesses graph-based data through a hypermedia-based RESTful front end. You’ll build a Spring application that let’s you create and retrieve Employee and Address objects stored in a Neo4j NoSQL database (Neo4j Server) using Spring Data REST. You’ll use the non embedded Neo4j for achieving …

Category: Spring FrameworkTag: Neo4j, Spring Boot, Spring Data, Spring REST

Spring Data REST Exporter

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

This tutorial provides the detailed instruction on how to use Spring Data REST project in your Spring MVC applications to export your JPA entities. The greatest advantage of using the Spring Data REST is that, it easily exports the entities and made available through the HTTP protocol. Using Spring Data REST repository exporter project, you …

Category: Spring FrameworkTag: Spring Boot, Spring Data, Spring REST

New Features in Spring Boot 1.4

RestController Annotation in Spring 4

November 21, 2013 //  by Krishna Srinivasan//  Leave a Comment

In this tutorial I am going to explain one of the new spring annotation @RestController introduced as part Spring 4 release. The spring 4 version comes up with lot of exciting new features. One of the API improvements is new RestController annotation which is inherited from the @Controller annotation. If you are interested in receiving …

Category: Spring FrameworkTag: Spring 4 Tutorials, Spring REST

Spring and Jersey Integration Example

November 14, 2013 //  by Krishna Srinivasan//  Leave a Comment

This tutorial explains how to write a simple example using Spring and Jersey. This example uses Jersey for the REST implementation, Spring is used for managing the beans. In my previous tutorial, I have explained how to write a simple REST application using Jersey. We also can use Spring alone for implementing the RESTful web …

Category: Spring FrameworkTag: Jersey, Spring Integration, Spring REST

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

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