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

@Query Annotation in Spring Data JPA

October 1, 2015 by Krishna Srinivasan Leave a Comment

In my previous post on Spring Data, I have explained the basic concepts and configurations for Spring Data JPA. In this tutorial, I am going to explain @Query annotation and how to create custom query using the @Query annotation. The greatest advantage of using Spring Data is that it implements the repositories at run time […]

Filed Under: Spring Framework Tagged With: Spring Data JPA

Spring Security Tutorial using Spring Boot

September 21, 2015 by Krishna Srinivasan Leave a Comment

In our earlier posts, we have written about Spring Security 3.0, Spring Security Login Example and How to get current username in spring security?. Those are quite old posts and there is lot of changes in the latest version of spring security. Another reason for this post is to write most comprehensive tutorial on spring security that […]

Filed Under: Spring Framework Tagged With: Spring Security Tutorials

Spring Cache Tutorial

September 15, 2015 by Krishna Srinivasan Leave a Comment

We have earlier written few interesting articles on caching in spring and another good article on @Cacheable and @CacheEvict annotations for caching in spring. This is another comprehensive tutorial for spring caching using Spring 4. Spring caching is available since 3.1, but spring 4.1 has added lot of cool features with the existing spring caching framework. […]

Filed Under: Spring Framework Tagged With: Spring Cache

Spring Data JPA Tutorial using Spring Boot

September 2, 2015 by Krishna Srinivasan Leave a Comment

This tutorial guides you through on building simple REST APIs using Spring Data JPA and Spring Boot. At the end of this tutorial, you would be able to write the applications with Spring Data JPA using Spring Boot. In our earlier tutorials we have covered about Spring Data JPA and JPA frameworks. But, this tutorial uses Spring […]

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

Complete Guide for Spring Boot Actuator

August 31, 2015 by Krishna Srinivasan Leave a Comment

Spring Boot Actuator You are here to learn about Spring Boot Actuator for collecting metrics about your production grade applications. Spring Boot Actuator is sub-project of Spring Boot and it is one of the nice feature that adds great value to the Spring Boot applications. Lets understand in this tutorial about spring boot actuator and […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

Working with SQL Databases and Spring Boot

August 21, 2015 by Mohamed Sanaulla Leave a Comment

In this tutorial I am going to explain your how to use SQL Databases and Spring Boot together. If you are working in a  Spring Framework projects, you should know very well about how to use  SQL databases and Spring Boot for persisting application data. SQL Databases are an integral part of any application being […]

Filed Under: Spring Framework Tagged With: SpringBoot Tutorials

Logging Configuration in Spring Boot

August 18, 2015 by Mohamed Sanaulla Leave a Comment

Logging is an important part of any application. Checking the logs is the first step towards debugging any issue. So logging the right information is important. At the same time logging too much can lead to bloated log file in turn using lot of disk space. In some applications developers use synchronous logging which can […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

Spring Boot : External Configurations for Spring Boot

August 14, 2015 by Mohamed Sanaulla Leave a Comment

This tutorials explains you the different ways how you can do external configurations for Spring Boot applications. When you work with the real time environments, External Configurations for Spring Boot would become important for the flexibility. If you have any questions, please write it in the comments section. Spring Boot : External Configurations for #SpringBoot http://t.co/tEFQ71UP3w […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

Spring : @EventListener in Spring 4.2

August 8, 2015 by Krishna Srinivasan Leave a Comment

This tutorial highlights the advantage of using @EventListener in Spring 4.2 for listening to the events. One of the most important feature added to the Spring 4.2 is support for annotation driven event listeners. Now you can enable/mark a method with annotation @EventListener. also read: Spring Tutorials ContextRefreshedEvent And ApplicationListener In Spring @EventListener is the […]

Filed Under: Spring Framework Tagged With: Spring 4.2 Tutorials

Spring 4.2 Released

July 31, 2015 by Krishna Srinivasan Leave a Comment

Spring IO community has announced its release of Spring Framework 4.2. There is no great or major features added as part of this release. This release is mainly for refining the existing features and minor new features. The following are the list of new features added as part of this release. In our earlier articles […]

Filed Under: Spring Framework Tagged With: Spring 4 Tutorials

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 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.