buglabs / bugswarm-js

Bugswarm Javascript API
bugswarm.net
5 stars 3 forks source link

compare java libraries #10

Closed jedahan closed 13 years ago

jedahan commented 13 years ago

write which works well with what

barberdt commented 13 years ago

Afaik, the only completed java library in use atm is the client library located in the bugswarm-connector project that was written by @kgilmer. @jconnolly and myself have been doing some work with it. What other library is there to compare to?

jconnolly commented 13 years ago

I wrote one that I've abandoned in favor of Ken's.

jconnolly commented 13 years ago

it's here, https://github.com/buglabs/bugswarm-api/tree/jconnolly-http-api/java/com.buglabs.bugswarm.api

I abandoned it because we were utilizing a similar implementation, but Ken's JSON and error handling was much further along than mine.

barberdt commented 13 years ago

So shall we conclude the comparison as supporting ken's and move on to refining it and fine-tuning its features? @jedahan, @jconnolly?

c4milo commented 13 years ago

hey just curious, if an user only wants to participate in a swarm, he only need the jar for that part of the API?

jconnolly commented 13 years ago

It's all rolled into one at the moment, Camilo. The configuration and participation API and implementation are part of the same package, and jar.

barberdt commented 13 years ago

Motion for le close.

jconnolly commented 13 years ago

Yea

kgilmer commented 13 years ago

I can produce separate jars with each API isolated if that's desired. Just LMK.