Re: [ANN] Tapestry AWS Services

2012-04-16 Thread bhorvat
https://github.com/trsvax/tapestry-aws-core there are two .. in your link :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-AWS-Services-tp3407864p5645466.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [ANN] Tapestry AWS Services

2012-04-16 Thread bhorvat
The url is broken can you reposted? -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-AWS-Services-tp3407864p5645394.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

[ANN] tapestry-aws

2011-03-20 Thread Barry Books
I've been organizing my common code into libraries and when it makes sense hosting then at https://github.com/trsvax/ This project builds upon tapestry-aws-core which just exposes the Amazon libraries as Tapestry services. I started using AWS when the only service was S3. Tapestry-aws will contai

Re: [ANN] Tapestry AWS Services

2011-03-03 Thread Barry Books
https://github..com/trsvax/tapestry-aws-core - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [ANN] Tapestry AWS Services

2011-03-03 Thread Mark
Sounds great, but did you forget the github url? :) Mark On Thu, Mar 3, 2011 at 6:34 AM, Barry Books wrote: > Now that I figured out GitHub I'm posting another library I use all > the time. This is really just a AppModule that makes the AWS java > library work as a set of Tapestry Services. Then

[ANN] Tapestry AWS Services

2011-03-03 Thread Barry Books
Now that I figured out GitHub I'm posting another library I use all the time. This is really just a AppModule that makes the AWS java library work as a set of Tapestry Services. Then you can do things like public class S3Index { @Inject private AmazonS3 amazonS3; @Property