What are the differences between JOID and openid4java?
Thanks
Michael
--
Michael Wechner
Wyona - Open Source Content Management - Yanel, Yulup
http://www.wyona.com
michael...@wyona.com, mi...@apache.org
+41 44 272 91 61
Travis
>joid is simple and has barely any dependencies, openid4java has a
>bunch of baggage like Spring and everything it carries along (at least
>last time I looked). This is the very reason I chose joid.
>
>
makes sense.
To be honest I am currently using openid4java because I had trouble
integrating joid, but as you are saying there are quite some
dependencies for openid4java ...
Maybe it was easier for me to use openid4java because they have quite
some nice documentation
http://code.google.com/p/openid4java/
and in particular
http://code.google.com/p/openid4java/wiki/SampleConsumer
As soon as I will have some more time I will try again on joid.
Thanks
Michael
What were your problems integrating?
>
> Maybe it was easier for me to use openid4java because they have quite
> some nice documentation
>
> http://code.google.com/p/openid4java/
Hmmmm, I find their APIs awkwardly designed and very
poorly documented.
>
> and in particular
>
> http://code.google.com/p/openid4java/wiki/SampleConsumer
>
Did you see src/examples/consumer?
> As soon as I will have some more time I will try again on joid.
>
You're always welcome :)
>Sorry to see you go.
>
>
I don't consider myself gone ;-)
>>To be honest I am currently using openid4java because I had trouble
>>integrating joid, but as you are saying there are quite some
>>dependencies for openid4java ...
>>
>>
>
>What were your problems integrating?
>
>
when integrating the OpenID consumer, one problem I had was verifying
the provider response, e.g. with livejournal.
I had to do this quickly and gave openid4java a try and it worked
instantly, so blame me for not being patient enough ;-)
>
>
>>Maybe it was easier for me to use openid4java because they have quite
>>some nice documentation
>>
>>http://code.google.com/p/openid4java/
>>
>>
>
>Hmmmm, I find their APIs awkwardly designed and very
>poorly documented.
>
>
I can't say, but for me it was more important to get it running as part
of the web application Yanel.
But I did it in a way, such that we can easily switch to another
implementation as for instance joid :-)
>
>
>>and in particular
>>
>>http://code.google.com/p/openid4java/wiki/SampleConsumer
>>
>>
>>
>
>Did you see src/examples/consumer?
>
>
feeling embarassed, no. But will do now.
Cheers
Michael
i can see that joid is more API than openid4java.
but both have smiliar use of course for OpenID stuff
cMIIW