Dan made a few changes to the sample app to deal with pathing issues when running the sample from a folder off of the web root. He's also added the ability to configure cfUniform via a Coldspring bean and has added grid view based on jQuery datatables. I believe that the direction will be to allow for anything that is configurable to be able to be specified via Coldspring beans.
I just added a new List view that is based on the jQuery Tablesorter plugin. It provides client-side sorting and paging. Because it's all client-side it will automatically work with all ORMs without having to worry about any ORM-specific code. In the sample app I have configured it to be the default List template via the Coldspring.xml file, but that's easy to change. If you're interested, please get the most recent copy from the branch and check out the new list view. I think it's pretty freakin' cool, which I feel OK saying as all of the work is being done by a jQuery plugin that I didn't write. It took me all of about 30 minutes to build and integrate this new view. Cheers, Bob On Sat, Jan 23, 2010 at 10:10 PM, byron <[email protected]> wrote: > Bob, > > Found my error. For some reason a commented out the <cfset > createmappings()> line. Fixed that and it runs as advertised without > modification. I do have one question and this may be way premature. > Why are you creating mappings for the views and beans? Is this just > specific to this example, specific to what the scaffolding will > ulitmately be, or is this a "best practice"? I've always been a > little confused on the issue of relative vs absolute directories. My > assumption if this goes to fruition, there would be settings like > where you have your cfUniform located, things like that. And these > settings would be configurable in Coldspring. > > Like I said, you have probably thought about these things. > > Thanks again. > > Byron > -- Bob Silverberg www.silverwareconsulting.com Hands-on ColdFusion ORM Training @ cf.Objective() 2010 www.ColdFusionOrmTraining.com -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en
