Ps, shindig does render the gadgets that are written for the (iGoogle) 'gadget specification', but if you just want internal self developed gadgets in your own controlled envirionment, there's really no need for such overkill, you could build your own simple web-app-in-iframe solution.
If you want to include the iGoogle gadgets that don't use features like finance (which is iGoogle only until someone writes a public replacement), or even OpenSocial gadgets, then shindig def is the best way of doing so. On Tue, Oct 7, 2008 at 10:56 PM, Parrott, Justin <[EMAIL PROTECTED]>wrote: > You know this is a good thread because I've been debating on my usage of > shindig. I would like to create a portal page for my company's intranet > which has gadgets in a container that are customizable. I will probably > never include the social aspect of it though as in friends, profiles, etc. > since I'm handling that through my main intranet page. Is shindig really > the right answer for me? Are there any other projects that simply act as > gadget containers or am I on the right track here? Thanks in advance. > > -----Original Message----- > From: peeyush gulati [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2008 4:41 PM > To: [email protected] > Subject: Re: using shindig > > Yes you need to imlement PersonService, AppDataService and ActivityService. > etc > > For reference you can have a look at PARTUZA'S code base if you are > looking > for using PHP shindig. It will give you a idea of how services are being > implemented. > > Other than that small changes like setting web_prefix in config file. > > I am more on PHP side, so don,t know what you are planning to use PHP/Java > . This is common for both so go ahead. > > Cheers > Peeyush > > > On Wed, Oct 8, 2008 at 1:37 AM, Paulo Siqueira <[EMAIL PROTECTED] > >wrote: > > > Hi, > > > > I'm trying to understand how to use Shindig in my container. If I > > understood > > correctly after investigating the code a little bit, I must basically > > implement PersonService and ActivityService. Is this correct? If not, > what > > should I do? > > > > My plan is to use Shindig to make my webapp OpenSocial conformant. This > is > > what I can do with this project, right? > > € > > []s, > > > > -- > > Paulo Renato C. Siqueira > > http://www.jcranky.com > > > > > > -- > Thanks and Regards > Peeyush Gulati > +91-9916304135 > > > > > > > > > > > Confidentiality Notice: The information contained in this electronic > transmission is confidential and may be legally privileged. It is intended > only for the addressee(s) named above. If you are not an intended recipient, > be aware that any disclosure, copying, distribution or use of the > information contained in this transmission is prohibited and may be > unlawful. If you have received this transmission in error, please notify us > by telephone (513) 229-5500 or by email ([EMAIL PROTECTED]). After > replying, please erase it from your computer system. > > > >

