Entries Tagged as 'CFBuilder'

ColdBox Platform Utilities v2.1 Released

CFBuilder , News , Releases 6 Comments »
We have now released version 2.1 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This version brings new application templates that are ColdBox 3.0.0 M6 compatible and ready.  We have also introduced a new application template called SuperSimple that is nothing but MVC and well, super simple.  So enjoy!
The super simple template has bare bones MVC.  Very simple to use, no pesky inheritance, pure conventions.  So hopefully for those naysayers that say that ColdBox is sooo big. Nope, our core is conventions and we do it well my friends! Let's look at the handler: <cfcomponent output="false">

   <!--- Default Action --->
   <cffunction name="index" returntype="void" output="false" hint="My main event">
      <cfargument name="event" required="true">
      <cfset var rc = event.getCollection()>
      
      <cfset rc.welcomeMessage = "Welcome to ColdBox!">   
      
      <cfset event.setView("General/index")>
   </cffunction>

</cfcomponent>
Can't get easier than that! Hope you enjoy the template.

ColdBox Platform Utilities 2.0 Released!

CFBuilder , News , Releases No Comments »

I am glad to announce a new release for our Adobe ColdFusion Builder Extensions: ColdBox Platform Utilities 2.0.  This new update features the following:

- Creation of virtual entity services for our ColdBox ORM integration

- Updated the ORM Event Handler so you can generate it and enable entity dependency injection via WireBox

- New ORM Templated Services so you can create base ORM classes

- New ORM Virtual Entity Services  so you can create base ORM classes binded to specific entities

- New WireBox contributions: Property Injection so you can generate cfproperty injections

- New WireBox contributions: Setter Injection so you can generate DI for setters and even include generation of setters and getters.

For those of you using a previous version of the extensions, just auto update!

ColdBox Platform Utilities v1.9 For ColdFusion Builder Released

CFBuilder , Releases No Comments »
We have now released version 1.9 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This release adds some important internal refactorings and the following cool new features:

  • Integrated live API
  • Integrated Help
  • Integrated Google Search for error retrievals, forum search, mailing list search, official docs search and much more.
  • Creation of ORM Event Handlers
Enjoy!








ColdBox Platform Utilities v1.8 For ColdFusion Builder Released

CFBuilder , News , Releases No Comments »
We have now released version 1.8 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This version brings in some cool new stuff and some fixes for auto updates and ForgeBox connectivity.  We are already planning the next version with some more cool stuff coming your way.

Version 1.8
  • Update to application templates to new 3.0.0 M5 standards
  • Update to code generation templates with some fixes on old code
  • Generation of ColdBox Integration tests. You can now generate integration tests a-la-carte
  • Fixes for security generator when generating interceptor code
  • New menu contribution: ColdBox ForgeBox to provide a tighter integration to ForgeBox


ColdBox Platform Utilities v1.6 For ColdFusion Builder Released

CFBuilder , News , Releases 2 Comments »
We have now released version 1.6 of the ColdBox Platform Utilities extension for ColdFusion Builder.  This 1.6 updates almost all of the assets and internal templates for some nice refactoring.  You can use the auto update features if you like, however, we recommend for this release to do a manual override, as there are several things that need to removed also.  The upcoming releases will be more stable in terms of auto-updating.  Or if you are adventurous, just click on the Auto Update features and voila done!


Version 1.6 Updates
  • Lots syntax updates and refactoring
  • Addition of css/js and jquery assets
  • Install from ForgeBox by slug entry.  You can now very easily install ANY entry from ForgeBox by just using its unique slug
  • Lots of updates for setting up interceptors with or without programmatic configurations