DNA progress at DL
- Can use GUI from PXGEN++
- Will contain results of strategy calculation and allow modification before data collection
- Expert system used as developed at ESRF
- Java class written to interface to expert system
- Communication to/from same expert system works
- XML parsing via castor, http://castor.exolab.org
Object o = unmarshaller.unmarshal(new StringReader(command));
CollectStart cs = (CollectStart) o;