Saturday, April 05, 2025

Breaking News

Thursday, 17 April 2014

How to get the AmazonS3 client object in java

It is very important to know and understand the API's provided from AWS. AWS has provided some API's to connect to it's S3 bucket. We will using this to get the connection to amazon s3. Below...
Read more ...

Sunday, 6 April 2014

How to change the project facet Dynamic web module in eclipse

Here is another post on changing the dynamic web module version inside eclipse. This is very easy to change the version of the facet in eclipse. The steps to change the version is as follows: 1)...
Read more ...

Saturday, 5 April 2014

Spring Context Configuration for Database connection

Defining Spring context configuration for database connection This post helps in understanding the database configuration in spring in the form of bean. The code snippet for this configuration is...
Read more ...

Simple JDBC Connection in java

Simple JDBC Connection code in java This post is to get the simple JDBC connection in java.  // JDBC driver name and database URL static final String JDBC_DRIVER = "com.mysql.jdbc.Driver"; static...
Read more ...

Split String depending on delimiter in java

To Split a String with delimiter condition and form an array of string Considering a scenario where in we have read a line from csv or xls file in the form of string and need to separate the columns...
Read more ...

Read CSV File data and skip some rows from CSV file in java

To read the data from csv file need an opencsv.jar which helps in an easy way to read the csv file content which even contains data containing commas as well. Here is a simple example for reading the...
Read more ...

Monday, 24 March 2014

Social Media Login with Spring Application

In the good old days users logged in by using the combination of username and password. A growing number of users want to sign in by using their social media accounts. [ Reference from : Petri...
Read more ...
Designed By