Java

Build IVR System using Amazon Polly, Lambda and Twilio

Building an intelligent IVR system with a Bot handling the interaction with your end users and bringing in humans based…

6 years ago

Java Code to Invoke Twilio Rest API to Play Audio

This post represents sample Java code (example) to demonstrate how to invoke Twilio Rest API to play pre-recorded audio in…

6 years ago

Twilio & AWS S3 using Java & Spring Boot – Code Example

Twilio is a very popular communication service which could be used to send SMS, make the phone or video calls…

6 years ago

AWS Temporary Credentials with Java & Spring Boot

AWS Security Token Service (STS) is an Amazon web service which enables you to request temporary, limited-privilege credentials for AWS…

6 years ago

10 Spring Framework Interview Questions for Freshers

Spring Framework is one of the most popular and widely used Java frameworks which makes it very easy to create…

6 years ago

Amazon S3 with Spring Boot & Java – Sample Code

Amazon Simple Storage Service (S3) is an AWS object storage platform which helps you to store the files/data in form…

6 years ago

Amazon Polly Hello World with Java & Spring Boot

Amazon Polly is one cool AWS service which can be used to achieve requirements such as creating business, security alerts…

6 years ago

Spring Boot CommandLineRunner Code Example

Spring Boot helps you quickly get started with building a Spring-based web app in no time. All you need to…

6 years ago

Top 5 Java Rule Engine for 2017-2018

This is a list of top 5 rules engine which can be used in your Java application. Out of below 5 frameworks, Drools is the most…

6 years ago

Top 10 Tricky Interview Questions for Java Developers

Here is a list of top ten (10) tricky / popular interview questions and answers for Java developers. I got these questions out…

6 years ago

Setup Environment for Google AppEngine Java Project

This blog presents tips and techniques on how to set up environment for deploying Java web app on Google AppEngine…

7 years ago

Spring Boot with JSP Pages – Code Example

Following needs to be done to setup Spring boot web app with JSP pages Create a Spring Starter Project Create…

7 years ago

Springboot MongoDB Repository – Code Example

This blog represents code required to create a Spring boot application that uses Spring Data MongoRepository interface to connect with MongoDB database.…

7 years ago

Spring Boot Web Application with Eclipse in 5 Clicks

This article represents tips and code samples to get you started quickly with Spring web application within few clicks. Please…

7 years ago

Java – How to Fix java.lang.NoClassDefFoundError?

This article represents tips on How to Fix java.lang.NoClassDefFoundError when compiling a particular Java file. Please feel free to comment/suggest…

7 years ago

Java – How to Fix java.lang.UnsupportedClassVersionError Error?

This article represents tips on how to fix Java error such as UnsupportedClassVersionError. Please feel free to comment/suggest if I…

7 years ago