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

Revision 1.28 - (view) (annotate) - [select for diffs]
Wed Feb 5 16:43:47 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27
Changed the server to use the external util package. Quite a minor change,
but does affect a lot of files.

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

Revision 1.26 - (view) (annotate) - [select for diffs]
Sat May 18 18:16:01 2002 UTC (21 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.25: +22 -3 lines
Diff to previous 1.25
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.25 - (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.24: +8 -8 lines
Diff to previous 1.24
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.24 - (view) (annotate) - [select for diffs]
Wed Mar 14 23:25:29 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.23: +8 -8 lines
Diff to previous 1.23
The whole server package structure has been changed.
Old Package: uk.ac.ukc.iscream.*
New Package: uk.org.iscream.*

Revision 1.23 - (view) (annotate) - [select for diffs]
Wed Mar 14 01:34:26 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.22: +14 -2 lines
Diff to previous 1.22
New dependency checking. The old method was to attempt to start a Component, and
if it failed, it probably had a depdency problem. The approach now is to ask the
Component to perform a dependency check first, then if this suceeds, have a go
at actually starting it up.
The actual dependency check is a bit neater and more precise than before, and
should be much more fool proof. The order the components are specified in the
default.properties file is now irrelevant, although the "correct" order would
certainly increase booting time.

Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:11:57 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
Changes to reflect move of Component, ComponentStartException, and the
ReferenceManager from util to componentmanager.

Revision 1.21 - (view) (annotate) - [select for diffs]
Thu Jan 18 23:09:56 2001 UTC (23 years, 3 months ago) by tdb
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
Changes to reflect move of Component, ComponentStartException, and the
ReferenceManager from util to componentmanager.

Revision 1.20 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:56:08 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.19: +4 -5 lines
Diff to previous 1.19
fixed a few typos

Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Dec 12 19:16:01 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18
a cosmetic change of the name ;-)

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Dec 12 18:26:52 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.17: +53 -32 lines
Diff to previous 1.17
tidied up the code

Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Dec 11 16:40:28 2000 UTC (23 years, 4 months ago) by ajm
Branch: MAIN
Changes since 1.16: +44 -117 lines
Diff to previous 1.16
Removed the main method style of running the core.

This class now implements the Component interface, meaning it should be
instansiated using the ComponentManager.

Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Nov 29 21:27:08 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Changes since 1.15: +7 -18 lines
Diff to previous 1.15
Update for package move.

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Nov 21 15:08:42 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
ajm4: Changes to the configuration system to support hierarchical includes.

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Nov 20 21:10:09 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.13: +14 -9 lines
Diff to previous 1.13
Added a nice error handling bit, and added support for failed name service resolution

also removed an unneeded line.

Revision 1.13 - (view) (annotate) - [select for diffs]
Mon Nov 20 18:44:49 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.12: +182 -202 lines
Diff to previous 1.12
Tidied up the logging, and implemented the new setup.

Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Nov 20 17:11:44 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.11: +202 -202 lines
Diff to previous 1.11
Modified to change the name of the Configurator -> ConfigurationManager
Added initial work for multiple configurations

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Nov 17 16:25:18 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.10: +51 -12 lines
Diff to previous 1.10
A few changes to the configuration system. Not entirely happy with it, will
make a few more changes to it later.

Revision 1.10 - (view) (annotate) - [select for diffs]
Thu Nov 16 19:28:03 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.9: +163 -117 lines
Diff to previous 1.9
Added the ability of the system to load a properties file to set ORB, logger and configurator settings on startup.

Added ability to specifiy the name of the default properties file

Added usage information

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Nov 16 18:00:36 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
Added support for the new loggers with verbosity.

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Nov 16 15:58:11 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
Changes since 1.7: +117 -116 lines
Diff to previous 1.7
Added the path to the configurations in the constructor

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Nov 16 15:24:32 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Added verbosity setting to the ScreenLogger.

Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Nov 14 01:09:15 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
Modified so that it no longer needs to be run with `jaco'.

Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Nov 13 18:21:15 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.4: +10 -6 lines
Diff to previous 1.4
Modified the toString of all the classes to bring in line with the standard

Modified CORE to startup nicer (output wise)

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Nov 13 16:36:03 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Modified imports of all existing classes to use the new package structure introduced by iscream.idl

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Nov 9 00:54:19 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.2: +20 -17 lines
Diff to previous 1.2
Moved the order of construction/binding to allow the Configurator (and other
future classes) to make use of the Logger. Also made the Core log to the logger.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Nov 9 00:16:24 2000 UTC (23 years, 5 months ago) by tdb
Branch: MAIN
Changes since 1.1: +8 -7 lines
Diff to previous 1.1
Added the ScreenLogger construction to the CORE.

Revision 1.1 - (view) (annotate) - [select for diffs]
Wed Nov 8 21:24:33 2000 UTC (23 years, 5 months ago) by ajm
Branch: MAIN
initial checkin of first revision CORE

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