Difference between
version 4
and
version 3:
At line 22 changed 1 line. |
AppFuse uses [Hibernate|http://www.hibernate.org] for its default persistence layer. Hibernate is an Object/Relational (O/R) Framework that allows you to relate your Java Objects to database tables. It allows you to very easily perform CRUD (Create, Retrieve, Update, Delete) on your objects. |
AppFuse nutzt [Hibernate|http://www.hibernate.org] als Standard Persistenz Schicht. Hibernate ist ein Object/Relational (O/R) Framework, welches es einem ermöglicht, Java Objekte und Datenbanktabellen zu verknüpfen. Das Framework erlaubt es einem, sehr einfach CRUD (Create, Retrieve, Update, Delete) Methoden auf seine Objekte anzuwenden. |
At line 24 changed 1 line. |
;:''You can also use [iBATIS|http://ibatis.com] as a persistence framework option. To install iBATIS in AppFuse, view the README.txt in {{extras/ibatis}}. If you're using iBATIS over Hibernate, I expect you have your reasons and are familiar with the framework. I also expect that you can figure out how to adapt this tutorial to work with iBATIS. ;-)'' |
;:''Man kann auch [iBATIS|http://ibatis.com] als Persistenz Framework verwenden. Weitere Informationen, um iBATIS in AppFuse zu installieren, findet man in der README.txt in {{extras/ibatis}}. Falls man IBatis über Hibernate nutzen will, gehe ich davon aus, dass man gute Gründe dafür hat und sich mit dem Framework auskennt. Ich nehme auch an, dass man sich selbst vorstellen kann, wie man dieses Tutorial in Zusammenhang mit IBatis nutzen sollte. ;-)'' |
Back to CreateDAO_de,
or to the Page History.
|