Pure-Java Scan Participant Support Library
Reported by Paul Jones | June 7th, 2011 @ 11:44 AM
As part of #220, we'd like to simplify the process of writing a participant. Since we'll be querying over HTTP, the code required by the participant is much reduced. Including the Kernel is very heavyweight, and shouldn't be necessary.
A pure Java Diffa scan support library should allow:
- Receiving and responding to Scan requests;
- Aggregating versions;
- Parsing constraints and aggregations;
Comments and changes to this ticket
-

Paul Jones June 7th, 2011 @ 11:45 AM
- State changed from open to resolved
- Assigned user changed from Paul Jones to Ben Hood
-

Ben Hood June 7th, 2011 @ 03:39 PM
(from [2f7dff441c8d788ccddcf852eb9a8f549db3872a]) [#251] Renamed some abstractions; added comments; sets are now sets instead of arrays https://github.com/lshift/diffa/commit/2f7dff441c8d788ccddcf852eb9a...
-

Ben Hood June 7th, 2011 @ 03:41 PM
- State changed from resolved to closed
Made some relatively minor changes to the patch on the branch and then merged -> QA+
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Referenced by
-
251
Pure-Java Scan Participant Support Library
(from [2f7dff441c8d788ccddcf852eb9a8f549db3872a])
[#251] ...
-
253
C# Support for HTTP Scanning
To complement the changes in #251, we'd
like the C# Diffa...