diqiuren / edtf

Automatically exported from code.google.com/p/edtf
0 stars 0 forks source link

General work for edtf v1.0 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This task was created for those things that do not justify the creation of 
another issue, like it is the case for small refactorings, coding style 
changes, 
etc.

Original issue reported on code.google.com by marius.e...@gmail.com on 13 Apr 2010 at 9:28

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r274.

- Coding style changes

Original comment by marius.e...@gmail.com on 13 Apr 2010 at 9:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r279.

- some house keeping..

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r280.

- renamed the etsm / oasis testing package

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r281.

- deleted empty packages

Original comment by marius.e...@gmail.com on 2 May 2010 at 12:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r283.

- reverted a change on this file

Original comment by marius.e...@gmail.com on 4 May 2010 at 6:02

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r290.

- Renamed edtf.core.utils to edtf.utils

Original comment by marius.e...@gmail.com on 23 May 2010 at 8:02

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r291.

- Moved XML related utils to edtf.utils.xml

Original comment by marius.e...@gmail.com on 23 May 2010 at 8:05

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r292.

- Moved all related utils APIs to utils.api

Original comment by marius.e...@gmail.com on 23 May 2010 at 8:12

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r293.

- Moved all related utils APIs to utils.api

Original comment by marius.e...@gmail.com on 23 May 2010 at 8:12

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r295.

- Moved Saxon specific stuff to utils.xml.saxon

Original comment by marius.e...@gmail.com on 23 May 2010 at 9:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r296.

- Removed Eval files, which where present in the eTSL draft.

Original comment by marius.e...@gmail.com on 23 May 2010 at 9:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r297.

- Refactored XPathAdaptor, by adding queryAndSerialize().

Original comment by marius.e...@gmail.com on 23 May 2010 at 12:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r299.

- Renamed XSLTTransformer to XSLTAdapter, and XSLTSaxonTransformer to XSLTSaxon.

Original comment by marius.e...@gmail.com on 23 May 2010 at 3:02

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r302.

- Removed QueueWorker*

Original comment by marius.e...@gmail.com on 23 May 2010 at 10:41

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r303.

- Refactored XSLTSaxon to feel more like XPathSaxon

Original comment by marius.e...@gmail.com on 23 May 2010 at 11:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r304.

- Added edtf configuration
Update issue 1
- Used edtf configuration for the "default-board"

Original comment by marius.e...@gmail.com on 25 May 2010 at 8:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r307.

- Refactored APIs location: EventBoard and EventIO have now a new home: core.api

Original comment by marius.e...@gmail.com on 29 May 2010 at 10:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r309.

- Moved application configuration specifics from Configuration to 
ConfigurationLoader, so now Configuration is as simple as one can wish
- ComponentContainer was renamed to ComponentCreator, since all that it does is 
to create objects based on the mappings specified in the Config.

Original comment by marius.e...@gmail.com on 29 May 2010 at 5:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r310.

- Refactored ComponentCreator again to ObjectCreator
- Added stable version of ObjectCreator and refactored the base code with this 
change. The only edtf objects instantiated using "new" are those that concern 
the (first) configuration loading phase, in which Saxon is used by default. 
This is so because we need to read the xml file to know where to look for the 
edtf.components.xml - similar with the chicken and egg dilema..

Original comment by marius.e...@gmail.com on 29 May 2010 at 6:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r311.

- Removed unused imports after ObjectCreator was introduced

Original comment by marius.e...@gmail.com on 29 May 2010 at 7:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r316.

- Moved back CoreClient, as it is easier to develop / test when it is a part of 
the main tree. Also, it is in th end a "source package".

Original comment by marius.e...@gmail.com on 21 Jun 2010 at 5:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r317.

- Renamed testing to test.

Original comment by marius.e...@gmail.com on 21 Jun 2010 at 5:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r318.

- Renamed testing to test.

Original comment by marius.e...@gmail.com on 21 Jun 2010 at 5:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r319.

- Removed empty packages.

Original comment by marius.e...@gmail.com on 21 Jun 2010 at 5:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r322.

