Advertisements

Experiences Unlimited

Ramblings of a Developer

Wednesday, April 25th, 2018

Menu

  • Home
  • About
  • Java
    • Java 7
    • java 8
    • Scala
  • Spring
  • Books
  • Software Design

Using Mustache.js for Client-Side Templating

By Mohamed Sanaulla on October 31, 2017 • ( 1 Comment )

Introduction In this article, I will show you how to make use of Mustache.js for client-side templating. In this approach, we get the JSON data from an API, developed by you or […]

Aggregate and Index Data into Elasticsearch using Logstash, JDBC

By Mohamed Sanaulla on October 27, 2017 • ( Leave a comment )

Introduction In my previous posts here and here I showed you how to index data into Elasticsearch from a SQL DB using JDBC and Elasticsearch JDBC importer library. In the first article […]

My First book Java 9 Cookbook, Packt Publications – Over 100 Java recipes covered

By Mohamed Sanaulla on October 16, 2017 • ( Leave a comment )

  Packt Publications recently published Java 9 Cookbook co-authored by me along with my co-author, a seasoned developer, Nick Samoylov. Yes!! This is my first publication and hopefully first of much more to […]

Book Review: Murach’s Javascript and jQuery 3rd Edition

By Mohamed Sanaulla on October 15, 2017 • ( Leave a comment )

Murach’s Javascript and jQuery is a book useful for those who are beginning to learn Javascript and would want to try out jQuery as well. This book is divided into three sections: […]

WebUI Popover – Useful wrapper over Bootstrap Popover

By Mohamed Sanaulla on October 8, 2017 • ( Leave a comment )

Github Project page: WebUI Popover. Some of the examples: To create a closeable popover: $(“#popover-elem”).webuiPopover({ content: “Closeable content”, title: “Closeable”, closeable:true }); To create a non-dismissable popover: $(“#popover-elem”).webuiPopover({ content: “Non dismissible content”, […]

Using Gmail as SMTP server from Java, Spring Boot apps

By Mohamed Sanaulla on September 15, 2017 • ( 1 Comment )

Gmail users can use Gmail’s SMTP server smtp.gmail.com to send emails from their Spring Boot apps. For this let us do some setup in the app: Provide SMTP connection properties in the application.properties […]

Getting to know about java.nio.file.Path – 2

By Mohamed Sanaulla on September 5, 2017 • ( Leave a comment )

In Part 1 of this, we looked at most of the APIs in the java.nio.file.Path class. In this article, we will look at the remaining APIs. Using register() This API allows us […]

Installing Git and EPEL Packages on RHEL 5.*

By Mohamed Sanaulla on August 15, 2017 • ( Leave a comment )

I was looking to install Git on a Linux server running RHEL 5.*. And using the EPEL repos helped me to locate the required Git rpm along with its dependencies. I followed the following […]

Getting to know about java.nio.file.Path – 1

By Mohamed Sanaulla on August 9, 2017 • ( 4 Comments )

Introduction The last few released of Java namely Java 7, Java 8 and the upcoming Java 9 have quite a lot of features which makes the life of Java developers easier. (I […]

Index Data from a Relational Database into Elasticsearch – 2

By Mohamed Sanaulla on April 2, 2017 • ( 3 Comments )

In my previous article, we showed a straight forward way to index data from the relational database into Elasticsearch. In this article we will show you: Create mappings for the index Understand the […]

Posts navigation

‹ Newer 1 2 3 4 5 6 7 … 33 Older ›

Java 10 – JEP 286: Local-Variable Type Inference

Sample Logback Configuration for Spring Boot Profile Based Logging

Advertisements

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 1,861 other followers

Like on Facebook

Like on Facebook

Blog Stats

  • 508,626 visitors

Archives

Advertisements

Top Posts & Pages

  • Using Notepad++ to Compile and Run Java Programs
  • CamelCase Notation- Naming Convention for Programming Languages
  • Using JAXB to generate XML from the Java, XSD
  • Null, null, Nil, Nothing, None, and Unit in Scala
  • Converting a List into comma separated value string in Java
  • Getting rid of Getters and Setters in your POJO
  • "val" versus "var" Declarations in Scala
  • Spring Boot: Thymeleaf Template Decorator Using Thymeleaf Layout Dialect
  • Parsing XML using DOM, SAX and StAX Parser in Java
  • Using Lambda Expression to sort a List in Java 8 using Netbeans Lambda Support

Recent Posts

  • Java 10 – JEP 286: Local-Variable Type Inference
  • Sample Logback Configuration for Spring Boot Profile Based Logging
  • Creating Bootpag Like Pagination Component Using Vuejs
  • Creating Simple Component in Vuejs
  • Moving From Mustache.js and jQuery to Vuejs for Client Side View Management Reactively
  • Spring Boot: Thymeleaf Template Decorator Using Thymeleaf Layout Dialect
  • Java Interface – Journey Over the Years to Java 9 – Default and Private Methods
  • Configure Embedded H2 Console With Spring MVC Application
  • How to Deploy Spring Application Without web.xml to Tomcat
  • Using Google reCaptcha with Spring Boot application

Recent Comments

Atul Chaudhary on Java 10 – JEP 286: Local…
anood on Using Notepad++ to Compile and…
Web Development on Using Gmail as SMTP server fro…
al on Converting a List into comma s…
Priya on Cohesion and Coupling: Two OO…

2008 Season 2010 Season Books Code Design Elasticsearch Events Formula 1 General google Groovy HTML5 Java Java 9 Java 10 JavaFX javascript linux NetBeans IDE NITK Open Source Scala Sports Spring Spring Boot Sun CA Ubuntu Uncategorized Unix
  • Top categories: Java gids
Blog at WordPress.com.
Cancel