Quantcast
Channel: JAVA – Jitendra Zaa's Blog
Browsing all 12 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Create SOAP message using Java

In this article, i am going to create the SOAP Message by using core Java Only. SOAP Stands for ” Simple Object Access Protocol”, which is used to exchange the structured information via Webservices....

View Article



How to create Immutable Class in Java

We have heard the word “Immutable class” lots of time in Java. The best example is class “String“. Immutable class is the class whose value cannot be changed throughout the life cycle. We cannot change...

View Article

Image may be NSFW.
Clik here to view.

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 Article

Image may be NSFW.
Clik here to view.

Simple 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 Article

Image may be NSFW.
Clik here to view.

Merge 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 Article


Resolve 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 Article

Image may be NSFW.
Clik here to view.

Creating 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 Article

Image may be NSFW.
Clik here to view.

Introduction 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 Article


Image may be NSFW.
Clik here to view.

Create 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 Article


Generating 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 Article

Image may be NSFW.
Clik here to view.

Creating 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 Article

Image may be NSFW.
Clik here to view.

Performing 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
Browsing all 12 articles
Browse latest View live




Latest Images