- Refactored common XML related code. New home: org.edtf.common.xml
- Refactored common Configuration related code. New home: org.edtf.common.config

Original comment by marius.e...@gmail.com on 25 Jul 2010 at 4:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r323.

- Removed empty packages after refactoring

Original comment by marius.e...@gmail.com on 25 Jul 2010 at 4:31

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r330.

- Renamed core.etsm to core.xtemp, and core.etsm.functions to 
core.xtemp.functions.

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r331.

- Renamed remaining etsm packages to xtemp

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:08

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r332.

- Renamed remaining etsm packages to xtemp

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:09

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r333.

- Removed empty packages

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:12

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r334.

- Removed etsm stuff, since it will be replaced by xtemp

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:26

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r335.

- Added XTemp (04 Oct 2010), as distributed by OASIS. Thanks to OASIS for 
making them available during the draft'ing of XTemp!

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:36

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r336.

- Renamed org.edtf.test.scripts.xtemp.oasis.events (such a long hierarchy..) to 
org.edtf.test.events.oasis.
- Renamed org.edtf.test.scripts.xtemp.oasis to org.edtf.test.scripts.oasis.

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:43

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r337.

- Renamed org.edtf.core.xtemp.oasis to xtemp.transformer.

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 7:46

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r338.

- Renamed "etsm" to "xtemp" in source & configuration files.

Original comment by marius.e...@gmail.com on 13 Oct 2010 at 8:22

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r343.

- Added licensing clarifications regarding edtf and XTemp translator.

Original comment by marius.e...@gmail.com on 4 Jan 2011 at 10:06

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r344.

- Added XTemp translator v0.9 schemas, sample XTemp scripts and Readme file, as 
provided on the OASIS page.

Original comment by marius.e...@gmail.com on 5 Jan 2011 at 7:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r345.

- Renamed edtf.core.xtemp.transformer package to edtf.core.xtemp.translator.
- Deleted the new samples -- I thought they are different files, but it's just 
a naming change. So I will delete the new ones and rename the old one to the 
new names. Only then the new ones will be pasted over, in order to preserver 
the versioning history.

Original comment by marius.e...@gmail.com on 5 Jan 2011 at 7:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r346.

- Renamed the common old XTemp samples to the new names.

Original comment by marius.e...@gmail.com on 5 Jan 2011 at 7:55

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r347.

- Finally, the new XTemp samples..

Original comment by marius.e...@gmail.com on 5 Jan 2011 at 7:58

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r349.

 - Seems that there were some SVN conflicts.
 - Upgrade to NetBeans 7.0 RC2.
 - Integrated the most recent XTemp package (2011.04.14) from OASIS TaMIE.
   - Catch extension function is not yet integrated.

Original comment by marius.e...@gmail.com on 18 Apr 2011 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r350.

 - Renamed edtf.core to edtf.engine, as the name is more suggestive.

Original comment by marius.e...@gmail.com on 18 Apr 2011 at 8:53

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r351.

 - Renamed edtf.core to edtf.engine, as the name is more suggestive.

Original comment by marius.e...@gmail.com on 18 Apr 2011 at 8:56

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r356.

 - Integrated the most recent XTemp package (2011.04.20) from OASIS TaMIE.

Original comment by marius.e...@gmail.com on 25 Apr 2011 at 9:37

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r363.

- Added common.config.api.Config.
- Moved ObjectCreator to config.api.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 8:26

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r364.

- Refactored common.* packages, removed Config APIs which are now used anywhere 
else.
- ObjectCreator has its own package, common.creator.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 9:13

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r365.

- Refactored common.* packages, removed Config APIs which are now used anywhere 
else.
- ObjectCreator has its own package, common.creator.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 9:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r366.

- Removed empty package directory.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 9:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r367.

- Package refactoring.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 9:44

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r368.

- Package refactoring for org.edtf.engine.*.
  - ToDo: JAX-WS files should be regenerated.

Original comment by marius.e...@gmail.com on 24 Jun 2011 at 10:11