[transfer-dev] Re: Convert array of transfer objects to query

2009-06-16 Thread Matt Williams
hit, but a DB call versus converting it in memory. I think Bob meant that if you already have the array of objects, why convert it to a query? Why not just return the array of objects and use the array in your view? No conversion, no DB hit. Matt Williams

[transfer-dev] Re: Soft Delete?

2009-03-03 Thread Matt Williams
with each query. And in the case of an OUTER JOIN, I will have (deleted = :deleted OR deleted IS NULL) I'm not sure if I'll have to worry about the undelete challenge or not. I suppose one option would be to somehow force a reload of all those related objects. Matt Williams

[transfer-dev] Re: Cache not updating

2009-01-27 Thread Matt Williams
It sounds like somehow when you get the transfer bean that you are saving it is not pulling the cached version. How do you get that bean and populate it? The Remote Proxy could be the issue if it is somehow getting setup with a different instance of Transfer. Matt Williams On Jan 27, 8:04 am

[transfer-dev] Re: transfer object onetomany (add to array)

2008-12-16 Thread Matt Williams
16, 2008, at 2:26 PM, Matt Quackenbush wrote: On Tue, Dec 16, 2008 at 2:23 PM, Matt Williams wrote: Whenever I walk out my front door, there's a Matt and a mat (it says Welcome). Matt is standing on the mat. ok. enough. Matt /cf_rimshot :D