Hey Kazuomi, thanks a ton! The time I looked for a maven repository with the Amazon Java SDK I couldn't find one, but now after reading your email and put that into google, I found a bunch of them. What I did was to manually compile it, and add it to my lib-ext folder, but that wasn't working. Thanks man! I will keep on going now (: I wanted to ask you how you made your wrapper for the DynamoDB? What do you think of what I am doing?
Renato M. 2012/6/30 Kazuomi Kashii <[email protected]>: > Hi Renato, > > Please use the following for dependency in pom.xml at gora-dynamodb. > > <dependency> > <groupId>com.amazonaws</groupId> > <artifactId>aws-java-sdk</artifactId> > <version>1.3.12</version> > </dependency> > > If you need further help, let me know. > > Regards, > -Kaz > > > > On 6/30/12 12:01 PM, Renato Marroquín Mogrovejo wrote: >> >> Here it goes Kazoumi! There are a bunch of things I added to Gora's >> core, maybe you can also give me an opinion on my implementation (: >> Thanks again! >> >> Renato M. >> >> >> ---------- Forwarded message ---------- >> From: Renato Marroquín Mogrovejo<[email protected]> >> Date: 2012/6/30 >> Subject: Problem Compiling DynamoDB datastore >> To: Gora Dev<[email protected]> >> >> >> Hi all, >> >> I am on my way to implement DynamoDB datastore for Gora and I have >> coded quite a few modifications on Gora's core but the thing is that I >> am not being able to make it compile using maven. It apparently >> doesn't recognize the newly created packages and classes. I was hoping >> if any you could give it a look and give me hand on this which is >> driving me crazy. >> Thanks a ton in advance. >> >> >> Renato M. > >

