Hi, Yes, I wish it was *some people*. This is my first 'open-source' project so I'm learning as I go along. At the moment, I'm updating pesta to Shindig revision 713224. I've just completed the gadget server bit. However, it is still dependent on - java.util.Locale (which I think shouldn't be too difficult to port it over or just stick with .net's own localisation features. But I'm not bothering with this just yet) - com.google.caja etc. (are there sources for this?) - nekohtml
Currently, I'm looking at the social-api and there's a bunch of new XStreamConverters that looks kind of magical at the moment so this may take a few more days to complete. Lastly, OAuth is most probably not working. However, the code has been 'ported' over but untested. If there are some test scripts or a quick way to check the implementation then hopefully it will not take too long. I haven't been looking (don't know) for a method to test this properly yet. Also, there's no logging, and no injection. For sure I will not be able to keep up to date with the changes if there are huge updates. The original idea was to port only the servlet dependent code to .NET but I had too much fun and it got out of hand. On hindsight, maybe I should have waited till OpenCampfire restarts next year when the spec and code would be more stable but then I needed a .NET version asap. Oh well.. Testing was mostly done with the included sample files and recently with the OpenSocial compliance test. Currently, there's still about 80+ passes and 40+ failures with 0.7. So there's still a bit of work to do. Cheers, Sean -----Original Message----- From: Chris Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 November, 2008 6:06 PM To: [email protected] Subject: Re: Shindig and .net Someone else is also getting *really* close to being able to release a native C# port of shindig. I know the person in question won't have the time to keep up with spec revisions and everything else that goes along with having an opensource project, so I'm hopefull you guys might be willing to adopt the code (the benefits of native code over a re-compiled java code solutions are quite large). I hope to have more details for you guys later this- or next week. On Mon, Nov 17, 2008 at 1:39 PM, Astha Bhatnagar < [EMAIL PROTECTED]> wrote: > Hi Robert, > There are some people working on C# implementation of Shindig with the help > of Java Shindig code. The project link is http://code.google.com/p/pesta/. > Please contact them for more help. > > Another effort on shindig + .Net was > http://code.google.com/p/open-campfire/ > but this project is officially on hold since a long time. > > > On Mon, Nov 17, 2008 at 3:21 PM, Robert Pohl > <[EMAIL PROTECTED]>wrote: > > > Hi, > > > > I'm looking at implementing Open Social and Shindig for my .net based > > portal. > > After a quick search I didn't find anything out there, and are now > thinking > > of creating a .net /c# version. > > > > My question to you is; if you know what work is done on the .net version, > > and if so, where to find information about it. :) > > > > Best regards, > > Robert > > > > -- > > Robert Pohl > > [CTO, Co Founder] > > > > > > *Sugar Cube Solutions AB* > > Stockholm, Sweden > > +46 708 25 17 26 > > www.sugarcubesolutions.com > > > Astha >

