Yeah there are a few issues with the app right out of the box. One idea I would propose is just looking through the source code for how I setup transfer and the service layer. Then take a look at the ColdSpring config. I think I might have some time this week to make the Flex code available and polish off some loose ends. It helps motivate me when I know at least one person is interested in will benefit from the sample. Not sure if it will be soon enough for you.
--Kurt On Mon, Dec 22, 2008 at 10:07 AM, Jamie Jackson <[email protected]> wrote: > > Hey Kurt, > > Thanks for the link. I've downloaded the app, but it's taking some > tweaks to get it running on my system (case sensitivity issues mostly, > also minor probs with the mysql setup sql). I can send you patches if > you'd like, just let me know. > > The next "real" issue I ran into was "Event-handler for event > 'public.profile', module '' is not defined," when clicking the > "register" link. (The event handler is truly nonexistent, so no > surprise there.) > > You mentioned the app was unfinished, so I'll bet you're not surprised > there are issues, but I wanted to get a feel for what you care for me > to report (if anything), and what sorts of things you'd prefer I > ignore. > > Thanks again, > Jamie > > On Sat, Dec 20, 2008 at 7:26 PM, Kurt Wiersma <[email protected]> wrote: >> >> I have a close to finished version of my sample/starter app called >> AppBooster. I have a version of AppBooster that uses Transfer and has >> Flex interface. I could probably finish it up and send it you at some >> point if you think it would be helpful. Here is the version I have >> published so far. >> >> http://wiersmablog.com/machblog/index.cfm?event=showEntry&entryId=A10A2B78-1109-60B8-3F7F013F26D7F499 >> >> --Kurt >> >> On Sat, Dec 20, 2008 at 4:12 PM, Jamie Jackson <[email protected]> wrote: >>> >>> Note to self, read through this a bit: >>> http://groups.google.com/group/transfer-dev/browse_thread/thread/abdb2191dcfd226/9038ce78524fd659?lnk=gst&q=flex#9038ce78524fd659 >>> >>> On Dec 20, 3:46 pm, Jamie Jackson <[email protected]> wrote: >>>> Background: >>>> >>>> I've used Transfer, MG, and CS (DI-only) together on a project before, >>>> so I'm familiar with those pieces. >>>> >>>> For the project I'm on now, it will require MG and Flex to use the >>>> same model, so I'm planning to use the above stack, as well as some >>>> technology that's new to me, namely CS for Remote Proxy generation (to >>>> remotely expose parts of my internal Services), Flex, and maybe >>>> Conduit. I've got the CS Remote Proxy part working in a rudimentary >>>> sort of way, and I can hit these remote methods from Flex (via Flash >>>> Remoting), but that's about as far as I've gotten on the Flex <=> CFMX >>>> front (which isn't very far). >>>> >>>> Here's the part I need help on: >>>> >>>> 1. My remote methods currently return Transfer objects, and I need to >>>> learn how to go from those to populate forms in Flex. >>>> 2. I also need to be able to save down Flex forms via my remote >>>> service methods. >>>> >>>> I've been reading Mark's recent posts (http://groups.google.com/group/ >>>> transfer-dev/browse_thread/thread/d7f650f4a8dd482e) and blogs (http:// >>>> compoundtheory.com/?action=displayCategory&ID=58) on Conduit, but I'm >>>> too new to Flex to be able to get my head around it. I could really >>>> use a simple sample Conduit app. Mark, you wouldn't happen to have one >>>> in the works, would you? >>>> >>>> Alternatively, it would help me to see a sample Flex app that uses >>>> Transfer on the back-end in the old-school way (pre-Conduit, using >>>> what, DTOs? or something)? (Of course this begs the question that >>>> anybody is actually using Transfer in a Flex back-end.) >>>> >>>> Failing that, if anybody could point me to their favorite *modern* >>>> sample application that uses Flex/CFMX, I'd be very appreciative. >>>> There's a pretty decent amount of information about CFMX+Flex, but so >>>> much of it is about the Flex ColdFusion Project Wizard (which I can >>>> only assume from past experience with code generators, and wizard- >>>> generated applications, is not a good long-term solution), "hello >>>> world" level examples, and old articles whose currency/validity is >>>> suspect. >>>> >>>> That turned out to be a long and needy post. Maybe you can tell that >>>> I'm struggling. ;-) Anyway, I'd appreciate any discussion whatsoever >>>> that I can drum up. >>>> >>>> Thanks, >>>> Jamie >>> > >>> >> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
