Sean,

I'm definitely interested in seeing what you have.  I'll send you a 
direct email with contact info.

Thanks,
Carl

On 6/15/2011 3:32 PM, Sean Corfield wrote:
> I use the IBO pattern quite extensively but I tend to roll my own as
> needed. I have a generic Bean CFC that works as both a "regular" bean
> offering get/set methods around a single query row and as an IBO by
> supporting hasMore() / getNext() methods around a multi-row query.
> Bean also supports persistence (load(), save(), delete() methods -
> create() is handled by a service that injects a bunch of useful
> stuff). I could post it to github.com but the persistence stuff relies
> on a simple ORM written in Clojure so it wouldn't be much use to folks
> as-is (it actually uses arrays of structs instead of query objects
> because that's the way Clojure rolls :)
>
> I'd be happy to share the code with you off-list if you want to use it
> as the basis for something of your own... If you don't need
> persistence, it should be easy to convert the array-of-struct handling
> code into query handling code.
>
> Sean
>
> On Wed, Jun 15, 2011 at 11:11 AM, Carl Von Stetten
> <vonner.li...@vonner.net>  wrote:
>> I'm playing around with developing some CFCs for an intranet
>> application.  I have some objects which have queries with multiple
>> records associated with them.  Rather than store an array of objects to
>> work with the queries, I was exploring the Iterative Business Objects
>> (IBOs) model.  I looked at Peter Bell's RIAForge project
>> (http://ibo.riaforge.org/) and a couple of others by Paul Marcotte, as
>> well as some of Ben Nadel's blog entries on IBOs.  All of the RIAforge
>> projects are three to four years old now, and don't seem to be actively
>> maintained.  The download link to Peter Bell's project is broken.
>>
>> Anyway, I was wondering how people were handling this stuff with CF9
>> (without ORM at this point).  Should I be posting to CFC-Dev in
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345359
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to