Yearly Archives: 2013

Building a Chrome Extension

                                                         The extension allows adding functionality to the Browser with familiar web technologies

Tagged with: , ,
Posted in Browser Extensions, Chrome Extensions

Auto Complete Suggestions Implementation Using Apache Solr – Approach3

              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

Tagged with:
Posted in Apache Solr, Auto Suggestions

Creating RESTful services using Spring

                                          Before spring supported REST, we used Jersy, RESTeasy, Restlet kind of frameworks to build the REST web services. From

Tagged with:
Posted in REST Services, Spring

Auto Complete Suggestions Implementation Using Apache Solr – Approach2

          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

Tagged with: , , ,
Posted in Apache Solr, Auto Suggestions

Auto Complete Suggestions Implementation Using Apache Solr- Approach1

                  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

Tagged with: ,
Posted in Apache Solr, Auto Suggestions

Memcached-a distributed memory object caching system

            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

Tagged with:
Posted in memcached, Performance

How to create RESTful web services using jersy

                               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

Tagged with: , ,
Posted in JAX-RS, Jersy REST, REST Services

Quartz Scheduler Configuration For Web Applications

                      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

Posted in Quartz Scheduler

Apache Solr – Facets Configuration

                 In the previous post, we have seen, how to configure Apache data import handler to import the data from the database to Solr and performed some basic search related queries on that.

Tagged with: ,
Posted in Apache Solr, Facetes Configuration, guided navigation

Quartz – Enterprise Open Source Job Scheduler – Part2

                 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

Tagged with: , ,
Posted in Quartz Scheduler, Scheduler
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou