cleaning up web content

2010-04-16 Thread Paul Lindner
I have a patch that doesn't upload nicely to codereview, so I'm sending this email instead.. I'd like to move the files in javascript to a new top-level directory called content This will contain resources that will be loaded at the root level of the deployment. Structure will look something lik

Re: Shindig war association

2010-04-16 Thread Paul Lindner
At some point it might be a good idea to publish a maven archetype or at least instructions on how to make your own maven java server project. maven.apache.org/archetype/maven-archetype-plugin/advanced-usage.html On Fr

Questions/Python

2010-04-16 Thread Ian Wilson
Hi, I'm just researching around about social networking. I'm thinking about starting my own social site although I'm not sure if I should just be making apps for existing social sites. Shindig looks like a really fast way to get started but I have a few questions. Does shindig have an IRC chan

Re: Shindig war association

2010-04-16 Thread Henry Saputra
Yes we have similar configuration. Good luck. - Henry On Fri, Apr 16, 2010 at 12:41 PM, franck tankoua wrote: > Hi Henry, > Sounds like this will work. I will give a try. > have you tried that actually? > > Thanks > > > On Fri, Apr 16, 2010 at 6:22 PM, Henry Saputra >wrote: > > > Hi Franck, >

Re: Shindig war association

2010-04-16 Thread franck tankoua
Hi Henry, Sounds like this will work. I will give a try. have you tried that actually? Thanks On Fri, Apr 16, 2010 at 6:22 PM, Henry Saputra wrote: > Hi Franck, > > I assume you were talking about the shindig war from shindig-server > project? > > You dont have to use the war but rather include

Re: Shindig war association

2010-04-16 Thread Henry Saputra
Hi Franck, I assume you were talking about the shindig war from shindig-server project? You dont have to use the war but rather include the jar files from shindig features, gadget, common, and open social. Then you can include the os and gadget servlets mappings and guide modules in your applicat

Re: Functions of PersonService

2010-04-16 Thread franck tankoua
THis is for concurrency. take a look at this ( I grabbed it in the java.util.concurrrent package ) : A Future represents the result of an asynchronous computation. Methods are provided to check if the computation is complete, to wait for its completion, and to retrieve the result of the computatio

RE: Functions of PersonService

2010-04-16 Thread VU, Thi Thu Thuy
Thanks Can you explain me why we have to use Future<> in these methods of PersonService? I want to understand well the advantage of Future<>. Thank you -Original Message- From: franck tankoua [mailto:ftank...@gmail.com] Sent: vendredi 16 avril 2010 15:04 To: dev@shindig.apache.org Subjec

Re: Functions of PersonService

2010-04-16 Thread franck tankoua
You will need to glande a little bit through the API for that. here is a short but not exaustive list: for GroupId :(all ,deleted , friends , groupId , self) for collectionOptions : http://shindig.apache.org/shindig-1.1.x/apidocs/org/apache/shindig/social/opensocial/spi/CollectionOptions.html an

RE: Functions of PersonService

2010-04-16 Thread VU, Thi Thu Thuy
Yeah, i understand that i have to implement these methods. But, I don't understand which results they will return? With each case, they will return different results, and I want to collect all cases possible. For example, I know, it's possible to get one profile of one user, profile of user's re

Re: Functions of PersonService

2010-04-16 Thread franck tankoua
Hi Vu, I am not sure if I understand your question. But let me give you what might be answer. You need to implements two methods. Future getPerson(UserId id, Set fields, SecurityToken token) and Future> getPeople(Set userIds, GroupId groupId, CollectionOptions collectionOptions, Set fields,

Re: Rewriting gadgets.js

2010-04-16 Thread Tim Wintle
On Fri, 2010-04-16 at 02:51 -0700, Paul Lindner wrote: > I've been spending some time making it easier to implement gadgets in a > container and it seems like I'm going down the path of rewriting > gadgets.js. > > I'd like to hear what others have done with/to this to implement their > containers

Functions of PersonService

2010-04-16 Thread VU, Thi Thu Thuy
Hi, I read the interface PersonService, but I'm not sure if I understand it or not. I can't figure out which functions that PersonService gives us? Could you tell me, pls? Thank you very much.

Shindig war association

2010-04-16 Thread franck tankoua
Hi, I have read a lot about shindig and posts but I cannot find a simple answer to my problem. Basically I would like to use shindig war from another war which is my application. I do not want to merge the shindig web.xml with mine. I have implemented the services and data classes such as activit

Rewriting gadgets.js

2010-04-16 Thread Paul Lindner
I've been spending some time making it easier to implement gadgets in a container and it seems like I'm going down the path of rewriting gadgets.js. I'd like to hear what others have done with/to this to implement their containers and hopefully make something that works much better. Here's what I