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
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
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
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
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
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