[cfaussie] OO Application Architecture

2012-01-03 Thread Gavin Baumanis
Hi Everyone, I was recently chatting at work about how we might go about architecting a new application. I suggested that we have; Objects, Service Managers and Gateways. Whereby the ServiceManager is the public API for the gateway. Then I got asked , Why? I explained that it was good

Re: [cfaussie] OO Application Architecture

2012-01-03 Thread Mark Mandel
Short answer - Often the service layer proxies the gateway, but not always. Also, there is no reason a archive layer couldn't communicate to multiple gateways and/or services. Mark Sent from my mobile doohickey. On Jan 4, 2012 11:46 AM, Gavin Baumanis beauecli...@gmail.com wrote: Hi

[cfaussie] Re: OO Application Architecture

2012-01-03 Thread Dave
I explained that it was good practice to separate out the plublic API from the gateway and gave the example of changing database providers. Not sure that's a great argument - changing DB's is very rare in projects. Question: Does your app consist of just database calls, or is there ever any

[cfaussie] CF Report Builder tool: any success stories?

2012-01-03 Thread Barry Beattie
I was just going through the cfaussie archives for anything on Report Builder. not many posts (2 for 2011) either: it's so simple to use, it gets results without headache or: not many people are using it. Have people been able to successfully incorporate Report Builder into apps for end users

RE: [cfaussie] CF Report Builder tool: any success stories?

2012-01-03 Thread Dale Fraser
We use it widely here, It's actually a very good tool with limitations, but free. Its integrated into our app and produces PDF reports. The main advantage it has over cfdocument is pixel level control and pagination. Be happy to answer any questions you might have Barry, I believe

Re: [cfaussie] CF Report Builder tool: any success stories?

2012-01-03 Thread Barry Beattie
thanks Dale, appreciated. any nasty limitations? (apart from the builder tool being on Windows only) Do your end-users produce/manage the created CFR files? (a requirement is for shared and per-user/individual custom reports) thanks B On Wed, Jan 4, 2012 at 12:50 PM, Dale Fraser

[cfaussie] Re: OO Application Architecture

2012-01-03 Thread Gavin Baumanis
It's kind of funny - but just after having writtemn the initial post I was doing some work that was perfect for a service ayer / manager CFC. Although very new, the DAO object was alrready in use, but was returning queries. Problem for me was; I wanted to do my new work using objects. (The

RE: [cfaussie] CF Report Builder tool: any success stories?

2012-01-03 Thread Dale Fraser
No, Our users don't do it, im not sure how well that would work, the tool is a bit quirky, but with training might be ok. I don't see why they couldn't use the tool and then have a webpage where they can upload the cfr to use. The queries can be embedded in the report. We tend to

RE: [cfaussie] Re: OO Application Architecture

2012-01-03 Thread Dale Fraser
I could argue that the DAO which gets data should return data in the appropriate format. If the DAO doesn't return data in the necessary format then what is the reason for it returning data in the wrong format. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com