Re: svn commit: r724939 - in /incubator/shindig/trunk: ./ java/common/

2008-12-09 Thread Paul Lindner
Henning, The changes I just made were to conform with API changes for Google Collections 0.8. I didn't arbitrarily make any "changes" here. The code uses exactly the same amount of Google Collections it did 12 hours ago. If you had taken a few minutes to look at the actual usage of Goog

Re: A home for Shindig docs

2008-12-09 Thread Dan Peterson
On Tue, Dec 9, 2008 at 4:29 PM, Lane LiaBraaten <[EMAIL PROTECTED]> wrote: > On Tue, Dec 9, 2008 at 3:35 PM, Upayavira <[EMAIL PROTECTED]> wrote: > > > On Tue, 2008-12-09 at 15:17 -0800, Lane LiaBraaten wrote: > > > Cool - here's a link to the issue I filed: > > > https://issues.apache.org/jira/br

Re: How to do this release

2008-12-09 Thread Chris Chabot
let me give making a propper make release script for php a try first though before depending on the maven generated tarballs. there's a bit of playing i need to do with the generation of the proper path constructs and tweaking config files accordingly, but i'll get there (*invokes the power of sed

Re: Shindig Samples and reliable JPA Shindig Integration

2008-12-09 Thread Ian Boston
Chico, I am hoping to use the JPA project inside samples when I get a chance, so patches will be very gratefully received, however you may find a number of bugs since I haven't had time (yet) to get good unit test coverage and fix anything. Obviously you could do your own persistence laye

Re: How to do this release

2008-12-09 Thread Ian Boston
There is an assembly project that build zips and tarballs for both java and php. There is an error with the tarball at the moment (paths >100 chars) that needs a small fix, which I can do in a moment. To generate them cd assembly mvn package Will generate shindig-1.1-SNAPSHOT-php.tar.gz

Re: A home for Shindig docs

2008-12-09 Thread Lane LiaBraaten
On Tue, Dec 9, 2008 at 3:35 PM, Upayavira <[EMAIL PROTECTED]> wrote: > On Tue, 2008-12-09 at 15:17 -0800, Lane LiaBraaten wrote: > > Cool - here's a link to the issue I filed: > > https://issues.apache.org/jira/browse/INFRA-1818 > > Feel free to hassle me about that. At least in theory, I should b

Re: [opensocial-and-gadgets-spec] Re: xoauth_signature_publickey / xoauth_public_key

2008-12-09 Thread Brian Eaton
On Mon, Dec 8, 2008 at 9:02 PM, Eiji Kitamura <[EMAIL PROTECTED]> wrote: > But the problem is, iGoogle, orkut, hi5, friendster, etc are already > live with current shindig code and there might be numbers of > application developers who are already using wrong params. If we fix > shindig code, each

Re: A home for Shindig docs

2008-12-09 Thread Upayavira
On Tue, 2008-12-09 at 15:17 -0800, Lane LiaBraaten wrote: > Cool - here's a link to the issue I filed: > https://issues.apache.org/jira/browse/INFRA-1818 Feel free to hassle me about that. At least in theory, I should be able to set most of that up. Upayavira

Re: upgrade to google-collections 0.8 / 20080820?

2008-12-09 Thread Kevin Brown
We did have some issues related to the substantial changes in Multimap before, but we decided to remove those bindings for other reasons, so it's probably not relevant now. Multimap would be a much cleaner solution for URI parameters and HTTP headers in general. On Tue, Dec 9, 2008 at 3:28 PM, Pau

upgrade to google-collections 0.8 / 20080820?

2008-12-09 Thread Paul Lindner
Anyone have any objections to switching to google-collections 0.8? Only API level changes that affect shindig are moving from immutable static intializers to specific ImmutableMap/Set classes. -- Paul Lindner [EMAIL PROTECTED]

Re: A home for Shindig docs

2008-12-09 Thread Lane LiaBraaten
Cool - here's a link to the issue I filed: https://issues.apache.org/jira/browse/INFRA-1818 -Lane On Fri, Dec 5, 2008 at 3:37 PM, Henning P. Schmiedehausen < [EMAIL PROTECTED]> wrote: > Lane LiaBraaten <[EMAIL PROTECTED]> writes: > > >--000e0cd29802a61ce9045d53d029 > >Content-Type: text/plain; c

Re: What is a good OpenSocial app to use for testing/developing?

2008-12-09 Thread Chris Chabot
It might not be completely what you'd expect, but the best way of making sure you hook every bit is: http://code.google.com/p/opensocial-resources/wiki/ComplianceTests It'll do everything you described and a lot more to boot :) Also, for some guidance on how to implement php-shindig, see the Part

