cbproxies
OfficialMake BoxLang components act as Java interfaces
AuthorColdBox
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Enable ColdBox/BoxLang components to be used where Java interface implementations are required, removing impedance between CFML components and Java frameworks and avoiding manual adapter wiring.
Core Features & Use Cases
- ProxyFactory injection to obtain proxy creation utilities for WireBox-managed components.
- Interface-based proxying that lets BoxLang/CFML objects implement Java interfaces such as Runnable, Callable, or Comparator so they can be passed to Java APIs.
- Lazy-loading proxies to defer expensive service instantiation until the first method call and reduce startup cost.
- Method interception / decorators for transparent logging, metrics, caching, or transaction boundaries without modifying original components.
- Production patterns such as implementing Java Comparators for sorting Java collections and Runnable for background execution with Java executors.
Quick Start
Wrap a BoxLang component with ProxyFactory to create a Java Runnable proxy and submit it to a Java executor for background execution.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cbproxies Download link: https://github.com/ColdBox/skills/archive/main.zip#cbproxies Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.