1

我有一个基本的 java-maven-wicket 项目,需要一个持久层。我想从一些相当简单且维护成本低的东西开始,这样我就可以专注于业务逻辑。我一直在直接使用 db4o,但遇到了一些问题,我想转而使用 datanucleus,因为它同时支持 db4o 或常规 rdbms。不幸的是,文档有点混乱,没有一个真正向您展示如何从头开始设置项目 - 至少没有使用 maven。有谁知道好的教程吗?有没有关于 Datanucleus 的书?

4

1 回答 1

-2

No idea what "a bit of a mess" is since you don't define what is not understandable to you. Obviously if you just clicked on "Guides" in the docs (top level navigation) then you could just see "Use with Maven2".

Or then you could go to the docs and just type in "Maven" in the search box, and use the first link on the page to find the exact same doc.

于 2010-09-22T05:59:58.907 回答