> If I could make a request, I'd love to see the Xml2Bin and Bin2Xml test > applications built as part of the toolkit. This will allow us to run > the packet tests in the test folder.
We were planning on having a unit test for each message class that does XML2Bin and Bin2Xml with the corresponding packet tests. The LLRPMessageFactory I mentioned in my previous email will make this very straightforward. Do you already have packet tests featuring corresponding xml & binary messages for most LLRP message types? Christian Zitat von Paul Dietrich <[EMAIL PROTECTED]>: > Christian, > > If I could make a request, I'd love to see the Xml2Bin and Bin2Xml test > applications built as part of the toolkit. This will allow us to run > the packet tests in the test folder. > > We're planning to submit more packet test libraries which will give us > some good confidence that the libraries all have consistent XML and > binary representations. > > These should be pretty trivial wrappers to the library you already have. > The Wiki should have enough detail. > > Paul > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > floerkem > Sent: Friday, November 02, 2007 12:59 PM > To: LLRP Toolkit Development List > Subject: [ltk-d] [LTKJava] Development Update > > > Here is a quick update on LTKJava with features to be completed within > the next > few days: > > - add an LLRPMessageFactory class -- a utility class to detect the type > of > messages received (in binary and XML) > > - offer alternatives to the use of jdom xml handling -- we are currently > using > jdom documents as input and output to the LLRPMessage classes. While > jdom > provides a lot of flexibility, it also means that users need to > familiarize > themselves with jdom. > > - add eclipse developer instructions -- eclipse integration of source > code and > ant build is not straightforward. We will post appropriate developer > information in the wiki. > > - offer jars with dependencies -- currently user need to download the > dependencies separately. we'll make jars available that comprise all > dependencies. > > - communication/transaction framework > > - HelloWorld Example -- need to provide a few simple examples that show > how > messages can be constructed, decoded, and encoded. > > - Christian > > > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > llrp-toolkit-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > llrp-toolkit-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
