The Java and Alfresco World

Sunday, February 26, 2012

Struts2-Spring Integeration and configutration

›

DATABASE INITIALIZER UTILITY..

›
package com.dbInitializer; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.PreparedStatement; import jav...

Apache commons mail utility

›
Following Jar files are required: 1: commons-email-1.2 2: mail.jar (java mail api) ***************************************************...

Sorting a Map using map value

›
For sorting a java Map on values i have used Comparator. Here is the demonstration. ----------------------------------------------------...

Sorting a Map based on values

›
/**  * The Class HashMapShortOnValue.  */ class MapShortOnValue{ /** * Gets the sorted result for hash map based on value. * ...

Sorting a Map using key objects

›
package collectionFramework; import java.util.Comparator; import java.util.HashMap; import java.util.TreeMap; /** * The Class HashMap...

Serialization of a singleton Object

›
package designPattern; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import ja...

SingletonDesign Pattern

›
package designPattern; import java.io.Serializable; import java.util.Scanner; /** * The Class SingletonPatternMultithreaded. */ pub...
‹
Home
View web version

About Me

My photo
Abhinav Kumar Mishra
A tech freak, Architect and Consultant. I am specialized in Alfresco Content Services, Java/J2EE, Webservices, Microservices, AWS, Azure, Docker and MarkLogic. This blog is a place for me to share knowledge and solution of problems that I have come across during the research/development. Visit My LinkedIn Profile for more details.
View my complete profile
Powered by Blogger.