Pass by Value and Pass by Reference
This topic has always been part of discussion where the answer is not satisfactory and convinced to others. Using this article, I will try to explain the concept of parameter passing in Apex Method....
View ArticleSimple guide to setup SSL in Tomcat
I have enabled SSL in tomcat many times however initially I struggled to get it in running condition. So I thought to share a simple approach I am following now days. Step 1: Run tool “Keytool“...
View ArticleMerge PDF in Salesforce Using Java, ITextPDF and OAuth 2
Its long time, since i wrote any article because of my busy schedule However this time i came with advance one. In this article we are going to use the J2EE (Servlet) to Merge PDF attachment inside...
View ArticleResolve Error “ArtifactTransferException: Could not transfer artifact” or...
This is very short tips to resolve the errors “ArtifactTransferException: Could not transfer artifact” that may occur in Maven project in Eclipse. Steps to resolve: Open folder by running this text...
View ArticleCreating First Application in Heroku using Eclipse
Hello Readers, in this article we will see step by step procedure to deploy your first (Hello World) program in Heroku. There are two ways, first going through series of Commands of “Heroku” and “GIT”...
View ArticleIntroduction to Hibernate
Post by – Subhash Bhajankar What is the problem that hibernate is trying to solve? Let’s take an example of simple class that you have in your application. Referring Image 1, we have Employee...
View ArticleCreate Excel File in Java using Apache POI Library
Recently, I came across requirement to create ExcelSheet from thin Java Client used by Salesforce. So, I though to share my experience on Creating Excel Sheet in Java. As we know that Java is product...
View ArticleGenerating Single Executable jar file with all dependencies and libraries...
Generating Single Jar file with all dependencies in Eclipse is easy. We just need to follow below steps : Either from the context menu or from the menu bar’s File menu, select Export. Expand the Java...
View ArticleCreating custom ANT plugin or Task in Java
ANT is very powerful and one of the most used tool in Java and other platforms like Salesforce. In Salesforce, ANT is officially used to deploy changes on instances using Metadata API. It is also...
View ArticlePerforming Load Testing in Salesforce using Selenium and TestNG
When we build any custom solution in Salesforce, key is to write an efficient and meaningful Apex test classes for sure. However sometime we may need to test how custom application would behave in...
View Article