[transfer-dev] Re: Anyone doing / soon to be doing Flex work with Transfer?

2008-11-28 Thread Bob Silverberg
I've done next to nothing with Flex yet, but Ive got a big project coming up in the new year that will be primarily Flex for the front-end. I look forward to seeing what you've come up with. Bob On Fri, Nov 28, 2008 at 6:52 AM, Stephen Judd [EMAIL PROTECTED] wrote: Mark, I'm going to be

[transfer-dev] Re: Anyone doing / soon to be doing Flex work with Transfer?

2008-11-28 Thread James Allen
Hey there Bob. You always seem to nail your blog posts on Transfer etc, so I was wondering if you have any plans to blog on your Flex learnings? I've never used it either but keep on hearing how good it is.. Some blog posts on the basics would be great to read. --- James Allen -Original

[transfer-dev] Cache syncing between applications on one server

2008-11-28 Thread Stephen Moretti
I know that there is TransferSync for cluster syncing transfer caches, but is it possible to sync between applications on the same server? Basically, I have a backend and a frontend application each has its own application name. The backend application is the Content Management side of things. The

[transfer-dev] Re: Cache syncing between applications on one server

2008-11-28 Thread Bob Silverberg
Or you could keep the transfer instances as is, and specify SERVER as the caching scope for each. Another way of accomplishing the same thing as suggested by Chris. I'm not sure what the trade-offs would be between those two approaches. Bob On Fri, Nov 28, 2008 at 11:05 AM, Chris Peterson

[transfer-dev] Re: Cache syncing between applications on one server

2008-11-28 Thread Paul Marcotte
Stephen, Out of curiosity, are both applications being initialized with the same transfer.xml and use the same definitions path? If so, then targeting the server scope for cache is the way to go. The only caveat is that your application init code will then have to clear the cache out of server

[transfer-dev] Re: Anyone doing / soon to be doing Flex work with Transfer?

2008-11-28 Thread Kevin Roche
Mark, I will be starting a new project soon that will use Flex and probably Transfer too. Kevin Roche -Original Message- From: transfer-dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Mandel Sent: 28 November 2008 06:48 To: transfer-dev@googlegroups.com Subject:

[transfer-dev] Re: Anyone doing / soon to be doing Flex work with Transfer?

2008-11-28 Thread Tom McNeer
Mark, Me, too. I have one client for whom I have done a public-facing application using Transfer, and now we're getting ready to build lots of internal management applications. Those apps will be primarily (or all) in Flex, and I'm certainly planning on using Transfer. I also have another

[transfer-dev] Re: Nullable Values - still don't get it

2008-11-28 Thread Paul Marcotte
Hi Jared, You can call nullifyDates() in the configure method of your decorator. Transfer will fire the configure method before returning the new object. Paul On Fri, Nov 28, 2008 at 1:28 PM, Jared [EMAIL PROTECTED] wrote: I read through this thread, but I still don't understand how to

[transfer-dev] Re: Nullable Values - still don't get it

2008-11-28 Thread Paul Marcotte
Ooops, I misread your post. You could use an afterNew Observer instead. But I'm wondering if configure is fired even on get()? ***heads to docs... Paul On Fri, Nov 28, 2008 at 1:59 PM, Paul Marcotte [EMAIL PROTECTED] wrote: Hi Jared, You can call nullifyDates() in the configure method of