ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/Makefile
Revision 1.13 - (view) (annotate) - [select for diffs]
Mon May 5 22:05:03 2003 UTC (21 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -6 lines
Diff to previous 1.12
Tidy up of the client interface code - more commonly known as the
"right hand side of the server". Right since the start the filter
side of the server has been nice and tree like - every Filter sent
data to another Filter. At the top of the tree there was a "special"
Filter known as the RootFilter, which to the other Filters just
looked like a normal Filter. This was nice, and simple, and expandable.

The Client Interface on the other hand was messy. The root filter
had some hacky wrapper threads which pulled from a queue and pushed
to the relevant client interfaces (one for real time stuff, and the
other for databases). There was no simple room for expandability -
it was all hardwired to do just what was needed at the time.

This commit changes that. A Client Interface now connects to another
Client Interface, with a special one being found in the RootFilter
(yes, maybe that needs a name change now :-). So we can chain client
interfaces, and move other bits and bobs around in the server - for
example, alerting no longer needs to be connected to the Client
Interface, it can connect straight to the RootFilter (or, wherever
the config tells it ;).

Hopefully this sanitizes the underlying layout of the server a bit.

As a final note, I dropped the DBInterface. This used to insert
data in to a MySQL database. We've long since stopped using that,
and it's fallen behind and is way out of date. For now, it's gone
in to the attic.

Revision 1.12 - (view) (annotate) - [select for diffs]
Wed Feb 5 22:27:24 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.11: +2 -6 lines
Diff to previous 1.11
Removed the util package from the server. The source for it still remains,
for now, until I decide how to dispose of it.

Revision 1.11 - (view) (annotate) - [select for diffs]
Tue May 29 17:02:34 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PIRCBOT
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
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.10 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:28 2001 UTC (23 years, 2 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.9 - (view) (annotate) - [select for diffs]
Wed Feb 21 22:46:44 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.8: +7 -2 lines
Diff to previous 1.8
Added the clients, currently in the client subdirectory. Maybe this isn't the
best choice, but it can easily be changed.

Revision 1.8 - (view) (annotate) - [select for diffs]
Wed Dec 13 18:34:21 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.7: +14 -8 lines
Diff to previous 1.7
MERGE: Merged the SERVER_PACKAGEBUILD branch back into the HEAD trunk.

Revision 1.6.2.3 - (view) (annotate) - [select for diffs]
Tue Dec 12 02:45:57 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.6.2.2: +11 -1 lines
Diff to previous 1.6.2.2 , to branch point 1.6 , to next main 1.13
Done some more tidying on all the Makefiles. This should have solve the current
dependency problem that seemed to be occuring with the java source files. The
only dependency that's now not quite in place is the IDL stuff. This should be
easily fixable.

Revision 1.6.2.2 - (view) (annotate) - [select for diffs]
Tue Dec 12 01:54:03 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.6.2.1: +5 -1 lines
Diff to previous 1.6.2.1 , to branch point 1.6
Attempted to improve the dependencies, and tidied up the code Makefiles a bit
better. Getting there... slowly.

Revision 1.6.2.1 - (view) (annotate) - [select for diffs]
Mon Dec 11 23:47:52 2000 UTC (23 years, 5 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.6: +4 -12 lines
Diff to previous 1.6
All Makefiles in the made code now make use of includes. This has dramatically
reduced the size and complexity of each file.
Future improvements centre around checking of dependencies better.

Revision 1.7 - (view) (annotate) - [select for diffs]
Mon Dec 11 16:43:50 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.6: +6 -2 lines
Diff to previous 1.6
added support for the componentmanager

Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Dec 6 16:43:20 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
Added the dbinterface to the Makefile.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Dec 4 18:17:27 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Added clientinterface to Makefile.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:42:30 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
Opps.

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:35:07 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +6 -9 lines
Diff to previous 1.2
Removed XML and refman, replaced with util.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 30 02:21:05 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +6 -2 lines
Diff to previous 1.1
Added the refman package.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 29 23:40:26 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Makefile for uk.ac.ukc.iscream.

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