Jeroen Reijn 7/6/2006

Configurable cocoon.createObject()

Read Original

This article details a solution for dynamically instantiating Java objects within Apache Cocoon's Flowscript. It explains how to avoid hardcoding class names by using configuration modules (like DefaultsModule) to fetch class paths and then instantiate objects using cocoon.createObject(). The post includes code snippets and setup instructions for making object creation configurable.

Configurable cocoon.createObject()

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week