Spring's "p" namespace and AppFuse Performance Tuning
After seeing Rod Johnson's post about Spring 2.0's "p" namespace, I'm wondering if it's something we should include in AppFuse? I don't think it's quite as intuitive as <property name="">, but I'm curious to see what users think. The biggest reason against using it is (AFAIK) neither Eclipse nor IDEA will give you code-completion on (whereas they will for <property name="">).
In other news, Matt Fleming has an excellent writeup on how he optimized AppFuse (Spring MVC flavor) to handle pages with large forms. His form was 38 MB worth of HTML when saved to disk so I doubt everyone will need this, but it certainly is interesting information. If there's enough demand, we'll make Matt's suggestions available options in an upcoming release.
Posted by Christian Dupuis on November 29, 2006 at 04:09 PM MST #
Posted by Sanjiv Jivan on November 29, 2006 at 08:13 PM MST #
have you had a look at XBean? (Part of the Geronimo Project)
Shameless plug: I posted my two cents and some information about XBean here. :)
-Stefan
Posted by Stefan Kleineikenscheidt on November 29, 2006 at 09:08 PM MST #
Posted by Rick Marry on November 30, 2006 at 01:46 AM MST #