CInformatique

Search

Other Resources










Hibernate/

Related Tags: + Articles  + Axis  + Code  + Components  + Databinder  + Dependency  + Distribution  + Eclipse  + Frameworks  + Hsql  + Java  + JavaBeat  + Jpa  + Lucene  + Maven  + MVC  + MySQL  + OpenSource  + Oracle  + Plugins  + Répertoire  + SASH  + Search  + SourceLabs  + Spring  + Struts  + Tutorials  + Wicket 

Results

Introduction to Hibernate Search using Lucene

Tags:  + Hibernate  + Lucene  + Search  Introduction to Hibernate Search Bring the power of Lucene to your database-backed applications Many Web applications exist to provide access to copious amounts of 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? In More...

Hibernate Tools for Eclipse and Ant

Tags:  + Eclipse  + Hibernate  + Plugins  Hibernate Tools for Eclipse and Ant Hibernate Tools is an entirely new toolset for Hibernate3 (see this page for an overview of the Hibernate 2.x toolset), implemented as an integrated suite of Eclipse plugins, together with a unified Ant task for integration into the build cycle. Hibernate Tools is More...

wicket hibernate query panel

Tags:  + Components  + Hibernate  + Wicket  wicket hibernate query panel It's so easy to create components in wicket that I almost create one reusable component a day! After the JQuery tab panel and a JQuery accordion panel, I've now setup a more complete component: a panel where you can enter an hibernate query and execute it. This is very s More...

Introduction to Hibernate Caching

Tags:  + Articles  + Hibernate  Introduction to Hibernate Caching Introduction. First-level cache. Second-level cache. Cache Implementations. EHCache. OSCache. SwarmCache. JBoss TreeCache. Caching Stringategies. Read-only. Read-Write. Nonstriict read-write. Transactional. Configuration. element. Caching the queries. Custom More...

Integrating Spring with Hibernate

Tags:  + Articles  + Hibernate  + Spring  Integrating Spring with Hibernate by JoyChristy 16/10/2007 Page 1 - Introduction to Spring and Hibernate Page 2 - Integration Sample Page 3 - Creating Hibernate and Spring configuration files Page 4 - Defining the EmployeeDao class Discuss Here If you are new to Spring and Hibernate frameworks, plea More...

Hibernate Criteria Interface

Tags:  + Hibernate  org.hibernate Interface Criteria Criteria is a simplified API for retrieving entities by composing Criterion objects. This is a very convenient approach for functionality like "search" screens where there is a variable number of conditions to be placed upon the result set. The Session is a factory f More...

10 things I learned about using Hibernate/JPA successfully

Tags:  + Articles  + Hibernate  + JPA  Permanent Link to 10 things I learned about using Hibernate/JPA successfully 10 things I learned about using Hibernate/JPA successfully 1) Become friends with the DBAs. 2) Use (and enforce) good naming standards from the beginning. 3) Don’t try to map every attribute (and association). 4) Let the da More...

Mini-Guide : Hibernate and. NHibernate - Hibernate news, communities and mailing lists

Tags:  + Articles  + Hibernate  Permanent Link: Mini-Guide: Hibernate and NHibernate Mini-Guide: Hibernate and NHibernate News and Community Hibernate Forums Hibernate Wiki Hibernate Blog Hibernate News Mailing List: hibernate-announce -General Hibernate-related announcement Mailing List: hibernate-commits -Source control commit n More...

An introduction to HIbernate 3 Annotations

Tags:  + Articles  + Hibernate  An Introduction to Hibernate 3 Annotations Generating Primary Keys One thing Hibernate is good at is automatically generating primary keys. The Hibernate/EBJ 3 annotations also provide a rich support for automatic key generation, allowing a variety of strategies. The following example illustrates a  More...

Hibernate Search integrates Lucene

Tags:  + Hibernate  + Lucene  Hibernate Search Hibernate Search brings the power of full text search engines to the persistence domain model and Hibernate experience, through transparent configuration (Hibernate Annotations) and a common API. Full text search engines like Apache Lucene(tm) allow applications to execute free-text More...

Agile Database Refactoring with Hibernate

Tags:  + Articles  + Hibernate  + Java  Agile Database Refactoring with Hibernate In this article, we will show readers how to upgrade their faulty schemas and data models without affecting existing applications or processes. By using the latest technology from Hibernate (version 3.0 and up)--along with a combination of database views, st More...

Hibernate Chapter 2. Entity Beans

Tags:  + Articles  + Hibernate  Chapter 2. Entity Beans 2.2. Mapping with EJB3/JPA Annotations 2.2.1. Declaring an entity bean 2.2.1.1. Defining the table 2.2.1.2. Versioning for optimistic locking 2.2.2. Mapping simple properties 2.2.2.4. Non-annotated property defaults 2.2.. Mapping identifier properties 2.2.4.1. Table per class More...

