AEM Useful Links CQ5 AEM Tricks of Trade How to create OSGi service Download dispatcher web server module Restrict content to specific publisher in AEM Creating custom akamai replication agent in AEM CQ dispatcher flush agent setup Create fresh AEM service using maven archetype project AEM Interview questions Project creation using lazybones AEM Demo Machine Configure AEM […]
Window batch scripts
Project folder/sub-folder creation script @ECHO OFF rem ############ Author: Prahlad Dutta ############ rem ############ Date: 09/11/2017 ################# rem ############ Description: project folder creation scripts ############ rem Set envrionment variables set PROJECT_DIR=”D:PrahladProject” set BKUP_DIR_NAME=”Backup” set BILL_DIR_NAME=”Bills” set CODEBASE_DIR_NAME=”Codebase” set CONTENT_DIR_NAME=”Content Package” set DEPLOY_DIR_NAME=”Deployment” set DOC_DIR_NAME=”Documents” set HTML_DIR_NAME=”HTML” set WORKSPACE_DIR_NAME=”Workspace” set TESTING_DIR_NAME=”Testing” SET /P project_name=Please enter your […]
Bookmarks | Useful links
Common Daemon process procrun service application (prunsrv) HTML Codes – Table of ascii characters and symbols How to create dynamic web project in eclipse using maven Free logo maker and logo design List of all ports Youtube API reference for iframe embeds Youtube embedded player parameters How to delete and recover gmail account Online java […]
linux command | linux command cheat sheet
File Management ls – List files and folders cd – Change directory pwd – Present working directory mkdir – Make a new empty directory rmdir – Remove an empty directory cp – Copy files or directory rm – Remove files or directory mv – Move files or directory / Rename files or directory find – […]
Lifecycle of a Java Program
The above figure explains the lifecycle of a Java Program. In words, the figure can be explained as: A Java program is written using either a Text Editor like Textpad or an IDE like Eclipse and is saved as a .java file. (Program.java) The .java file is then compiled using Java compiler and a .class […]