Blog

WireBox AOP is here!

Luis Majano June 02, 2011

Spread the word

Luis Majano

June 02, 2011

Spread the word


Share your thoughts

After much hard work our WireBox AOP Engine is finalized and will be released shortly.  You can test drive it by using our development github branch!  We have concentrated ourselves in simplifying Aspect Oriented Programming and have fully documented our AOP engine.  This will get you a good start with AOP and WireBox.  We have also included 3 aspects in our release:
  • MethodLogger : Useful for method logging
  • CFTransaction : An annotation based ColdFusion transaction aspect
  • HibernateTransaction : An annotation based Hibernate transaction aspect
So stay tuned as our 3.1 release is coming up shortly!

Add Your Comment

Recent Entries

Building Native CLI Apps with MatchBox & Native Fusion

Building Native CLI Apps with MatchBox & Native Fusion

MatchBox makes BoxLang practical for a classic deployment target: the single-file command-line application.

The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox.

With the MatchBox native target, you can compile a .bxs script into a standalone executable for macOS, Linux, or Windows. The generated binary includes the MatchBox VM core and your compiled BoxLang bytecode. It does not require a JVM, a separate MatchBox install, or any runtime on the target machine.

Jacob Beers
Jacob Beers
July 14, 2026