Rajender Aggarwal - who has written 4 posts on Welcome to GlobalLogic Blogs.
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...Wednesday, January 4, 2012
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...Friday, September 9, 2011
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...Tuesday, August 30, 2011
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...
Wednesday, February 29, 2012
0 Comments