W3C CVS Root

CVS log for java/classes/org/w3c/rdf/examples/SiRPACServlet.java

[BACK] Up to [Public] / java / classes / org / w3c / rdf / examples

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 8 19:32:47 2001 UTC (22 years, 11 months ago) by barstow
Branches: MAIN
CVS tags: rel-2-2, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -2 lines
Fix default namespace prefix for online resources ...

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 8 19:10:06 2001 UTC (22 years, 11 months ago) by barstow
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +51 -17 lines
Added support for the NTriples format.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 22 23:04:14 2001 UTC (23 years, 2 months ago) by barstow
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +16 -7 lines
Addes support for embedded and linked PNG graph files.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 20 18:23:42 2001 UTC (23 years, 3 months ago) by barstow
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +177 -79 lines
GraphViz enhancements [requires GraphViz version 1.7.4]:

o The DOT file may be saved [is not saved by default]
o Added support for generating the graph image in the following
  formats: SVG, PostScript, HP-GL (pen plotters), HP-PCL (Laserwriters)
o Added support for generating NO graph at all
o All of the new format and GIF are accessed via a link [the default,
  however, is still an embedded GIF]

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 5 22:56:51 2001 UTC (23 years, 3 months ago) by barstow
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +30 -30 lines
BUG FIXES: the triples generated for the servlet's table and graph may
 be out of sync.  When the RDF is given online, it's genid's should be
 flagged as such.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 30 23:10:11 2001 UTC (23 years, 3 months ago) by barstow
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +13 -10 lines
ENHANCEMENT: Changed the triple output to be in a table.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 18 20:07:31 2000 UTC (23 years, 5 months ago) by barstow
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +104 -22 lines
Added support for sending a new parameter "URI".  If this is
present in a request, it will take precedence over any text in
the RDF parameter and document at the given URI will be parsed.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 1 17:18:58 2000 UTC (23 years, 6 months ago) by barstow
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -1 lines
barstow: added a call to the parser's setGenindNumber(int) method so
  that the genids in the triple output will be the same as the genids
  in the graph.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Nov 1 01:58:57 2000 UTC (23 years, 6 months ago) by barstow
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +48 -6 lines
barstow: added support for a new parameter "SAVE_RDF" which if set
  to "on", will copy the RDF to a file.  Also added the number of
  triples processed to the output.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 27 19:52:27 2000 UTC (23 years, 6 months ago) by barstow
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
barstow: remove bogus link that gets created at the bottom of the page.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 26 21:48:44 2000 UTC (23 years, 6 months ago) by barstow
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -3 lines
barstow: Make replaceString public so it can be used by the
  servlet DumpConsumer.  Move printFooter so it is called
  before the graph is generated.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 17 22:58:42 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
barstow: fix typos in stream mode code.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 17 20:34:46 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -3 lines
barstow: Added support for the POST to include a parameter named
  "STREAM".  If this parameter is set to "off", then the SiRPAC
  parser will be invoked with streaming turned off.  The stream
  mode is on by default but must be turned off to process the
  aboutEach[Prefix] attributes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 17 18:32:55 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +8 -3 lines
barstow: BUG FIX: parser must be re-initialized in doPost in case
  an error occured in the previous request.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 13 16:08:22 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -2 lines
barstow: changed the servlet name per the recommendation from Ted Guild.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 10 21:52:33 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -9 lines
barstow: cleanup; remove DOT file after the GIF file is created.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 9 19:11:06 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +86 -3 lines
barstow: added support for the Servlet request to contain colors
  for the nodes, arcs and their text; the graph orientation (Top to
  Bottom or Left to Right) and Font size.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 9 15:24:17 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +22 -17 lines
barstow: changed servlet parameter names.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 9 00:26:16 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +111 -39 lines
barstow: first attempt that works: generates a GIF from a DOT file
  and adds the GIF to am IMG element in the HTML page that is
  returned.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 5 03:56:30 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +162 -21 lines
barstow:  more progress ...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 4 18:18:23 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +54 -32 lines
barstow: updates ...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 4 15:47:00 2000 UTC (23 years, 7 months ago) by barstow
Branches: MAIN
barstow: Java Servlet file for an online version of SiRPAC.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster