用于元数据驱动方法的良好 Java 库或框架?
我对 Java 还很陌生,我有一个项目需要使用元数据驱动的方法设计,因为它有 200 多个不同的对象,并且这些对象将来可能会更改。我的问题是是否有任何库或框架可以让我在java中快速实现这种方法?我之前考虑过休眠,但我认为它不再支持元数据驱动的设计。任何建议将不胜感激。提前致谢。
I am pretty new to Java and I have a project need to use metadata driven approach design since it has more than 200 different objects and those objects could be changed in the future. My question is if there is any library or framework that I can quickly implement this approach in java? I was thinking hibernate before but I don't think it support metadata driven design any more. Any suggestion would be appreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EMF 是模型驱动开发的一个非常好的选择。你应该看看它。请按照以下两个教程看看是否适合您。
EMF is a very good choice for Model Driven Development. You should take a look at it. Follow the below two tutorials to see if that fits for you.