Re: [beanutils] [dbutils] Interfaces as beans, for databases

2009-02-10 Thread Liam Coughlin
Yes and Yes! There is absolutely a lot of potential there -- it's also one of the reasons I'd really like to see RowHandler become a first class part of the dbutils library -- ProxyGeneratingRowHandlers could do all sorts of interesting things. On Tue, Feb 10, 2009 at 5:28 PM, Dan Fabulich wro

[beanutils] [dbutils] Interfaces as beans, for databases

2009-02-10 Thread Dan Fabulich
Have you seen ActiveObjects? It's an incubating ORM layer over at dev.java.net; it's got some neat stuff in it. https://activeobjects.dev.java.net/basic-concepts.html I'm especially drawn to the idea that a bean could be defined as an interface, rather than as a concrete implementation. It