Recommendation for tool/framework that follows the naked objects pattern?
Posted
by Marcus Munzert
on Stack Overflow
See other posts from Stack Overflow
or by Marcus Munzert
Published on 2010-04-21T08:35:06Z
Indexed on
2010/04/21
8:43 UTC
Read the original article
Hit count: 207
java
|object-oriented-design
|naked-objects
|model-driven-development
|user-interface
I am searching for a tool/framework that follows the naked objects pattern and is written in Java. I know about tools like for instance JMatter, Naked Objects and Domain Object Explorer. That's not exactly what I am searching for, though.
Open source would be great, but doesn't need to be. My intention is to use that tool/framework for the purpose of model-driven software development to do the modeling part. Ideally, such a tool/framework would provide the option to use JPA to store/load objects.
© Stack Overflow or respective owner