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
I am a passionate technology enthusiast and Solutions Architect with deep expertise in Alfresco Content Services, Java/J2EE, Web Services & APIs, and Microservices Architecture. As a Certified Alfresco ECM SME and a certified professional in both AWS and Azure, I bring strong cloud engineering and Cloud FinOps advocacy experience to modern enterprise solutions. With extensive hands-on experience in Docker, distributed systems, and scalable cloud-native architectures, I focus on designing secure, high-performance, and cost-optimized platforms that solve real-world business challenges. Through this blog, I share practical insights, research findings, and solutions to complex technical problems encountered during development and architecture journeys—helping fellow tech enthusiasts and professionals grow and innovate.
You can connect with me on LinkedIn
View my complete profile
Powered by Blogger.