On Fri, Mar 28, 2008 at 9:08 PM, Aaron Cheung <[EMAIL PROTECTED]> wrote:
> That would be real nice.. have been under the impression that Shindig > requires Java, > perhaps due to historical impression from day 1 of Shindig... Thanks Dan.. > cheers! Shindig doesn't require using Java any more than MySQL requires C. One implementation of Shindig (the one that's further along at this point) happens to be written in Java, but all interaction with your data occurs via RPC calls and simple configuration. There are definitely non-Java deployments using Shindig's java implementation today. The goal of the java implementation is that anyone can use it without having to know anything about java at all. If you need tighter direct integration, there has been some very good progress on the PHP implementation as well.

