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

@SpringBootApplication Annotation in Spring Boot

March 16, 2016 by Krishna Srinivasan Leave a Comment

@SpringBootApplication annotation is a convenience annotation introduced from Spring Boot 1.2.0. If you have worked on the earlier spring boot versions, it is common that main class always annotate with the following annotations: @Configuration : This annotation is not specific to the spring boot applications. This annotation tags the class as the source for bean definitions. […]

Filed Under: Spring Framework Tagged With: Spring Boot Annotations

Ultimate Guide for Spring Boot DevTools

March 9, 2016 by Krishna Srinivasan Leave a Comment

The main reason why Spring Boot is developed by Spring community is to simplify the packaging and deploying your spring applications to production. Keeping with that in mind, spring boot assumes all the default values loaded at startup is optimized for the production ready application. For example, caching of Thymeleaf templates are enabled by default which improves the performance in […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

Caching Support in Spring Boot

March 5, 2016 by Krishna Srinivasan Leave a Comment

This tutorial highlights the new features added as part of the spring boot 1.3.0 for caching support. Caching has been supported by spring boot, but there is no auto configuration option for the caching in spring boot until now. The new Spring Boot release 1.3.0 has introduced the following features that makes easier to use the caching within spring […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

REST API Best Practices

February 27, 2016 by Krishna Srinivasan Leave a Comment

REST becomes common approach for exposing the services to the outside world.  The reason for the popularity is because of it’s simplicity, easy to use, accessed through HTTP (REST can be accessed via any protocols, but most widely used with HTTP), etc. There is a common misconception that any resources exposed through network is considered as […]

Filed Under: Spring Framework Tagged With: REST API

Spring Framework 4.2.5 Released

February 26, 2016 by Krishna Srinivasan Leave a Comment

Spring team has released it’s latest release Spring Framework 4.2.5. This release is part of the Spring Framework 4’s maintenance release. There are no major changes or features planned as part of this release. This release focus mainly on fixing the issues and providing more stability to the Spring 4 release. It is highly recommended to […]

Filed Under: Spring Framework Tagged With: Spring Release

Spring Data Hopper Release

February 19, 2016 by Krishna Srinivasan Leave a Comment

Last week spring data team lead Oliver Gierke has announced that Spring Data‘s next release train Spring Data Release Train Hopper M1 has been released. Spring Data has wide list of sub projects that are managed independently as a separate project. In order to have compatibility of each other, Spring Data team releases all the sub […]

Filed Under: Spring Framework

Spring and JSON Example

November 6, 2015 by Krishna Srinivasan Leave a Comment

In this example I am going to explain how to get the JSON result in Spring Framework. One of my previous example about content negotiation talks about the same concept. But, here I want to re-visit the same topic with very simple example. Since Spring 3, we can get the JSON result out of the […]

Filed Under: Spring Framework Tagged With: Spring 3.0

Difference Between Java Singleton and Spring Singleton

November 4, 2015 by Krishna Srinivasan Leave a Comment

One of the common misunderstanding among Spring Framework developers is the difference between Spring Singleton and Java Singleton. Interestingly this turns out to be one of the popular interview questions for spring developers to check the understanding of singleton concepts. If you are working on Java and Spring technologies, it is quite important to know […]

Filed Under: Spring Framework

MySQL Configurations for Spring Boot Applications

October 16, 2015 by Krishna Srinivasan Leave a Comment

In my previous articles for Spring Data JPA, I have used in-memory databases like H2 for persisting data. But, these in-memory databases can not be used for the production. These are only used for the development environment. In this post I will explain the basic configurations for setting up the MYSQL database for your Spring Data […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials

Using @NamedQuery in Spring Data JPA

October 3, 2015 by Krishna Srinivasan Leave a Comment

In my previous article I have explained about how to use @Query annotation for writing the custom queries for Spring Data JPA applications. In this post, I will explain another type of writing the custom queries using @NamedQuery annotation that is part of the JPA specification. What is NamedQuery? There are two types of queries […]

Filed Under: Spring Framework Tagged With: Spring Data JPA

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