Experiences Unlimited

Ramblings of a Developer

Sunday, January 24th, 2021

Menu

  • Home
  • About
  • Java
    • Java 7
    • java 8
    • Java 9
    • Java 10
    • Java 11
    • Java 12
    • JDK 13
    • JDK 14
    • Scala
  • Spring
    • Spring Boot
  • Books
  • Software Design

Configure Embedded H2 Console With Spring MVC Application

By Mohamed Sanaulla on November 19, 2017 • ( Leave a comment )

In our previous post we deployed a Spring MVC app using embedded H2 database to Tomcat. Browsing the data in an embedded DB is difficult because we cannot connect an external client […]

How to Deploy Spring Application Without web.xml to Tomcat

By Mohamed Sanaulla on November 18, 2017 • ( 1 Comment )

Introduction Since the Servlet 3 specification web.xml is no longer needed for configuring your web application and has been replaced by using annotations. In this article, we will look at how to […]

Using Google reCaptcha with Spring Boot application

By Mohamed Sanaulla on November 10, 2017 • ( 1 Comment )

Introduction reCaptcha by Google is a library used to prevent bots from submitting data to your public forms or accessing your public data. In this post, we will look at how to […]

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 • ( 3 Comments )

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 • ( 2 Comments )

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 […]

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 […]

Posts navigation

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

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

Join 1,798 other followers

Like on Facebook

Like on Facebook

Blog Stats

  • 827,339 visitors

Archives

Target Ad

Advertisements

Top Posts & Pages

  • Using Notepad++ to Compile and Run Java Programs
  • Integrating Amazon Cognito With Single Page Application (Vue.js)
  • Children- How important are they for the World?
  • Cohesion and Coupling: Two OO Design Principles
  • Null, null, Nil, Nothing, None, and Unit in Scala
  • Using Websocket with Spring Framework and Vuejs
  • Parsing XML using DOM, SAX and StAX Parser in Java
  • UnsupportedOperation exception while using Map in Java
  • CamelCase Notation- Naming Convention for Programming Languages
  • Using ROWNUM with ORDER BY in Oracle SQL

Recent Posts

  • How to use regular expression in Java?
  • How to parse number string with commas to Integer or Long?
  • Using Websocket with Spring Framework and Vuejs
  • Advanced profile management in Spring Boot
  • JDK 14 – JEP 361 Switch Expressions out from preview
  • JEP 355 Text Blocks in JDK 13
  • Integrating Amazon Cognito With Single Page Application (Vue.js)
  • Integrate Spring Boot Application with Amazon Cognito
  • How to Create QRCode Using QRGen in Java
  • JDK 12 – JEP 325 Switch Expressions

Recent Comments

Joz Favreau on Integrating Amazon Cognito Wit…
Joz on Integrating Amazon Cognito Wit…
JDK 12 – JEP 3… on JDK 14 – JEP 361 Switch…
JDK 14 – JEP 3… on JDK 12 – JEP 325 Switch…
Joel Cone on Integrating Amazon Cognito Wit…

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