In this article, we will see how we can scrap the web using JSoup. Before getting into the details, we will see what is web scraping? and…
In this article, we will see how we can scrap the web using JSoup. Before getting into the details, we will see what is web scraping? and…
In this post, we will discuss the java job scheduler called “Quartz”. In a brief introduction, quartz is providing job scheduling infrastructure to integrate with standalone applications to large enterprise applications, to perform the defined tasks on scheduling basis.…
In the last post, we have seen how to set up Solr. In this post, we will see how to set up the data import handler to import the data from the database. Here, I…
In this post, we will discuss the Apache Solr installation using tomcat web container. In this article, we are using Apache Solr 4.2.1 version. By the time you read this article, if the latest…
In continuation of the last post(https://smarttechies.wordpress.com/2013/04/12/apache-solr-open-source-enterprise-search-platform/), Apache Solr is an open source enterprise search platform based on Apache Lucene. Here, I am providing answers to the common queries which will arise when we start to…
In this post, we can discuss the Apache Solr search. Before entering into the Solr, we will discuss “What is the importance of search in e-Commerce?” …
We have configured Apache as a load balancer for two apache tomcat instances. The tomcat instance1 is running on ajp port 8009 and the instance2 is running ajp port 8109 And the tomcat instances are running without having any errors…
We had a requirement to share Facebook image hosted in Facebook CDN back to Facebook by using Facebook streaming API. For example the image which…