I\'m looking for clever ways to build dynamic Java classes, that is classes where you can add/remove fields at runtime. Usage scenario: I have an editor where users should be ab
I do almost the same, it's pure Java solution:
Speaking of performance (which is important in my case), you can hardly beat this solution. Reusability is the same of XML document.