How to Call Your Restful Web Service Using JMeter? Perform a Simple Load...
Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP- and Web Services Description Language (WSDL)-based Web services. Key evidence...
View ArticleBetter Logging for your Enterprise Java Application –...
If you are developing Java Application where you need to use the logger functionality, there are number of ways you could enhance the Logger Utility. To make sure that logging can be left in a...
View Article[G Suite] Google Forms Now Allowing users to Upload File from Google Drive,...
As you may have noticed on our Contact and Advertising page, we are using Google Form and it’s working out for us very well. Why to pay for monthly fees to other WordPress Forms provider as Google...
View ArticleHow to Setup Amazon S3 Correct Way for Your Discourse Forum – Setup Auto...
Yesterday I setup automatic file upload and backup upload to Amazon AWS S3. During setup I faced number of issues. Current documentation on Discourse Meta site is not up-to-date. It’s with old setup...
View ArticleSpring Framework 4.3.4 @Order Annotation Tutorial – Sort Order for an...
Web MVC framework – Spring is the best web controller framework and configuration model for Java based programming enterprise application. We do have more than 40 Spring MVC tutorials on Crunchify so...
View ArticleHow to Run Multiple Threads Concurrently in Java? ExecutorService Approach
Let’s take a look at this example again: How to get Ping Status of any HTTP End Point in Java? Have you noticed the thread execution for that example? It’s sequential. What if you have 500 endpoints?...
View ArticleJava Properties Files: How to Update config.properties File in Java?
Properties files are a popular mean of configuring applications. Of course Commons Configuration supports this format and enhances significantly the basic java.util.Properties class. This section...
View ArticleEscape Character Utility for URL and JSON data – Free to use in your Java...
What is escape character in Java? Mainly escape characters are the characters which replaces existing character with new & provided character which works best without throwing any error at...
View Article[Google Deals] Google Drive Storage Plans Live with Reduced Yearly...
It’s been little late but Google finally has yearly subscription plan discount live for some users. Couple of weeks back Google Announce discounted price on their blog. I do have Google G Suite...
View ArticleIn Java 8 How to Iterate Through java.util.Map and java.util.List? Example...
Do you want to iterate through java.util.Map and java.util.List in Java 8 using latest JDK8? I recently came across the same while working on my production application. Topic looks very simple but...
View ArticleHow to Add HTML Title Attribute to All WordPress Images Automatically For...
As you may have noticed or may be missed but WordPress currently doesn’t add Title attribute to any post images. Title attributes mainly use for mouse hover Tooltip which greatly improves readability...
View ArticleWordPress, Yoast SEO and Google Sitelinks Searchbox
Today I was reading Yoast’s article about Google Sitelinks Searchbox. Very interesting article and as we are using Yoast SEO on Crunchify, ideally Sitelinks Searchbox should be working out of the box....
View ArticleHow to Implement Insertion Sort Algorithm in Java? Detailed Example Attached
Java Insertion Sort algorithm logic is one of the many simple questions asked in Interview Questions. It sorts array a single element at a time. Very efficient for relatively small to medium set of...
View ArticleHow to Fix Maven Artifacts Could not be Resolved Error? Exclude jms, jmxri &...
I remember long time ago, I faced the same error and I tried fixing it by manually adding .jar files to my maven repository locally. I executed below command to install it in my localhost maven repo...
View ArticleHow to Submit Sitemap and Setup Yandex Webmaster Tool Correct Way for your...
Yandex is Russia’s biggest Search Engine like Google in US and other part of the world. Google Webmaster is an essential tool for all WordPress bloggers to find out all different kind of analysis...
View Article3 Best Free Contact Form Plugins for WordPress – Google Form is my Favorite
Have you ever wondered why there are so many Contact Forms WordPress Plugins? There are more than ~100 Free Contact forms WordPress plugins available out there in WordPress repository. Providing...
View ArticleUsing Disqus as a WordPress Comment System? Better use Disqus Conditional...
On Crunchify, we are using Disqus as our comment system. With strict moderation, awesome comment spam control, better subscription options, enhanced admin area, Disqus is one the best and widely used...
View ArticleWhat is Affiliate Cloaking and How to Cloak your Affiliate Link without...
Affiliate Cloaking is a very popular term for WordPress blogging platform. It is most common practice for blogger to have affiliate links on their blog. On Crunchify we have made some changes recently...
View ArticleHow to Modify Feedburner Email out Timing and Email Branding?
Email marketing is one of the major strategy for lots of companies. There are numerous email marketing tools out available for us to use. Some in the form of free plugins and some are paid. At...
View ArticleWhat is Lock(), UnLock(), ReentrantLock(), TryLock() and How it’s different...
In this tutorial we will go over Lock(), UnLock(), ReentrantLock(), TryLock() and how it’s different from Synchronized Block in Java. If you have also below questions then you are at right place....
View Article