Re: File System Asset Factory help needed and petition wanted

2012-04-30 Thread bhorvat
f you want give code a try and let me know if you can help me solve the problem cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5677460.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread trsvax
There are various free services from Amazon but I don't know if S3 has one. It's pretty cheap. For shiro.ini something like user.userName = password,admin role.admin = * -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-an

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread TechniciuM
Horvat, odlicna ideja. Ne bi bilo lose da ovo uvrstis u slijedecu razradu Tap-a. Sto mislis o tome? -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5674392.html Sent from the Tapestry - User mailing list

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread bhorvat
You use oss.sonatype.org to host maven projects? I didnt know about it. That is cool Tnx for info :D -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5674097.html Sent from the Tapestry - User mailing

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread bhorvat
-Factory-help-needed-and-petition-wanted-tp5641308p5674096.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread Joakim Olsson
ini file. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5673952.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: File System Asset Factory help needed and petition wanted

2012-04-29 Thread trsvax
I don't have a Maven repository to put them in. It's on my TODO list. You do have to have an AWS account and the keys go in the ini file. -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5673952

Re: File System Asset Factory help needed and petition wanted

2012-04-28 Thread bhorvat
.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5673473.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: File System Asset Factory help needed and petition wanted

2012-04-17 Thread arterzatij
the file path (files/images, files/documents) and to put a link I used (${context:files/images}/${bean.file}) with this I didn't handle an stream -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p56

Re: File System Asset Factory help needed and petition wanted

2012-04-17 Thread trsvax
/work/'A'%20Bird/thumb/V.LtBlu.jpg You could store that url in your database instead of the image. see also http://aws.amazon.com/s3/ -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5646337.html

Re: File System Asset Factory help needed and petition wanted

2012-04-17 Thread Lance Java
> So what would you choice be? I know that no database manifacture actually recommend to store the files into DB. Say that you have huge files, or a lot of them and your db is on another server, it is a lot of mess. Caveat: I must admit that i've never needed to deal with large blobs (eg video) be

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread bhorvat
is corrupted, but I am not sure how to fix this. Cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5645272.html Sent from the Tapestry - User mailing list

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread bhorvat
xt: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5645268.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread bhorvat
anifacture actually recommend to store the files into DB. Say that you have huge files, or a lot of them and your db is on another server, it is a lot of mess. -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp56413

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread trsvax
I use Amazon S3 for this sort of thing. It easy and pretty cheap -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5644639.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread arterzatij
And what is the better approach in order to upload files to a web app without using DBs and file system? Cheers! -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5644119.html Sent from the Tapestry - User

Re: File System Asset Factory help needed and petition wanted

2012-04-16 Thread Lance Java
The J2EE specification states that you should never read or write to the local file system. Using the local file system raises many issues including security, portability, transactions, clustering and thread safety. I don't really agree with including a FileAssetFactory in the Tapestry source as th

Re: File System Asset Factory help needed and petition wanted

2012-04-14 Thread bhorvat
And once more I am hoping that this can be added to the tapestry? So if someone has any ideas why it should please let me know -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5641311.html Sent from the

File System Asset Factory help needed and petition wanted

2012-04-14 Thread bhorvat
ng that a lot of users will get onto this as I think that it should be part of tapestry :D Also how can someone become a contributor to the tapestry? -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p564130