The Java and Alfresco World

Tuesday, March 13, 2012

Override Super claass or interface Without Implements Or Extends

›
package oopsConcept; public class OverrideSuperWithoutImplementsOrExtends { public static void main(String[] args) { MyClass myCl...
Sunday, February 26, 2012

Sample StrutsPrepareAndExecuteFilter - struts2 framework

›
package org.apache.struts2.dispatcher.ng.filter; import java.io.IOException; import javax.servlet.*; import javax.servlet.http.HttpSer...

Sample error page.jsp for struts2 app

›
<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags"%> ...

JSP WITH SESSION TIMEOUT LISTENER

›
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ t...

JAVASCRIPT UTILITY FUNCTIONS WITH SAMPLE JQUERY AJAX

›
/*  * Function is used to call ajaxRequest  */ function ajaxRequest(actionName,dataUrl, callBack,options){ var optionsLocal = {...

Session and Context listener for web application

›
package com.listener; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import javax.servlet.http...

Global exception class for struts2 app

›
package com.exception; import com.opensymphony.xwork2.ActionContext; import com.opensymphony.xwork2.util.ValueStack; import com.proper...

Struts file upload example..

›
package com.action; import java.io.File; import org.apache.commons.io.FileUtils; import org.apache.struts2.ServletActionContext; im...
‹
›
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.