Blog

WireBox v1.3.1 Released!

Luis Majano March 27, 2012

Spread the word

Luis Majano

March 27, 2012

Spread the word


Share your thoughts

We are so proud to announce a new release for WireBox, our Dependency Injection and AOP framework for ColdFusion.  This release is packed with great fixes and lots of enhancements when doing AOP and dynamic ColdFusion coding.  We are also incredibly excited about releasing our enhanced ORM services and utilities alongside our DI framework, so developers can take advantage not only of the greatest dependency injection and aspect oriented library, but also great ColdFusion ORM enhancements and libraries.  So check out our official release in the ColdBox engineering blog to read all the geeky and juicy specifics of this release.

This release sports great things like:

  • AOP enhancements
  • Virtual Inheritance
  • Mapping Attributes
  • Runtime Mixins
  • Better mapping control
  • ORM services
    • Base Service Layers
    • Virtual Service Layers
    • Active Entity
    • Hibernate Critieria Builders
    • Entity Dependency Injection and AOP
    • Hibernate To WireBox listeners
    • So much more.

 

Add Your Comment

Recent Entries

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 is a high-impact release with two big headlines and a long tail of hardening. The first headline is a massive performance upgrade to string handling: a new first-class BoxStringBuilder type, compile-time literal folding, smarter &= semantics, and a runtime concat strategy that automatically switches to builder-backed accumulation once your expression gets big enough. Your existing string-heavy code just got faster. No rewrites required.

Luis Majano
Luis Majano
July 09, 2026
MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox includes a native web runtime for building small, fast BoxLang web applications without requiring a JVM or a traditional servlet container. You can follow the MatchBox open beta at https://github.com/ortus-boxlang/matchbox. There are two related pieces in the beta today: a webroot server for .bxm templates and static assets, and a routed app server built around web.server(). Both are early, but they show the direction clearly: BoxLang should be able to serve HTTP from a compact native runtime when the application does not need the full JVM stack.

Victor Campos
Victor Campos
July 07, 2026