I do not have the stacktrace right now. Worked after i put these:
PropertiesModule DefaultGuiceModule OAuthModule ShindigExtrasguiceModule Is that the minimum requirements to use just the gadget container? A guide to create a new empty project or a maven archetype for that would be nice, I could do that, but first I would like to understand why I need these guise modules. Sent from my iPhone On 10/12/2010, at 03:14, Gagandeep singh <[email protected]> wrote: > I have not tried a separate setup, but if your getting Guice errors with > your current setup, then some bindings must not be available. Try looking at > the modules installed in > view-source:http://svn.apache.org/repos/asf/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml > . > Or post some of the Guice binding errors, might be able to figure out which > module is missing. > > On Thu, Dec 9, 2010 at 7:20 PM, Maxwell <[email protected]> wrote: > >> So, I think I have to put at least the DefaultGuiceModule in the web.xml >> right? >> >> I tried and got some guice errors, saying that can not find correct >> constructors. >> >> I have to do something else? >> >> Sent from my iPhone >> >> On 08/12/2010, at 19:59, Han Nguyen <[email protected]> wrote: >> >>> You can also find few more samples under sandbox/trunk/ , look at >>> cmis-binding and shindig-spring-example >>> >>> >>> >>> From: Henry Saputra <[email protected]> >>> To: [email protected] >>> Date: 12/08/2010 04:49 PM >>> Subject: Re: Creating a new empty project. >>> >>> >>> >>> Hi, >>> >>> You can include Shindig modules as maven dependencies in your pom.xml >>> file. >>> >>> Take a look at the example from trunk/java/server/ module to see >>> example how to use Shindig jars as part of your web application. >>> >>> Hope this helps. >>> >>> - Henry >>> >>> On Wed, Dec 8, 2010 at 11:39 AM, Maxwell <[email protected]> wrote: >>>> Hi guys, I was using the shindig itself to test my custom containers. >>>> >>>> I had downloaded the source and used mvn -Prun, and added my HTML, js >>> files to work folder of jetty. >>>> >>>> Now I wanna create a new empty project and use shindig as dependence, >>> how should I do that? >>>> >>>> I just need to put jars on classpath and configure a web.xml? >>>> >>>> I would like to use maven. >>>> >>>> Sent from my iPhone >>> >>> >>> >>> -- >>> Thanks, >>> Henry >>> >>
