JavaBeans and DSLs

Posted by Aaron Digulla on Stack Overflow See other posts from Stack Overflow or by Aaron Digulla
Published on 2009-06-22T14:29:14Z Indexed on 2010/04/06 8:03 UTC
Read the original article Hit count: 575

Filed under:
|
|
|

It's 2009 and we still all hold on the JavaBeans despite all their flaws, mostly because of the tooling support which we wrote in our own blood.

But now we have method chaining and internal DSLs and some pressure to replace or extend JavaBeans with DSL classes. Has anyone an implementation that implements PropertyDescriptor for a DSL (where the getters and setter use the exact same name as the property) and a way to hook that into the Java RT so I don't need to create them all by myself?

© Stack Overflow or respective owner

Related posts about java

Related posts about javabeans