开发者

mvc view object best practice

开发者 https://www.devze.com 2023-02-16 13:13 出处:网络
We are currently working on an MVC proof of concept and are struggling with trying to decide what would be the best approach for dealing with \"views\" of information where we need to join two sources

We are currently working on an MVC proof of concept and are struggling with trying to decide what would be the best approach for dealing with "views" of information where we need to join two sources. (Primarily Oracle ADF)

So for example if you have employee开发者_StackOverflow社区s, departments, property and property location would it be better to create the views you need in the DB, by View Link, by Read-Only SQL View Object, etc.

In the case where you would be updating information creating an association between entities would make sense, but in most of our scenarios all we need is the information from the relationship(s).

Any thoughts / comments /advice would be appreciated.


for associations that are equ-joins, then doing it in the database is preferred. For master-detail models, you will want to create a link between the VO in ADF. This is needed so that the JSF/ADF Faces components can connect to the hierarchical or structured data controls properly (tables, tress, etc)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号