Changes between Version 2 and Version 3 of JenaSesameCrossovers


Ignore:
Timestamp:
01/23/06 11:19:55 (18 years ago)
Author:
grimnes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JenaSesameCrossovers

    v2 v3  
    11Two projects claim to do this already:  
    22 
    3  * [https://sourceforge.net/project/showfiles.php?group_id=108268&package_id=116868&release_id=236821 Sesame-Jena Adapter] - A SAIL for Jena model. (i.e. access Jena through sesame api) - Last release May 8th - 2004. 
    4  * [http://www.ecs.soton.ac.uk/~wf/jsm.htm Jena Sesame Model] - A wrapper for a Sesame Repository, conforming to Jena Model and Graph interfaces. - Last release: July 2005 - (Claims to) work with Jena 2.2 and Sesame 1.2 
     3 * [https://sourceforge.net/project/showfiles.php?group_id=108268&package_id=116868&release_id=236821 Sesame-Jena Adapter]  
     4   * A SAIL for Jena model. (i.e. access Jena through sesame api) 
     5   * Last release May 8th - 2004.  
     6   * 3122 lines of code 
     7 
     8 * [http://www.ecs.soton.ac.uk/~wf/jsm.htm Jena Sesame Model]  
     9   * A wrapper for a Sesame Repository, conforming to Jena Model and Graph interfaces.  
     10   * Last release: July 2005  
     11   * (Claims to) work with Jena 2.2 and Sesame 1.2 
     12   * Does not pass included JUnit tests... 
     13   * 1869 lines of code. 
    514 
    615We need: 
     
    1019 * What about Jena Graph interface? 
    1120 
     21Should we just reimplement? A highly scientific counting of lines of code tells me: 3122 lines for JenaSail and 1869 for JSM...  
     22 
     23