Noctam/DWP/ACS Test Harness/Diary/Week 3: Difference between revisions
m noinclude the navbar |
→Day 11: 20/09/2021: Intentions |
||
| Line 1: | Line 1: | ||
<noinclude>{{Nav/ACS Test Harness}}</noinclude> | <noinclude>{{Nav/ACS Test Harness}}</noinclude> | ||
=== Day 11: 20/09/2021 === | === Day 11: 20/09/2021 === | ||
==== Paved with good intentions ==== | |||
OK, so I didn't get done last week like I wanted to. | |||
So today I'm going to finish off this DCI server. I'm currently sorting out some XML stuff - the search {{c|"{namespace}:{localname}"}} thing doesn't work as simply in java as it does in python (the XPath support in vanilla java is pretty creaky). However, it's much quicker anyway to just use the XML DOM method to walk the document, rather than XPath with such a simple query, so I'm reworking it to use that instead. | |||
After that, I should be able to plug in the replacement code pretty quickly and get this turned around. | |||
I'm very much hoping to have DCI feature-complete by the end of the day. I'll try and keep this diary up to date when I hit any milestones. | |||
=== Day 12: 21/09/2021 === | === Day 12: 21/09/2021 === | ||
Revision as of 09:01, 20 September 2021
| ACS Test Harness |
|---|
|
Meetings Existing System Specifications Diary |
Day 11: 20/09/2021
Paved with good intentions
OK, so I didn't get done last week like I wanted to.
So today I'm going to finish off this DCI server. I'm currently sorting out some XML stuff - the search "{namespace}:{localname}" thing doesn't work as simply in java as it does in python (the XPath support in vanilla java is pretty creaky). However, it's much quicker anyway to just use the XML DOM method to walk the document, rather than XPath with such a simple query, so I'm reworking it to use that instead.
After that, I should be able to plug in the replacement code pretty quickly and get this turned around.
I'm very much hoping to have DCI feature-complete by the end of the day. I'll try and keep this diary up to date when I hit any milestones.