|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
| View Poll Results: How Are You Structuring Your Apps? | |||
| Ad-Hoc Page-Pased (adduser.cfm, listusers.cfm, etc.) | | 24 | 58.54% |
| MVC/Framework (Fusebox, Model-Glue, Mach-II) | | 10 | 24.39% |
| MVC + Tiered Model (service layer, business objects, data layer, etc.) | | 5 | 12.20% |
| MVC + IOC Container / ORM (ColdSpring, Reactor, etc.) | | 2 | 4.88% |
| Voters: 41. You may not vote on this poll | |||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#16
|
|||
|
|||
|
I am not sure I follow
Quote:
Funny you should mention that. I have been looking at ColdSpring but I haven't gotten my head around how it works as of yet. I had a dim light bulb go off but I am not sure how I would go about using it. Given the example I posted, basically using the off the shelf CFC's that cfcgenerator generates, how would I use ColdSpring? Would I not have to instantiate the bean in order to populate it. Could I just instantiate the hrlinksDAO.cfc directly and use that object to populate the bean or vice versa (since the DAO is dependent on the bean)? Is this even close? And thank you in advance for taking the time to answer my question. |
|
#17
|
|||
|
|||
|
Actually the latest version of cfcgenerator includes creation of the ColdSpring XML file needed to handle all the dependency resolution. Have you had a look at that?
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > How Are You Structuring Your Apps? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|