Re: svn commit: r723705 -

2008-12-09 Thread Kevin Brown
On Tue, Dec 9, 2008 at 1:20 PM, Paul Lindner <[EMAIL PROTECTED]> wrote: > > On Dec 8, 2008, at 9:36 AM, Henning P. Schmiedehausen wrote: > > Paul Lindner <[EMAIL PROTECTED]> writes: >> >> The error string was generated for every single field when serializing >>> an object. So if you have the pe

What is a good OpenSocial app to use for testing/developing?

2008-12-09 Thread Dirk Olbertz
Hi there, I just installed shindig on my local machine and would like to integrate it into my distributed social network project "NoseRub": http://noserub.com I yet have no real clue, what kind of hooks I have to implement in order to "merge" shindig with NoseRub. I'm using the php version of shi

Re: svn commit: r723705 -

2008-12-09 Thread Paul Lindner
Apologies my intentions were not clear. Final variables == good Final classes == bad On Dec 9, 2008, at 1:40 PM, Rodrigo Gallardo wrote: On Tue, Dec 09, 2008 at 01:20:27PM -0800, Paul Lindner wrote: On Dec 8, 2008, at 9:36 AM, Henning P. Schmiedehausen wrote: Paul Lindner <[EMAIL PROTECTED

Re: svn commit: r723705 -

2008-12-09 Thread Rodrigo Gallardo
On Tue, Dec 09, 2008 at 01:20:27PM -0800, Paul Lindner wrote: > > On Dec 8, 2008, at 9:36 AM, Henning P. Schmiedehausen wrote: > >> Paul Lindner <[EMAIL PROTECTED]> writes: >> >>> The error string was generated for every single field when >>> serializing >>> an object. So if you have the person

Re: Board Report (due Dec 10)

2008-12-09 Thread Lane LiaBraaten
Okay - I've posted it here: http://wiki.apache.org/incubator/December2008 If there's any more feedback I think we still have a few hours to update it. -Lane On Tue, Dec 9, 2008 at 12:42 PM, Dan Peterson <[EMAIL PROTECTED]> wrote: > My impression is reports should contain the facts, but if you h

Re: Shindig Samples and reliable JPA Shindig Integration

2008-12-09 Thread Dave
On Tue, Dec 9, 2008 at 12:35 PM, chico charlesworth <[EMAIL PROTECTED]> wrote: > I worked on ActivityDb today and finally got it to persist - after fixing > three bugs (see Jira-773 for more details). And ActivityServiceDb is in not > much better shape as it's looking rather bare at the moment. And

Re: How to do this release

2008-12-09 Thread Paul Lindner
On Dec 9, 2008, at 11:18 AM, Dan Peterson wrote: I'm +1 for two tarballs, since it is unlikely that most users of Shindig will want/need both code bases. However, I agree that we should vote on both at the same time. Any volunteers for the Java tarball + RAT? RAT is integrated into t

Re: How to do this release

2008-12-09 Thread Dan Peterson
On Tue, Dec 9, 2008 at 11:12 AM, Upayavira <[EMAIL PROTECTED]> wrote: > On Tue, 2008-12-09 at 19:56 +0100, Chris Chabot wrote: > > I think from a practicality point of view, having a tarball per code base > > makes sense, why download N mb when your not going to use it? > > > > I'm thinking of whi

Re: svn commit: r723705 -

2008-12-09 Thread Paul Lindner
On Dec 8, 2008, at 9:36 AM, Henning P. Schmiedehausen wrote: Paul Lindner <[EMAIL PROTECTED]> writes: The error string was generated for every single field when serializing an object. So if you have the person object with say 10 fields you generate 10 error message strings. That's a lot o

Re: Board Report (due Dec 10)

2008-12-09 Thread Dan Peterson
My impression is reports should contain the facts, but if you have some juicy pictures to include let us know ;) This looks fine to me -- thanks for assembling it, Lane! Hopefully next time we report there'll be some new committers to discuss -- contributions and patches are always welcome. -Dan

