The extension allows adding functionality to the Browser with familiar web technologies…
The extension allows adding functionality to the Browser with familiar web technologies…
In the previous articles, we have seen the auto-suggests setup with Apache Solr. In these days, the user experience has changed a lot and the way the sites are presenting the auto-suggestions to…
Before spring supported REST, we used Jersy, RESTeasy, Restlet kind of frameworks to build the REST web services. From…
In the PART-1 post, we discussed the basic setup to get the auto suggestions starting with the search keyword. In this article, we will discuss how to configure Apache Solr to get the auto-suggestions based…
In this article, we are going to discuss “how to set up auto suggest or auto-completion feature by using Apache Solr?“. Before getting into the setup, we will see “Why we…
In this article, we will learn about Memcache. We will learn the Memcache with question and answer approach. What is “Memcached”? Memcached is an in-memory key-value…
In this article, we are going to discuss “how to create REST(Representational State Transfer) service?” using Jersy implementation. Jersey is the open source, production quality, JAX-RS (JSR 311) reference…
In this article, we will discuss how to configure Quartz with the web application. To demonstrate, I have created a sample web application and the code is available at https://github.com/2013techsmarts/Quartz_Proj/tree/master/QuartzDemo…
In the last post, we have seen, how to create a scheduler and a job, and also the configuration of the job through programmatically. Now, we will see how we can configure the…