safe-eiffel / epom

Eiffel Persistent Object Management - a simple framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

		       EPOM	
an Eiffel library for Persistent Objects Management
  (c) 2001-2004 Paul-Georges Crismer and others

Released under the Eiffel forum license version 2.
http://www.opensource.org/licenses/ver2_eiffel.php
See hereunder.

Installation: 
	- copy directory structure

Library usage:
	- GOBO 3.3 and better

	Either
	 - ECLI
	Or
	 - EiffelStore (ISE)

Directory structure:

<code>
    ${EPOM}
	  + doc          documentation/specification
	  + examples
	  |  + books     books sample application
	  |
	  + src	         source files
</code>

Variables

	EPOM	Location of epom library
	
-----------------------------------------------------------------------
Eiffel Forum License, version 2

1: Permission is hereby granted to use, copy, modify and/or distribute 
   this package, provided that: 

	* copyright notices are retained unchanged, 
	* any distribution of this package, whether modified or not, 
	  includes this license text. 

2: Permission is hereby also granted to distribute binary programs which 
depend on this package. If the binary program depends on a modified version 
of this package, you are encouraged to publicly release the modified version 
of this package. 

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. ANY EXPRESS OR IMPLIED 
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT 
OF THE USE OF THIS PACKAGE. 

About

Eiffel Persistent Object Management - a simple framework


Languages

Language:Eiffel 95.7%Language:CSS 4.3%