Giter Site home page Giter Site logo

raul810y / hibernatesearchinaction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emmanuelbernard/hibernatesearchinaction

0.0 1.0 0.0 24.84 MB

All the code examples from the book Hibernate Search in Action from Emmanuel Bernard and John Griffin published by Manning are available here.

Home Page: http://emmanuelbernard.com/books/hsia/

HTML 0.60% Java 11.32% SQLPL 88.08%

hibernatesearchinaction's Introduction

<html>
<head><title>Hibernate Search in Action - companion code</title></head>
<body>
<h1>Hibernate Search in Action - companion code</h1>
<p>This document explains how to use the companion code of Hibernate Search in Action</p>
<p>This code is released under the ASL 2.0 License, See LICENSE.txt and NOTICE.txt for more info.</p>
<h2>Project structure</h2>
<h3>src</h3>
<p>Contains the example codes.</p>
<h3>test</h3>
<p>Contains the test framework. Several tests are making sure the examples runs. The test framework uses TestNG.</p>
<h3>Dependencies</h3>
<p>You can find the libraries necessary to compile and run the tests in common/lib</p>
<h3>Build</h3>
<p>Each project contains an Ant based build system. The following tasks are available:
<ul>
<li>clean: clean resources</li>
<li>compile: compile the source code</li>
<li>test: run the TestNG tests. Results can be found in build/reports.</li>
</ul>
</p>
<p>This build has been tested with Ant 1.7 and JDK 1.5</p>
<h3>Eclipse users</h3>
<p>You can import each project in your workspace. Open a workspace pointing to the root directory. File -> import -> General -> Existing Projects into Workspace. Select the root directory as the code root directory (directory containing this file). Import all projects (including common).</p>
<p>This has been tested on Eclipse Europa. Using the TestNG plugin allows you to run TestNG tests from your IDE. The working directory for the tests mush be updated. In the Run dialog box, Arguments tab, replace Working directory with other... <code>${workspace_loc:chxx}/..</code>. Note that each project tests belong to the corresponding group chxx.</p>
<h3>IntelliJ users</h3>
<p>Open HSiA-DVDStore.ipr thout you can found in the root directory. Make sure that in preferences -> compiler the following resource patterns are present
?*.properties;?*.xml;?*.dtd;?*.txt;?*.sql . It should. Enjoy.</p>
<p>This procedure has been tested on IntelliJ 7.0.4. Using the TestNG plugin allows you to run TestNG tests from your IDE.</p>
<h3>Projects</h3>
<p><a href="ch02/readme.html">ch02</a><br/>
<a href="ch03/readme.html">ch03</a><br/>
<a href="ch04/readme.html">ch04</a><br/>
<a href="ch05/readme.html">ch05</a><br/>
<a href="ch06/readme.html">ch06</a><br/>
<a href="ch07/readme.html">ch07</a> (*)<br/> 
<a href="ch08/readme.html">ch08</a><br/>
<a href="ch09/readme.html">ch09</a><br/>
<a href="ch10/readme.html">ch10</a><br/>
<a href="ch11/readme.html">ch11</a> (*)<br/>
<a href="ch12/readme.html">ch12</a> (*)<br/>
<a href="ch13/readme.html">ch13</a> (*)<br/>
(*) no build file presently but Eclipse and IntelliJ IDEA files are working
</p>
</body></html>

hibernatesearchinaction's People

Contributors

johngsst avatar emmanuelbernard avatar sanne avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.