I'm trying to implement ADF + maven in JDeveloper 12c and I haven't found many tutorials with these two together.. however one that I saw said to create a Maven Application but that option doesn't show... (when I do New -> Application (-> Maven) )

I'm talking about this tutorial http://www.oracle.com/technetwork/developer-tools/jdev/maven11g-090173.html#5

Any thoughts? Also, do you think I should start by creating a ADF Fusion Web Application, instead of a Maven project?

有帮助吗?

解决方案

First of all, i would suggest you to take a look at this video: Introducing Maven Support in JDeveloper. At the beginning of the "practical" part it shows how to load the Maven extension into JDev, and this should probably be the reason why you don't have the Maven Application option into the creation wizard. Anyway, by loading the extension, you will be able to create a Fusion App and use Maven to build it

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top