On Mon, Jul 28, 2008 at 11:08 AM, Ben Laurie <[EMAIL PROTECTED]> wrote:

> So, I'm supposed to be constructing a how-to for container authors on
> running Shindig and Caja.
>
> I presume one is not expected to run Maven for a production system.
> So, what does one do for that?


Maven is a build system. You use it to build the artifacts (JAR or WAR
files) for deployment on an appropriate servlet container (jetty, tomcat,
jboss, etc.) If you're using a J2EE container, you can probably just drop
the WAR in and it'll work. For other setups, using the jars with some
wrapper logic is probably more appropriate.


> Similarly, are there any instructions on integrating with my own
> systems or running my own opensocial javascript? Or do I have to work
> that out by poking?


For social data, you have to implement the primary social data interfaces
(people, activities, and app data). Christian Schalk has an excellent
writeup on the process, though it's a bit dated now. Cassie, Ian, and Louis
might be able to offer assistance here.

Reply via email to