On Wed, Apr 23, 2008 at 2:59 PM, Amr Khaled <[EMAIL PROTECTED]> wrote:

> >
> > Your actual app can be anything you want. If you happen to be using Java
> > or
> > PHP, and you need it, you can do tighter integration, but you can treat
> > Shindig as a blackbox server (in the same vein as MySQL or Oracle or
> > whatever) and *communicate with it entirely over an RPC channel.*
>
>
> What is meant by RPC Channel ? is it related to JAX-RPC ?
> And how can i use it ?


The gadget rendering server exposes metadata about gadgets (to facilitate
the generation of iframes, security tokens,etc.) through the
/gadgets/metadata service (admittedly, lacking documentation).

Integrating social data isn't quite as clean at this point in time though,
and you'd have to implement your own opensocial-0.7 feature if you wanted to
use anything other than Java or PHP. This should be cleaned up once the
opensocial js starts using the opensocial RESTful protocol, at which point
you'll just have to implement the receiving end.


>
> *
> *
> On Wed, Apr 23, 2008 at 11:45 PM, Kevin Brown <[EMAIL PROTECTED]> wrote:
>
> > On Wed, Apr 23, 2008 at 11:04 AM, Will Rodriguez <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Very new to this and I wanted to know the following.
> > >
> > >
> > > 1.      Can I run shindig on a Windows server?
> >
> >
> > Yes.
> >
> >
> > > 2.      Do I have to use Java for the application I will be building,
> or
> > > can i use another technology such as ASP.NET?
> >
> >
> > Your actual app can be anything you want. If you happen to be using Java
> > or
> > PHP, and you need it, you can do tighter integration, but you can treat
> > Shindig as a blackbox server (in the same vein as MySQL or Oracle or
> > whatever) and communicate with it entirely over an RPC channel.
> >
> >
> > >
> > > 3.      Is it possible to install Shindig on a linux server, but then
> > > build our application on a Windows server and still make sure of
> > > Shindig?
> >
> >
> > Absolutely. Most practical deployments would likely actually run Shindig
> > as
> > a separate server from their container front end once they scale to a
> > certain level. Smaller sites might be able to get away with running
> > Shindig
> > on the same machines as their main site, but anything that goes over a
> few
> > million requests per day will probably want to consider separating the
> > instances.
> >
> >
> > >
> > > Thanks for the replies.
> > >
> > >
> > > *********************************
> > > This message, together with any attachments, is
> > > intended only for the use of the individual or entity to
> > > which it is addressed and may contain information that
> > > is privileged, confidential and exempt from disclosure. if
> > > you are not the intended recipient, you are hereby notified
> > > that any dissemination, distribution, or copying of this message,
> > > or any attachment is strictly prohibited. If you have received
> > > this message in error, please notify the original sender of Data
> > > Rite Systems, Inc. immediately by return E-mail and delete this
> > > message, along with any attachments, from your computer.
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > ~Kevin
> >
>
>
>
> --
> Amr Khaled
> Faculty of Computers and Information
>



-- 
~Kevin

Reply via email to