alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Hibernate example source code file (Book_Info.xml)

This example Hibernate source code file (Book_Info.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Hibernate tags/keywords

book_entities, book_entities, core, docbook, doctype, entity, getting, hibernate, hibernate_getting_started_guide, hibernate_getting_started_guide, oasis//dtd, started, system, xml

The Hibernate Book_Info.xml source code

<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Getting_Started_Guide.ent">
%BOOK_ENTITIES;
]>

<bookinfo id="Hibernate_Getting_Started_Guide">
    <title>Hibernate Getting Started Guide
    <releaseinfo>&version;
    <edition>1.0
    <pubsnumber>1
    <productname>JBoss Hibernate Core
    <productnumber>&version;
    <pubdate>&today;
    <issuenum>1
    <mediaobject>
        <imageobject role="fo">
            <imagedata fileref="images/hibernate_logo_a.png" align="center" />
        </imageobject>
        <imageobject role="html">
            <imagedata fileref="images/hibernate_logo_a.png" depth="3cm" />
        </imageobject>
    </mediaobject>
    <copyright>
        <year>İrightYear;
        <holder>İrightHolder;
    </copyright>
    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>

Other Hibernate examples (source code examples)

Here is a short list of links related to this Hibernate Book_Info.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.