In this site[1] we can see a lot of data model examples. Maybe the click guys can choose one of them! I've personally liked this one[2]
Regards, Gilberto [1]http://www.databaseanswers.org/data_models/ [2]http://www.databaseanswers.org/data_models/event_reservations/index.htm JIRA [email protected] wrote: > > [ > https://issues.apache.org/jira/browse/CLK-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878983#action_12878983 > ] > > Gilberto C Andrade commented on CLK-690: > ---------------------------------------- > > Something the Apache Click project could do is choose a good domain model > (like spring example: pet-store) and use it to demonstrate the ORM > intregation. That not necessarily needs to be on click examples, but maybe > on confluence or wiki showing real webapp examples. > >> Common ORM layer/package >> ------------------------ >> >> Key: CLK-690 >> URL: https://issues.apache.org/jira/browse/CLK-690 >> Project: Click >> Issue Type: Improvement >> Components: extras >> Reporter: George Stan >> >> Please introduce a common ORM layer/package. Something like >> "org.apache.click.extras.orm" . >> Just too much of the various Click ORM code look the same, so it could be >> in this package. >> If there would be a "generic"(common) ORM implementation: >> * the Click Pages would be really ORM independent, allowing to simply >> switch the ORM just by changing the filter in web.xml. >> * support for many more ORMs could come: lot of code wouldn't be >> duplicated. Click could be listed in more places. >> * a tutorial about Click+ORM would be 95% usable for any ORM with such a >> functionality - no need for extra documentation. >> <pre> >> CayenneForm \ >> HibernateForm | -> org.apache.extra.orm.EntityForm >> JPAForm | >> BatisForm / >> PropertySelect -> org.apache.extra.orm.PropertySelect >> QuerySelect -> org.apache.extra.orm.QuerySelect >> </pre> > > -- View this message in context: http://click.1134972.n2.nabble.com/jira-Created-CLK-690-Common-ORM-layer-package-tp5177391p5192208.html Sent from the click-development mailing list archive at Nabble.com.
