JDeveloper and gradle integration - gradle

I am completly new in Oracles JDeveloper.
I am looking at different IDE alternatives, does JDeveloper have any form of gradle support?

Related

Maven - Missing archetype in STS (Eclipse) for Oracle Coherence

I am trying to follow this tutorial to develop an Oracle Coherence project in Maven:
https://docs.oracle.com/middleware/1212/core/MAVEN/coherence_project.htm#MAVEN8911
I have installed in my Spring Tool Suit (Eclipse) the following plugin:
Oracle Coherence Tools
Tools for developing applications for Oracle Coherence. These features are also part of Oracle Enterprise Pack for Eclipse (OEPE)
But when I try to create a Maven project, in the list Archetypes I can't find
any with groupID = com.oracle.coherence
Anyone could tell me what am I missing?
due to oracle coherence is not in the public maven repository. you should first install the coherence to your local maven repository or use the oracle maven repository instead
Oracle Coherence Tools are not such important. You can use standard Eclipse or Netbeans, IntelliJ... The most important (as xukai mentioned) is to insatll coherence and add dependency to coherence.jar in your pom.

How to integrate Maven in JDeveloper 11.1.1.7.0

I am trying to use Maven in JDeveloper 11.1.1.7.0 version. I installed the maven plugin through check for updates. But I see the maven extension as "Developer Preview" version while installing. After installing the plugin, I can see maven option available in JDeveloper.
I tried to create a fusion web application and created pom.xml for the project. But it is creating an empty pom with only Model dependency and the compiler plugin. Default ADF libraries are not being added to the pom.xml.
I installed the JDeveloper 11.1.2.0.0 version and did the same. Here all the default ADF libraries that will come with fusion web application are created automatically in pom.xml.
Is Maven is supported completely in JDeveloper 11.1.1.7.0 version ? Or do we have any other way to add the ADF Libraries in pom.xml. ?
I am struggling with this from one week. Can you please suggest me on this.
Regards,
Joseph
You are using an 11g R1 release while JDev 11.1.2.0.0 is 11g R2. And then this comes into play:
With JDeveloper 11gR2 you can use Maven 2 as your build engine, before
11gR2 you could download a plugin which did not work great because all
the required Oracle libraries which were not available in a public
repository. So you had no choice to add them manually to a Maven
Repository before you can use Maven.
Source: http://biemond.blogspot.be/2011/06/building-with-maven-in-jdeveloper-11gr2.html
Side note: You won't be able to compile your application using maven on a server without JDeveloper installed on it because Oracle doesn't provide a maven repository containing the ADF libraries (an option is to add the ADF libs to your own repo).

I could not download Spring Tool Suite, seems site is down

I need a help to get Spring Tool Suite for Eclipse (or build in Eclipse). It seems that site is down for several days. Could someone share with me one of latest build of STS for Eclipse or Spring installed in Eclipse?
Thank you!
I tried to download it in Eclipse and it works. Please try Help--> Eclipse Market Place and search Spring Tool Suite. I used Eclipse Mars.2

SBT vs Maven for a new Scala/Spark project?

Am new to Scala/SBT but have experience in Java/Maven.
For a new Scala/Spark project, what should be the choice: SBT or Maven?
PS- I intend to use Eclipse or IntellijIdea as IDE.
Thanks
ATT
I have also been looking into this question. Here are some things I have found.
According to the Apache Spark documentation:
Maven is the official build tool recommended for packaging Spark, and is the build of reference. But SBT is supported for day-to-day development since it can provide much faster iterative compilation. More advanced developers may wish to use SBT. http://spark.apache.org/docs/latest/building-spark.html#building-with-sbt
Three reasons I have heard for SBT:
It was built for Scala
It has incremental compilation
.sbt files tend to be more compact
In response though
Maven works just as well
If you are using the JetBrains IntelliJ IDE, which has a free edition, it has its own incremental compilation.
I think I will decide to go with Maven as it integrates better with my build server (continuous deployment).

Oracle Eclipse BPEL Designer

Presently I am working on Oracle BPEL with Jdeveloper.Infact,I would like to work with Oracle Eclipse BPEL designer.So, where can I download Oracle eclipse BPEL designer and how to configure it with oracle SOA suite.
Eclipse BPEL editor is available in www.eclipse.org but I dont know how to configure it with oracle SOA suite.
Oracle officially supports only jDeveloper as a main tool for Oracle SOA suite.
Unfortunately, I do not think that you will find Oracle-supported Eclipse plugin for Oracle SOA.

Resources