” Excerpted from Compass official DocumentationCompass Core is the most fundamental part of Compass. It holds Lucene extensions for transactional index, search engine abstraction, ORM like API, transaction management integration, different mappings technologies (OSEM, XSEM and RSEM), and more. The aim of Compass core is to be usable within different scenarios and environments, and simplify the core operations done with a search engine.Compass Gps aim is to integrate with different content sources. The prime feature is the integration with different ORM frameworks (Hibernate, JPA, JDO, OJB), allowing for almost transparent integration between a search engine and an ORM view of content that resides in a database. Other features include a Jdbc integration, which allows to index database content using configurable SQL expression responsible for extracting the content.Compass Spring integrate Compass with the Spring Framework. Spring, being an easy to use application framework, provides a simpler development model (based on dependency injection and much more). Compass integrates with Spring in the same manner ORM Frameworks integration is done within the Spring Framework code-base. It also integrates with Spring transaction abstraction layer, AOP support, and MVC library.
.
Disclaimer
Popular Posts
-
Method 1: We can use the following command to change the case sensitivity of the text-comparison of any table which we are going to create. ...
-
Here in this port you can find the list of Cache providers and their Concurrency support details. (Exerted from Official Hibernate Tut...
-
Hibernate is a powerful object relational mapping tool written in Java. Hibernate allows you to develop persistent classes mirroring o...
-
This is the first part of Spring Best Practices series as per my previous post . This post related with the best practices when using Sp...
-
Joda-Time provides a quality replacement for the Java date and time classes. At last Java 8 is coming up with completely re-designed Date...
-
Java 8 is having some really exciting features at both the JVM and language level. Below are the full features coming in Java 8. Ja...
-
What is Apache Spark ? Why there is a serious buzz going-on about this? If you are into BigData analytics business then, should you really ...
-
Before advice : Advice that executes before a join point, but which does not have the ability to prevent execution flow proceeding t...
-
This is the fourth part of Spring Best Practices series as per Best practices introduction post . This forth part is related with the be...
-
Cappuccino is an open source application framework for developing applications that look and feel like the desktop software users are famil...