Re: updating Shindig docs

2008-12-09 Thread Scott Knaster
Thanks for all that. Obviously, I'd like to focus on must-dos for this release, due to the short timeframe, and then work on adding other stuff. Thanks, Scott On 12/9/08, Chris Chabot <[EMAIL PROTECTED]> wrote: > For real? Depending on how you would want to scope this, I think we're > pretty lac

Re: how to implement requestsendmessage

2008-12-09 Thread Rodrigo Gallardo
On Tue, Dec 09, 2008 at 10:34:01AM -0800, Adam Winer wrote: > On Tue, Dec 9, 2008 at 7:46 AM, jochen delqi <[EMAIL PROTECTED]> wrote: > > Hi guys, > > > > I'm wondering about how to implement the > > opensocial.Container.prototype.requestSendMessage service. > > > At the moment, you'd need to overr

Re: How to do this release

2008-12-09 Thread Upayavira
On Tue, 2008-12-09 at 19:56 +0100, Chris Chabot wrote: > I think from a practicality point of view, having a tarball per code base > makes sense, why download N mb when your not going to use it? > > I'm thinking of whipping up a make_release.sh type script that'll create a > release php-shindig ta

Re: updating Shindig docs

2008-12-09 Thread Anash Oommen
+rajdeep Rajdeep made the original diagrams, there are more available as presentation decks. We could convert them into html documents as needed. As for the links, there are a few more available at http://sites.google.com/site/anashkb/Home and http://sites.google.com/site/opensocialarticles/Home,

Re: Board Report (due Dec 10)