Hibernate Tools Eclipse plugins features

Tags:  + Eclipse  + Hibernate  + Plugins  The following features are available in the Hibernate Tools Eclipse plugins: Mapping Editor: An editor for Hibernate XML mapping files, supporting auto-completion and syntax highlighting. It also supports semantic auto-completion for class names and property/field names, making it much more versatil More...

Apache Lucene Integration with Hibernate

Tags:  + Articles  + Hibernate  + Lucene  Hibernate Search Apache Lucene™ Integration Reference Guide CInformatique - Java and OpenSource Resources CInformatique.com More...

Hibernate Tools for Eclipse and Ant

Tags:  + Eclipse  + Hibernate  + Plugins  Hibernate Tools for Eclipse and Ant Hibernate Tools is an entirely new toolset for Hibernate3 (see this page for an overview of the Hibernate 2.x toolset), implemented as an integrated suite of Eclipse plugins, together with a unified Ant task for integration into the build cycle. Hibernate Tools is More...

Hibernate Search Engine with Spring and Lucene [3]

Tags:  + Articles  + Hibernate  + Lucene  + Spring  null More...

Hibernate Search Engine with Spring and Lucene

Tags:  + Articles  + Hibernate  + Lucene  + Spring  Permanent Link: Simple Hibernate Search Engine Simple Hibernate Search Engine Posted by wireframe under Java [6] Comments My goal was create a simple search framework to handle simple searching for the majority of my domain objects out of the box. I wanted all of my objects to be placed into the sam More...

Tutorial - Lucene integration with Spring and Hibernate

Tags:  + Articles  + Hibernate  + Lucene  + Spring  Lucene integration with Spring and Hibernate. This tutorial's purpose is to show how to integrate lucene in a java web application using spring and hibernate. I originally wrote a short how-to for this but I was getting so many questions that I decided to turn it into a more detailed tutorial with a More...

Hibernate Search Module integrated with Apache Lucene

Tags:  + Hibernate  + Java  + Lucene  + Search  4.2. Hibernate Search Full text search engines like Apache Lucene™ are a very powerful technology to bring free text/efficient queries to applications. If suffers several mismatches when dealing with a object domain model (keeping the index up to date, mismatch between the index structure and the do More...

Developing J2EE Applications using Hibernate Annotations and Spring MVC

Tags:  + Hibernate  + Java  + MVC  + Spring  Developing J2EE Applications Using Hibernate Annotations and Spring MVC The first part of this three-part series introduced you to the latest JDK5 annotations feature. In this part, you will learn how to apply these annotations to develop real-world applications. With the combination of Hibernate an More...

Maven dependencies for major databases and hibernate configurations

Tags:  + Dependency  + Hibernate  + Hsql  + Maven  + MySQL  + Oracle  DatabaseConfigurations Derby MySQL H2 Oracle PostgreSQL. Microsoft SQL Server HSQLDB CInformatique.com More...

JavaBeat Répertoire d'articles Spring

Tags:  + Articles  + Hibernate  + Java  + JavaBeat  + Répertoire  + Spring  JavaBeat Page 1 of 24 articles SpringContracts 0.3 available - Design by Contract for Spring SpringContracts is an extendable Java solution for Design By Contract that integrates seamlessly with the Spring Framework for easy activation and configuration. Hibernate vs. Spring So. In the previous post More...

Wicket Stuff wicket-phonebook example

Tags:  + Code  + Hibernate  + Java  + Spring  + Tutorials  + Wicket  [IMG] wicket-phonebook Overview Wicket Phonebook is an example of Spring[IMG] & Hibernate[IMG] usage in a Wicket web-app. The database is an in-memory HSQLDB[IMG] DB - In this example, the schema gets generated automatically every time the app starts up. Hooking up to a different database is a simpl More...

Sash Stack SourceLabs

Tags:  + Axis  + Distribution  + Hibernate  + OpenSource  + SASH  + SourceLabs  + Spring  + Struts  [IMG] Spring Framework 1.2.7-3 Axis 1.3-3 Struts 1.2.9-1 Hibernate 3.1.3-1 More... SASH integrates into a single distribution and provides a support, maintenance and upgrade subscription to the most popular Open Source Java projects, including all project dependencies. As part of the certification p More...

Databinder, data driven wen applications

Tags:  + Databinder  + Frameworks  + Hibernate  + Java  + Wicket  [IMG] Databinder is a Java programming toolkit for data–driven Web applications. It’s based upon the Wicket Web component framework and Hibernate object-relational mapping service. Generally preferring creativity over convention, Databinder’s aim is to facilitate database programming for the Web tha More...

Related Posts for Hibernate


Loading...