Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 06/07/05 10:22:21 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 8 8 9 9 Contacting the developers is currently done via [mailto:Sven.Schwarz@dfki.de,Malte.Kiesel@dfki.de?subject=[rdf2java]%20 email]. 10 11 <b>Attention!</b> This "documentation" is quite old. 12 If you are interested in rdf2java, be it that you want to use it or that you want to know more about it, 13 you should definitely contact the developers via the link above. 14 However, the following text gives at least a quite good feeling about what rdf2java is about.<br/> 15 One missing information is, for example, that rdf2java now contains a package named jena2java which 1. works with Jena and 2. allows lightweight wrapping of RDF instances instead of separat, redundant mapping (copying!) an RDF model to Java objects and vice versa. 10 16 11 17 == 1. Introduction == … … 165 171 rdf2java is a pure java tool, written using Java 2, JDK 1.3.1_02. Hence, I propose to NOT use an older JDK. However, the sources are included, whereas you could try to recompile the tool with whatever JDK you like. If you are using JBuilder 6 (or later), you will even find a project file "rdf2java.jpx", so you can open it directly into the JBuilder IDE and compile it, debug it, whatever... 166 172 167 Just download [http://www.dfki.uni-kl.de/~schwarz/rdf2java.zip rdf2java.zip] and extract it to some directory, e.g., C:\java\ (an rdf2java directory will be created there automatically). 173 Just download [http://www.dfki.uni-kl.de/~schwarz/rdf2java.zip rdf2java.zip] and extract it to some directory, e.g., C:\java\ (an rdf2java directory will be created there automatically).<br/> 174 However: This ZIP can be quite old, contact the developers (see link at the top of the page) for a newer one. 175 The reason for this is, that as are using subversion for development, the ZIP is not created automatically. Sorry for that inconvenience! 168 176 169 177 Top-level directories:[[BR]]