2008-12-09 Thread Chris Chabot
Looks good to me (it's slightly boring, but factual :P) On Tue, Dec 9, 2008 at 6:33 PM, Lane LiaBraaten <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I've taken a swing at this quarter's board report. Please share and > comments/feedback you have soon, as these are due by Dec 10 (tomorrow!). > > Fo

Re: How to do this release

2008-12-09 Thread Chris Chabot
I think from a practicality point of view, having a tarball per code base makes sense, why download N mb when your not going to use it? I'm thinking of whipping up a make_release.sh type script that'll create a release php-shindig tarball, it could copy in the sample container and features code in

Re: how to implement requestsendmessage

2008-12-09 Thread Adam Winer
At the moment, you'd need to override requestSendMessage() in a custom subclass. I think, though, the default implementation should really be to send an RPC to the containing page, something like: opensocial.Container.prototype.requestSendMessage = function(recipients, message, opt_callback,

Re: updating Shindig docs

2008-12-09 Thread Chris Chabot
Ah my apologies & thanks for pointing us in the right direction! On Tue, Dec 9, 2008 at 7:00 PM, Anash Oommen <[EMAIL PROTECTED]> wrote: > +rajdeep > > Rajdeep made the original diagrams, there are more available as > presentation decks. We could convert them into html documents as needed. > > As

Re: updating Shindig docs

2008-12-09 Thread Rajdeep Dua
I also updated the architecture presentation which is pretty recent.(contains the client server flow from json container ) as well as the rest calls. http://www.slideshare.net/rajdeep/shindig-architectural-overview-nov-2008-presentation Class diagrams can also be updated very easily.

Re: How to do this release

2008-12-09 Thread Kevin Brown
What's expected in the tarball? Do we roll up the built jar(s) into the tarball? Should there be separate tarballs for each code base? On Tue, Dec 9, 2008 at 5:28 AM, Chris Chabot <[EMAIL PROTECTED]> wrote: > I'll get a php-shindig tarball ready somewhere today (and post it's RAT > results). > >

how to implement requestsendmessage

2008-12-09 Thread jochen delqi
Hi guys, I'm wondering about how to implement the opensocial.Container.prototype.requestSendMessage service. What we want to do is just send a message as soon as a gadget asks us with the requestSendMessage method. However, in container.js this returns a not-implemented response. How do we redire

Re: Shindig Samples and reliable JPA Shindig Integration

2008-12-09 Thread chico charlesworth
I worked on ActivityDb today and finally got it to persist - after fixing three bugs (see Jira-773 for more details). And ActivityServiceDb is in not much better shape as it's looking rather bare at the moment. And of course, no unit tests are yet covering these classes :) Is anyone else using the

Re: updating Shindig docs

2008-12-09 Thread Chris Chabot
For real? Depending on how you would want to scope this, I think we're pretty lacking quite a bit of documentation, other parts that are not missing are scattered over the web and in mailbox archives or presentations.. For instance I have some install guides for php-shindig (and Partuza but that's

Board Report (due Dec 10)

2008-12-09 Thread Lane LiaBraaten
Hi Folks, I've taken a swing at this quarter's board report. Please share and comments/feedback you have soon, as these are due by Dec 10 (tomorrow!). For context, the board reports should include: - The "incubating since" info - The project's top 2 or 3 things to resolve prior to graduation

Re: updating Shindig docs

2008-12-09 Thread Scott Knaster
+shindig-dev On Tue, Dec 9, 2008 at 8:44 AM, Scott Knaster <[EMAIL PROTECTED]> wrote: > Hi all, > Lane has asked me to help update the docs for the new Shindig release. I'm > currently going through the site at http://incubator.apache.org/shindig/to > try to figure out what might need updating.

Re: [Fwd: Yahoo! posts new video on ARIA development]

2008-12-09 Thread Ben Smith
Funny seeing you here ;) I'm rather getting into Shindig at the moment! Ben On 9 Dec 2008, at 14:22, Dan Brickley wrote: Forwarding this, as I've been meaning to ask: are any members of the Shindig developer community looking at the use of ARIA markup to explore improving OpenSocial's ac

[Fwd: Yahoo! posts new video on ARIA development]

2008-12-09 Thread Dan Brickley
Forwarding this, as I've been meaning to ask: are any members of the Shindig developer community looking at the use of ARIA markup to explore improving OpenSocial's accessibility? More on ARIA, http://www.w3.org/TR/wai-aria-roadmap/ "The Roadmap for Accessible Rich Internet Applications addre

Re: Re: Getting data of a group

2008-12-09 Thread ha . huebner
Hi Ashta, your proposal seems good to me. Hopefully it finds it's way into the specification. Thanks for your feedback Harry Jetzt komfortabel bei Arcor-Digital TV einsteigen: Mehr Happy Ends, mehr Herzschmerz, mehr Fernsehen! Erleben Sie 50 digitale TV Programme und optional 60 Pay TV Sen

Re: How to do this release

2008-12-09 Thread Chris Chabot
I'll get a php-shindig tarball ready somewhere today (and post it's RAT results). However I'm not conferable enough with maven, wars, jars etc to take a swing at the java tarball, and I think Ian (who's been our release hero so far) is unavailable this week, so I'm hoping someone else can step up

Re: Drupal Module

2008-12-09 Thread Chris Chabot
Congrats Ashta, that's an awesome project & accomplishment! On Tue, Dec 9, 2008 at 10:55 AM, Astha Bhatnagar < [EMAIL PROTECTED]> wrote: > Hi Everyone, > > The development and updates for the module is completed . > We have done code structure changes and security patches, as asked by > Drupal.An

Re: Drupal Module

2008-12-09 Thread Ropu
Congrats Astha! its possible that we'll use it in some projects. If so, i'll ping you if some help is needed thx ropu On Tue, Dec 9, 2008 at 7:55 AM, Astha Bhatnagar < [EMAIL PROTECTED]> wrote: > Hi Everyone, > > The development and updates for the module is completed . > We have done code st

Re: Drupal Module

2008-12-09 Thread Astha Bhatnagar
Hi Everyone, The development and updates for the module is completed . We have done code structure changes and security patches, as asked by Drupal.And finaly got the CVS access from them. Please check the link : http://drupal.org/project/ShindigIntegrator Thanks, Astha Bhatnagar On Wed, Oct 15,