Abhishek Somani
Abhishek is working as a senior java developer in a product start up .He has worked on various java related enterprise applications and frameworks. He loves to explore new technologies
MY BLOGS
-
Java, J2EE, Server
http://www.javaroots.com/
Tutorials and tips about Java , J2EE , Server , and various java related frameworks
LATEST ARTICLES ( 162 )
-
Configure Oracle DataSource Using Commons DBCP
Creating Oracle Database connection pool is very simple using Commons DBCP.Simply include these jars in your class path : commons-dbcp-1.4.jar... Read more
Posted on 13 September 2013 COMPUTING, TECH -
How to Create ThumbNail Images In Java
You can do image resizing in java by using imgscalr . You can create thumbnails easily , by providing desired width and height . Here is the Pom Dependency for... Read more
Posted on 09 September 2013 COMPUTING, TECH -
Have Fun !!
I have compiled some funny gif's from Programming Community on G+. When You try to refactor an old module When You Deployed Your app on production and bugs... Read more
Posted on 09 September 2013 COMPUTING, TECH -
Get Tables And Columns Details In Schema Using JDBC
This is a sample program written using java and JDBC API , to print all the tables in a database schema . It also prints columns available in the particular... Read more
Posted on 05 September 2013 COMPUTING, TECH -
Custom Interceptors And Logging in Mule ESB
Logging in mule is supported by SLF4J api . The default configuration can be found at $MULE_HOME/conf/log4j.properties . Application can be configured to have... Read more
Posted on 27 August 2013 COMPUTING, TECH -
How to Maintain History of Tables in Hibernate
To Maintain history of database or keep track of modification of database table row , we create a version table that contains fields identical to original table. Read more
Posted on 24 August 2013 COMPUTING, TECH -
How to Get Session Object In Spring MVC
Getting HttpSession Object in Spring Controller is very easy . Just Put it as a method parameter in controller method and Spring will automatically inject it .... Read more
Posted on 14 August 2013 COMPUTING, TECH -
Java Program to Convert Location in Latitude Longitude
Converting an address in to latitude and longitude (and vice versa ) is very easy using Google's GeoCoding API. GeoCoding is the process to convert a simple... Read more
Posted on 05 August 2013 COMPUTING, TECH -
How to Learn Data Structure And Algorithm
Recently I stumbled upon one answer in quora regarding for What should one do to master Data Structures and Algorithms? . I like one answer by Adtiya Agarwal... Read more
Posted on 02 August 2013 COMPUTING, TECH -
Chat Application Using Java Part - 2
This tutorial is about creating a chat application using java RMI , Socket connection and java swing . First let’s take a look at the functionalities we will... Read more
Posted on 01 August 2013 COMPUTING, TECH -
Chat Application Using Java Part - 1
This tutorial is about creating a chat application using java RMI , Socket connection and java swing .This is the first part of this two part tutorial series . Read more
Posted on 01 August 2013 COMPUTING, TECH -
Hibernate Inheritance Joined Strategy Example
In this post , we will learn to implement inheritance by using hibernate JOINED strategy . In this example we have a Person class which will have two fields... Read more
Posted on 30 July 2013 COMPUTING, TECH -
Top Five OpenSource E-Commerce Frameworks
Let's have a look at popular Opensource E-Commerce frameworks which can help building your store web site easily. Magento: Magento provides wide range of... Read more
Posted on 22 July 2013 COMPUTING, TECH -
Some Useful OpenShift Commands
OpenShift is a great tool to build and deploy your application on cloud. Apart from gui on your account , openshift also provide a powerful command line tool... Read more
Posted on 19 July 2013 COMPUTING, TECH -
How to Install ROR and Spree 2.0.x on Windows
Spree is a e-commerce development platform built in Ruby On Rails . In this post , we will install and run a sample web application built in spree. First of... Read more
Posted on 16 July 2013 COMPUTING, TECH -
How to Deploy War Application in Mule Standlone
Deploying war application on mule standalone is very simple using jetty connector . First of all create a mule project in your mule studio. Read more
Posted on 04 July 2013 COMPUTING, TECH -
Unable to Locate Compiler Error in Eclipse and Maven
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project test-commons: Compilation failure... Read more
Posted on 27 June 2013 COMPUTING, TECH -
IllegalStateException in Response.SendRedirect
Problem : IllegalStateException in Jboss As 7.1.1.Final HTTP Status 500 - type Exception report message description The server encountered an internal error ()... Read more
Posted on 26 June 2013 COMPUTING, TECH -
Create Custom Annotation In Java
Annotations are meta data to be used by compiler or run time environment.Creating your custom annotation in java is very simple . import... Read more
Posted on 25 June 2013 COMPUTING, TECH -
How to Secure Rest Services in Mule 3
Secure Rest Services in Mule 3 using HTTPS Endpoint : Creating rest services using mule is very easy . You can take help from this post.Now to make your... Read more
Posted on 25 June 2013 COMPUTING, TECH