RSS

Author Archives | Rajender Aggarwal

Rajender Aggarwal

Rajender Aggarwal - who has written 4 posts on Welcome to GlobalLogic Blogs.


Contact the author

Introduction to Java 7 Featuers

Wednesday, February 29, 2012

0 Comments

Date and Time API A new and improved date and time API for Java. The main goal is to build upon the lessons learned from the first two APIs (Date and Calendar) in Java SE, providing a more advanced and comprehensive model for date and time manipulation. Strings in [...]

Continue reading...

Maven Integration with PMD & FindBugs

Wednesday, January 4, 2012

0 Comments

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. In this blog, we will look at integration of [...]

Continue reading...

Hibernate Search with Lucene

Friday, September 9, 2011

0 Comments

This post is in continuation of my last post - http://blogs.globallogic.com/introduction-to-lucene - in which I gave a brief introduction to Lucene. There are many Web applications out there to provide access to data stored in a relational database, but what’s the easiest way to enable users to search through that data and find what they need? [...]

Continue reading...

Introduction to Lucene

Tuesday, August 30, 2011

1 Comment

Apache Lucene is an open-source, high-performance, full-featured text search engine written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. Lucene collects, parses, and indexes (or stores) data to facilitate fast and accurate information retrieval.

Continue reading...