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

Spring Data Redis Example

May 6, 2014 by Amr Mohammed Leave a Comment

As you’ve read about Redis Installation & Configuration, you’re mostly understand the main concept of Redis database. Redis is an extremely high-performed, lightweight data store. It provides key/value data access to persistent byte arrays, lists, sets and hash data structures. So, the insertion, deletion and retrieve operations inside Redis becomes very simple how we have worked with using of Map, […]

Filed Under: Spring Framework Tagged With: Redis, Spring Data, Spring Data Redis

Spring Data Neo4j Tutorial

May 4, 2014 by Amr Mohammed Leave a Comment

This tutorial presents a well explained example application for using Spring Data Neo4j. In my previous article, I have explained about the Neo4j database installation in your Windows 7 system. Simply, it’s node and arcs; the nodes represent the business domain or entities, while the arcs works as a relationships between those defined entities. Social […]

Filed Under: Spring Framework Tagged With: Spring Data Neo4j Tutorials

DependsOn Attribute in Spring Configuration

May 3, 2014 by Krishna Srinivasan Leave a Comment

This example shows how to use the dependsOn attribute for loading the depended beans referenced by another bean. dependsOn is a attribute as part of the bean tag and it takes the comma separated bean names which are loaded before the actual bean is instantiated. Lets look at the syntax for using the dependsOn attribute. […]

Filed Under: Spring Framework Tagged With: Spring MVC

Spring : How To Load Properties File using @Value Annotation

May 3, 2014 by Krishna Srinivasan Leave a Comment

This example shows how to load the properties file values using the @Value annotation. Accessing the property file values in the Spring application involves the following steps: Add the property file details to spring bean configuration file. You have to use the “classpath” prefix if you want to load the files from the classpath. Create […]

Filed Under: Spring Framework Tagged With: Spring Annotations

How To Pass Multiple Parameters To Spring MVC Controller

May 3, 2014 by Krishna Srinivasan Leave a Comment

This example shows how to pass the multiple parameters to the Spring controller. In our previous article, I have explained how to use the @PathVariable to pass the parameters to the controller. This example shows a simple example on how to pass multiple parameters using the @PathVariable. 1. Spring Controller HelloController.java 2. Spring Configuration spring-dispatcher-servlet.xml […]

Filed Under: Spring Framework Tagged With: Spring MVC

ContextRefreshedEvent And ApplicationListener In Spring

April 28, 2014 by Krishna Srinivasan Leave a Comment

This example shows how to use ApplicationListener in Spring framework. If you implement your own listener with the use of ApplicationListener, you can invoke the method at the start up of the spring application. SpringContextListener.java spring4-mvc-dispatcher-servlet.xml web.xml

Filed Under: Spring Framework Tagged With: Spring Events

Spring Data JPA + Querydsl Integration

April 26, 2014 by Amr Mohammed Leave a Comment

As you’ve get introduced at Spring Data – JPA, about Inquiring entities using all of those benefits that provided by Repository. So, either you are using those default methods such as findOne() and findAll() or you are using those User-Defined ones that depends on the Query Derivation concept, you are almost getting headache, because of those many details that […]

Filed Under: Spring Framework Tagged With: Querydls, Spring Data

Spring Data MongoDB Tutorial

April 26, 2014 by Amr Mohammed Leave a Comment

Spring Data for MongoDB is part of the umbrella Spring Data project which aims to provide a familiar and consistent Spring-based programming model for new data stores while retaining store-specific features and capabilities. The Spring Data MongoDB project provides integration with the MongoDB document database. Key functional areas of Spring Data MongoDB are a POJO centric model […]

Filed Under: Spring Framework Tagged With: MongoDB, NOSQL, Spring Data

Spring Data JPA Tutorial

April 24, 2014 by Amr Mohammed Leave a Comment

Persistence API (JPA) provides POJO (Plain Old Java Object) standard and object relational mapping (OR mapping) for data persistence among applications. Persistence, which deals with storing and retrieving of application data, can now be programmed with Java Persistence API starting from EJB 3.0 as a result of JSR 220. This API has borrowed many of […]

Filed Under: Spring Framework Tagged With: JPA, Spring Data, Spring Data JPA

Spring Tool Suite 3.5.0 Released

April 5, 2014 by Krishna Srinivasan Leave a Comment

Last week Spring IO team has announce the next major release of their IDE Spring Tool Suite 3.5.0. If you are not familiar with their IDE, it is built on top of the Eclipse IDE to support the spring applications with easy to use features. It would support all the spring features out of the […]

Filed Under: Spring Framework Tagged With: Spring Tool Suite

  • « Previous Page
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 24
  • 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.