Activity Not Available

News

  Analyzed over 1 year ago based on code collected over 1 year ago.
 
Posted about 17 hours ago by lmaj...@gmail.com (Luis Majano)
I submitted a patch for this. It was in the super type for lite.
Luis Majano
CEO
Ortus Solutions, Corp
Toll Free/Fax: 1-888-557-8057
Direct: 909-248-3408
[link]
Twitter: @lmajano, @ortussolutions
Posted about 17 hours ago by amor...@iknowkungfoo.com (Adrian Moreno)
I was testing out ColdBox Lite with my art gallery application and quickly
hit an error .
I have a handler (Main.cfc) with two functions:
public function index(event,rc,prc) void {
rc.welcomeMessage = "Welcome to the Kung Foo ... [More] Gallery!";
event.setView("gallery/index") ;
public function carousel(event,rc,prc) string { [Less]
Posted about 18 hours ago by b....@bradwood.com
Do you need the docs to *do* anything like log, notify, contain dynamic output, be secured, talk to a database. If they really are just static, I'd simply leave them that way. Usually docs like that are something you just re-generate whenever they change.
Thanks!
~Brad
ColdBox Platform Evangelist
Posted about 18 hours ago by johnf...@sosapps.com (John Farrar)
I hope to also build an API for other sites to consume and take advantage
of the content of the site. Will be attending the Modules and REST services
sessions today. :)
Posted about 23 hours ago by parul.sa...@gmail.com (parulbali)
Hi everyone,
We recently used Mark Mandel's ColdDoc to generate API documentation for
our Coldfusion applications (all of which were built using ColdBox
framework). Another team member used JSDoc to generate documentation for
javascript files. We now plan to integrate the two into a single Coldbox
Posted 1 day ago by b....@bradwood.com
John, I think you could use ContentBox to get a skeleton of the site up quickly. You can then build modules for additional features. ContentBox can be used as the entire site, or you can add the ContentBox modules to an existing ColdBox site to have ... [More] only Blogging functionality for example.
Do you have a list of features you have been thinking about having on your site? ie: [Less]
Posted 2 days ago by mithlond...@gmail.com (jinglesthula)
I have some legacy code I'm trying to bring up to snuff as I move it over
into the CB framework. It contains security code scattered throughout the
model functions (not just at the beginning). Mostly it's like this:
<cfif session.user.hasPermission("so meDomainPermission")>
Do something
<cfelse>
Posted 2 days ago by b....@bradwood.com
That makes sense. If you need to use the ColdBox and non-ColdBox version of your models at the same time, that is probably the most straightforward way. If you are only using a model in one place OR the other, then you could set up one injector to ... [More] the be "parent" of the other injector. Then, always ask the child injector for your models, and if it can't find a model by that ID, it will ask the parent injector for it automatically. That could be useful if you are converting models over from one injector to the other as you wouldn't need to touch your code at all when moving them. [Less]
Posted 2 days ago by mithlond...@gmail.com (jinglesthula)
Yep - that worked like a charm. P.S. thanks for the quick response.
Posted 2 days ago by mithlond...@gmail.com (jinglesthula)
Right - for services we want injected we are doing it with cfproperty, and
are only using the injector directly when we call getInstance for our
transients.
To answer your previous question about multiple wirebox instances, yes - we
have 2 separate instances with separate bindings. The reason is our code
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.