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” and other simple and smart way is to use Eclipse Capability with Heroku. To make things easier we will go [...]
Archive for the ‘JAVA’ Category
Resolve Error “ArtifactTransferException: Could not transfer artifact” or “Failure to Transfer” in Maven
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 (without Quotes) in Search Explorer of Window “%USERPROFILE%\.m2″. After running above command, “m2″ folder of maven will open. Now search for file (without Quotes) “*.lastUpdated”. [...]
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 salesforce with the help of OAuth and ITextPDF jar file. The reason of writing this article is that [...]
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” provided by the JRE to create a “keystore file”. The command to run tool is: keytool -genkey -alias tomcat [...]
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. This Complete topic is applicable for Java also. Before moving ahead let’s have a summary on what is “pass by value” [...]
How to create Immutable Class in Java
creating the Immutable class in Java with simple source code example
Create SOAP message using Java
Step by Step Example of creating SOAP Message using core Java API
Quartz framework tutorial with example – Schedule job in Java
Tutorial of the Quartz framework for Java. Schedule job without loosing the performance of the application
Step By Step Hibernate Tutorial Using eclipse WTP
Step By Step Hibernate (ORM Tool) Tutorial Using eclipse WTP
How to start the tomcat in debug mode for debugging in eclipse
This is the tutorial on How to start the tomcat in debug mode for debugging in eclipse
RSS Feed
Twitter
Posted in
Tags: