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

How to Calculate Averages and Medians of Arrays

September 6, 2016 by Krishna Srinivasan Leave a Comment

Finding the average and the median of an array using JavaScript can be a fairly painless process. If you do it right, it should only take a few lines of code to calculate the correct averages and medians for any given array. The average, which is the sum of all the values divided by the […]

Filed Under: JavaScript Tagged With: Arrays, Average, Medians

JavaScript Libraries to Keep Your Projects On-Trend

August 23, 2016 by Krishna Srinivasan Leave a Comment

Staying on top of modern design trends and learning how to execute them for your websites and projects can be a full-time job…unless you take advantage of these libraries and plugins. The following list of jQuery and JavaScript libraries and plugins will help you integrate some trendy effects (watercolors, video embeds, and fading transitions, to […]

Filed Under: JavaScript, jQuery Tagged With:  Aquarelle, Animsition, Choices.js, Magnific Popup, Slinky, Tabslet, TwentyTwenty, uperEmbed.js

Your Guide to the 4 Best GUI for Managing MongoDB

August 10, 2016 by Krishna Srinivasan Leave a Comment

MongoDB is an open source, NoSQL database that is incredibly dynamic. For some users, MongoDB databases and their content can be best accessed using a GUI (graphical user interface), which is essentially like a dashboard to manage the database and manipulate the data. There are many free MongoDB graphical user interfaces out there, and some […]

Filed Under: Java Tagged With: MongoBooster, MongoChef, MongoVue, RoboMongo

5 Ways to Streamline Your Node.js Applications

July 28, 2016 by Krishna Srinivasan Leave a Comment

Node.js is already a really efficient way to build quick web applications, but there’s always room for improvement. Think about implementing any of these tips into your Node.js app if you’re looking to speed up or clean up your applications.   Use Caching Caching is such a simple way to improve the performance of your Node.js […]

Filed Under: Java, NodeJS Tagged With: Caching, CSS/JS files, HTTP requests, NginX, Node.js

New Features in Spring Boot 1.4

April 14, 2016 by Krishna Srinivasan Leave a Comment

Last week spring boot team has announced the release of Spring Boot 1.4.0 M2. The final release is expected to be around next month. There is a lot of changes coming up in the new release. In this post, I am going to list down the summary of new features in spring boot 1.4. If […]

Filed Under: Spring Framework Tagged With: Caffeine Cache, Couchbase, Deserializer, Hibernate 5, JAR Layout, JSON Serializer, Narayana Transaction Manager, Neo4j, Spring Framework 4.3, Spring Release, Third Party Libraries

Spring Framework 4.3 RC1 Released

April 10, 2016 by Krishna Srinivasan Leave a Comment

This week spring framework lead Juergen Hoeller has announced in their blog that Spring Framework 4.3 RC1 is released. As we are aware, Spring Framework 4.3 release will be the final release in the Spring 4 series. The next release will be Spring 5 which is a major update to spring framework with Java 9 […]

Filed Under: Spring Framework Tagged With: Caffeine cache provider, Spring Release

Spring Boot Vs Dropwizard

April 9, 2016 by Krishna Srinivasan Leave a Comment

It is always an interesting and exciting task to compare two popular frameworks. This time the contenders are two of the most popular microservices frameworks in Java. In this tutorial, I am going to compare the various aspects of Spring Boot and Dropwizard. I have been working on Spring Boot for almost a year and […]

Filed Under: Spring Framework Tagged With: Dropwizard Tutorials, HTTP Servers, REST APIs Support, Spring Boot Tutorials

HOW TO Write REST API using DropWizard

April 7, 2016 by Krishna Srinivasan Leave a Comment

This tutorial is beginners guide for learning how to build and deploy your first Dropwizard applications. In this tutorial, I explain the basic concept of dropwizard and how to write a simple REST services using this framework. I have been working on Spring Boot for the last couple of months and very much inspired by […]

Filed Under: Dropwizard Tagged With: Microservices Framework

Spring Boot Configurations

March 25, 2016 by Krishna Srinivasan Leave a Comment

Spring Boot uses application.properties or application.yml for configuring the various application level settings. As we are aware that spring boot works with the opinionated default values that are more sensible to your applications. Most of the time you may prefer to override the default values with your own configurations. In this tutorial I am going […]

Filed Under: Spring Framework Tagged With: Actuator EndPoints, Enable Favicon Image, H2 Web Console, Log File Configurations, Properties File Location, Spring Boot, Spring Boot Tutorials, Spring MVC application, View Resolver Configuration

@RequestMapping Annotation in Spring MVC

March 22, 2016 by Krishna Srinivasan Leave a Comment

@RequestMapping annotation is used for mapping web requests to particular handler classes or handler methods. The classes or methods that are annotated with @RequestMapping will be scanned and registered as the URI mappings for that specific class or method. Any future web requests will be redirected to that class or method. This annotation is part […]

Filed Under: Spring Framework Tagged With: Spring Annotations

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