ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/XMLPacketMaker.java
Revision 1.20 - (view) (annotate) - [select for diffs]
Sun Aug 1 10:41:08 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

Revision 1.19 - (view) (annotate) - [select for diffs]
Wed Feb 5 14:27:59 2003 UTC (21 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
Util package has been pulled out of the server. Next step will be to modify
the server and conient (and anything else?) to use this instead. New
package name is uk.org.iscream.cms.util. All the java files were moved with
a repo copy, so they retain their history.

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 21 16:47:20 2002 UTC (21 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17
Added URL to GPL headers.

Revision 1.17 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:04 2002 UTC (21 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.16: +22 -3 lines
Diff to previous 1.16
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

Revision 1.16 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:35 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
Major change in the java package naming. This has been held off for some time
now, but it really needed doing. The future packaging of all i-scream products
will be;

uk.org.iscream.<product>.<subpart>.*

In the case of the central monitoring system server this will be;

uk.org.iscream.cms.server.*

The whole server has been changed to follow this structure, and tested to a
smallish extent. Further changes in other parts of the CMS will follow.

Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Mar 16 00:39:42 2001 UTC (23 years ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.14: +7 -7 lines
Diff to previous 1.14
Using a static reference to the parser factory was probably not the best of
ideas. We had problems when everything was in one JVM, which could be explained
by the static reference.

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:30 2001 UTC (23 years ago) by tdb
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.13 - (view) (annotate) - [select for diffs]
Sat Mar 10 04:03:52 2001 UTC (23 years ago) by tdb
Branch: MAIN
Changes since 1.12: +15 -35 lines
Diff to previous 1.12
General tidying up, and alteration in the way XMLPacketMaker works. It now only
needs to be created once, and can then be "used" multiple times to parse XML.

Revision 1.12 - (view) (annotate) - [select for diffs]
Sat Mar 10 02:03:55 2001 UTC (23 years ago) by tdb
Branch: MAIN
Changes since 1.11: +10 -14 lines
Diff to previous 1.11
Changed to use the newer parsing libraries.

Revision 1.11 - (view) (annotate) - [select for diffs]
Sat Mar 10 00:49:39 2001 UTC (23 years ago) by tdb
Branch: MAIN
Changes since 1.10: +17 -7 lines
Diff to previous 1.10
A new parsing library.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Mar 1 16:55:11 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.9: +7 -7 lines
Diff to previous 1.9
Now throws an InvalidXMLException if the XML String cannot be parsed.

Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Jan 28 05:47:05 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.8: +14 -4 lines
Diff to previous 1.8
Some tidying up.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Jan 18 01:55:57 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.7: +3 -13 lines
Diff to previous 1.7
Removed references to the logger, to allow integration of XML classes into
the clients.

Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Dec 12 20:44:30 2000 UTC (23 years, 3 months ago) by ajm
Branch: MAIN
Changes since 1.6: +111 -86 lines
Diff to previous 1.6
use FormatName now for toStrings

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Dec 7 23:26:16 2000 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.5: +4 -3 lines
Diff to previous 1.5
Just a bit of debugging.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:38:17 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4
Changed package structure
uk.ac.ukc.iscream.refman and xml -> uk.ac.ukc.iscream.util

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:04:18 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.3: +10 -11 lines
Diff to previous 1.3
Changes to stop passing the Logger references etc around. Makes use of the new
Reference Manager.

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Nov 29 19:11:53 2000 UTC (23 years, 4 months ago) by tdb
Branch: MAIN
Changes since 1.2: +44 -6 lines
Diff to previous 1.2
Made the files conform to the template source file. Also made changes to fit in
with the new packages structure. No actual code was changed.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 23 09:36:07 2000 UTC (23 years, 4 months ago) by pjm2
Branch: MAIN
Changes since 1.1: +6 -7 lines
Diff to previous 1.1
Altered the printAll() method in the XMLPacket.

Added logging facilities to XMLPacketMaker.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 22 08:40:53 2000 UTC (23 years, 4 months ago) by pjm2
Branch: MAIN
Gave the UDP and XML processing classes a new home with the filter.

UDPReaderThread has been renamed to FilterThread

XMLPacketParser has been renamed to XMLStringParser (as that's what it
does!)

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a