On Wednesday 02 July 2008 05:42:05 pm Kevin Brown wrote: > On Wed, Jul 2, 2008 at 4:00 PM, Hans Granqvist <[EMAIL PROTECTED]> wrote: > > This is all good info, thanks! > > > > However, I've looked into the source and have a few concerns. Here's what > > I'm struggling a bit with: > > > > I really want to use Shindig as a basis for my social network, but Maven > > is a lil bit too complex for me (hey, I struggle with Ant! ;). > > > > I'd like to be able to write my code on my own and then slot it into > > Shindig, but the SocialApiGuiceModule.java needs to be changed at > > compile-time, which means I somehow *have* to build my social network > > in one build. I therefore *have* to understand Shindig's build process. > > You're not supposed to modify the module, you're supposed to provide your > own. The module itself is actually loaded from the web.xml. You can always > replace SocialApiGuiceModule with any other module.
Hey is this documented anywhere? > > > Does this make sense? > > > >

