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
this would encourage people to do what I consider to be the wrong thing. Is
there any chance you could use a BLOB in a database or some other more
scalable solution?

Reply via email to