The difference between the ADR green vs JAVA API usage? It's confusing

Can u clarify the difference between the ADR green vs JAVA API usage? It's confusing. If I want to create a custom algorithm, what should I use. Is it Java APIs or green Marl

Thanks in advance,

Akhil

Hi Akhil,

Thank you for your interest in the PGX! If you want to write a custom algorithm, you should do it in green-Marl. Marno-Green is a custom DSL specially designed for writing of graph algorithms. You can then use the Java API of PGX to compile and run your algorithm. Find a detailed tutorial: http://docs.oracle.com/cd/E56133_01/tutorials/compile.html

PGX is delivered with a set of built-in algorithms, each available as a convenient Java method. Internally, all algorithms are written in green-Marl as well. The signature of the Java method aligns with the signature of the underlying green-ADR procedure. Find information about the algorithms here: http://docs.oracle.com/cd/E56133_01/tutorials/builtins.html

Tags: Oracle

Similar Questions

  • difference between JDeveloper, Oracle Forms and Java SE and EE

    1. I want to know what is the difference between Oracle Forms, JDeveloper, Java SE and EE
    2. is it true that Oracle Forms can produce only a desktop application. To create the web application, we have JDeveloper?
    3 Java SE can only make application office. EE only can make web applications?
    4. to make custom forms and paste it to the E-Business Suite R12, what tool do we use? Oracle Forms, JDeveloper, or Java SE or EE?

    Can someone help me with this? I intend to make a custom process externally because there are some processes that cannot be addressed by E-Business Suite R12. I want to know what tool to develop this custom application and whether to integrate the custom for existing E-Business Suite application. Thank you

    1. I want to know what is the difference between Oracle Forms, JDeveloper, Java SE and EE

    Oracle Forms is a tool of Rapid Application Development (RAD) used to create an Application that interacts with an Oracle database.
    JDeveloper is an integrated development (IDE) environment to create applications based on Java.
    Java is a programming language. The SE (Standard Edition) and EE (Enterprise Edition) are just different editions of Java (very basic definition).

    2. is it true that Oracle Forms can produce only a desktop application. To create the web application, we have JDeveloper?

    The latest version of Oracle Forms No. only supports the web deployment. Old version (6.0 and lower) were traditional Client/Server.

    3 Java SE can only make application office. EE only can make web applications?

    Wrong again. To see the difference between the two, visit www.java.com.

    4. to make custom forms and paste it to the E-Business Suite R12, what tool do we use? Oracle Forms, JDeveloper, or Java SE or EE?

    Above all, Oracle Forms, but you can also develop extensions customized by using JDeveloper and the EBS Self Service Framwork. As indicated above, Java SE and EE are not tools, but a language.

    Can someone help me with this? I intend to make a custom process externally because there are some processes that cannot be addressed by E-Business Suite R12. I want to know what tool to develop this custom application and whether to integrate the custom for existing E-Business Suite application. Thank you

    Before starting to build custom to the Enterprise Oracle Business Suite (EBS) extensions I highly suggest that find you a job working firstly with EBS so you can learn the framework of EBS and how the various parts work together. Also, I recommend that consult the library of Documentation of Oracle Applications . Oracle is very clear on how to add customizations to the EBS.

    Craig...

  • Change the shared user using Java API Service

    Hi Experts,

    I have successfully run the example of classes Java from here: http://docs.oracle.com/cd/E17236_01/epm.1112/epm_security_api/frameset.htm?ch01s03.html
    And I need to change the code of UserFunctions.Java.

    UserFunctions.Java, I can create, edit, and delete a user.
    But in this sample program, when I want to edit a user, I should create a new user first.

    My requirement is I want to change the existing user passing the parameter when you run the program.
    So, when I want to launch the program, it should be like this:
    Java UserFunctions 'method' 'username', 'password', 'email', 'first name', 'last name '.

    FYI, I can create a user in passing the parameter as I mentioned above.
    But to edit a user, I still can't do it.

    Please find my codes below:

    public CSSNativeUserIF createUser (String username, String desc, String firstname, String lastname, String email, String pass) throws CSSException
    {
    The user CSSNativeUserIF = null;
    HashMap context = new HashMap();
    user = cssDMAPI.getNativeUserInstance (context, main);
    user.setLoginName (username);
    user.setDescription (desc);
    user.setFirstName (firstname);
    user.setLastName (lastname);
    user.setEmailAddress (email);
    user.setPassword (pass);
    cssDMAPI.addNativeUser (main user, context);

    return the user;
    }

    ' public void modifyUser (String username, String desc, String firstname, String lastname, String email, String pass) throws CSSException
    {
    The user CSSNativeUserIF = null;
    HashMap context = new HashMap();

    System.out.println ("Edit description user...");
    user = cssDMAPI.getNativeUserInstance (context, main);
    user.setLoginName (username);
    user.setDescription (desc);
    user.setFirstName (firstname);
    user.setLastName (lastname);
    user.setEmailAddress (email);
    user.setPassword (pass);
    cssDMAPI.updateNativeUser (main user, context);

    }

    -------

    in the Sub main():

    If (method.equals ("create"))
    {
    / * Create a native user * /.
    cu.printMsg (System.out, "- creating a user-" "");
    user = cu.createUser (username, desc, firstname, lastname, email, pass);
    cu.dumpUsers (System.out, "the user is created successfully," new CSSNativeUserIF [] {user});
    }
    ElseIf (method.equals ("update"))
    {
    / * Change native user * /.
    cu.printMsg (System.out, "- update a user-");
    cu.modifyUser (user name, desc, firstname, lastname, email, pass);
    cu.dumpUsers (System.out, "the user is updated", new CSSNativeUserIF [] {user});
    }

    Could you please help me with this?

    Thank you and best regards,

    Christophe

    Try this

    CSSUserIF [] usrs to = cssAPI.getUsers (context, principal, sLoginName);

    If (usrs.length > 0) {}
    CSSNativeUserIF natUser1 = (CSSNativeUserIF) usrs to [0];
    natUser1.setLoginName (sLoginName);
    natUser1.setFirstName (sFirstName);
    natUser1.setLastName (sLastName);
    natUser1.setEmailAddress (sEmail);
    natUser1.setDescription (sDescription);
    natUser1.setPassword (sPassword);

    cssDMAPI.updateNativeUser (context, principal, natUser1);
    }

  • custom at the request of task-java api

    Hello
    I use IOM view OID APIs.

    I changed the definition of Attr.Lookup.Recon.Map as: user id: employeeNumber (instead of user id: cn, where employeeNumber is an optional attribute of OID) now the employeeNumber is reconciled as UserID IOM... Into account other words for cn = xyz and employeeNumber = 199 OID is related to the UserID IOM = 199.

    I have a requirement as follows:
    I need to write a custom scheduled task that takes two parameters IOM user login (mean 199) and respective OID cn = xyz, and sets the State of the user as revoked OID resources.
    Suppose that for an IOM account, I have two instances of user OID with cn different values. I'll switch IOM user login and a value of cn to present schedule... and for the given connection of IOM user task... It will compare cn given with list of ad for this connection of IOM user. How can I get this list of ad (OID accounts) for a given account of IOM using java API

    See this, it's purely java:

    http://www.Java-tips.org/Java-SE-tips/Java.IO/how-to-read-file-in-Java.html

    http://www.roseindia.NET/Java/beginners/Java-read-file-line-by-line.shtml

  • Set the member formula using java api

    Hello

    I'm trying to define the formula by member using the java code and here is the code snippet I use. But some how, the formula is somewhere in cache, but not updated in the server of the ESS. I have appropriate privileges to update the data in Essbase. Any thoughts would be helpful. Thank you.

    try {}

    IEssCube = formulaCube

    olapSvr.getApplication (appName) .getCube (cube);

    IEssCubeOutline outline = formulaCube.openOutline (false, false, true);

    If (contour! = null) {}

    IEssMember requiredMember = outline.findMember (member);

    If (requiredMember! = null) {}

    System.out.println ("formula:" + requiredMember.getFormula ());

    requiredMember.setFormula ("[RL. LTV. CSE] + [RL. LTV. OPEX.0071]");

    System.out.println ("value according to formula:" + requiredMember.getFormula ());

    requiredMember.refreshPropertyValues ();

    requiredMember.updatePropertyValues ();

    System.out.println ("after updatevalues:" + requiredMember.getFormula ());

    }

    Outline.Save ();

    Outline.Verify ();

    outline.updatePropertyValues ();

    }

    It works if you restructure prior to closing.

    Outline.Save ();

    outline.restructureCube (IEssCube.EEssRestructureOption.KEEP_ALL_DATA);

    Outline.Close ();

    In theory, it should only do a restructuring outline only.

    See you soon

    John

  • What is the difference between EPMA and Essbase Studio

    If the two are not used to design applications?

    And a really need Essbase Studio?
    What is the difference between EPMA and Essbase Studio

    ^ ^ ^ It's a little confusing, isn't? As far as I understand the role of EPMA, it is a way to share dimensions and common data between several products Oracle EMP including Planning, Essbase and HFM. In fact, I don't know if other products live in EPMA. What is EPMA not have is a great way to supply or manipulate the dimension and fact tables (or files). Oh, there are tables of the interface, but you will write the code/use the utility of dimension EPMA to load dimensions. I must say that I never tried to load through EPMA data so that someone else will have to pronounce on it. Once the dimensions are built, you can deploy Essbase (and other products) of common and specific to the database dimensions.

    Studio is the tool you will use to go against a data warehouse, or something terribly close a data warehouse to build Essbase databases. Just for Essbase - HFM, planning, etc. are not the targets of the Studio release.

    What gets confusion / intriguing, is that when EPMA deploy Essbase apps, it uses Studio under the covers to do. So the interesting implementations where people use Studio (which is much more flexible than EPMA because it is a development tool as opposed to a dimension/data management application) to read the tables, EPMA interface (and as far as I know, the EPMA base tables) and create Essbase applications like that.

    If you think that there is overlap, I agree with you, but you can see that they are not the same.

    And a really need Essbase Studio?

    ^ ^ ^ Do not use Studio to build Essbase databases. You can go hog wild in EAS with loading SQL rules if you want, even if at some point it will be probably easier and simpler to build in the Studio. Although the Studio has been mentioned as the replacement of EAS for awhile, I suspect the effort required to build a database in Studio will keep around for quite a while EAS or Studio Lite will be out. There is a lot to say (sometimes) for the incredible flexibility EAS/Essbase-Studio requires a more methodical approach and EPMA has a very formal set of standards and methods.

    Phew, I'm sorry, I wrote a book on this subject and I bet you get a lot of differences of opinion on that.

    If you are interested in the Studio, you could do well to take a copy of 'Look smarter than you are with Oracle Essbase Studio 11' of Glenn Schwartzberg. I don't get a penny from the sale while I was among the writers of copy (Hey, I got a mention in the acknowledgements). It's a good book and an excellent introduction to the tool.

    Kind regards

    Cameron Lackpour

  • Difference between Master detail report and Drill Down

    Hello

    I want to know the difference between Master detail report and Drill Down. I'm confused about their use. Can inform you when to use what?

    Help appreciated

    Pradeep

    You must first help yourself by searching instead of these initial questions.

    Master in detail:
    As a condition of purchase order. The master is arrested in detail, and the details are elements...

    Dril Down:
    As the opening of report the report as hyperlink for more details...

    -Clément

  • The difference between the ADR and ADF

    People,

    Hello.   I have implemented PeopleSoft Campus Solution 9.0 revision 5 for a University. I develop the application for Admission online for future student to apply for admission.

    I need to install Oracle ADF (Application Development Framework) or ADR (execution of Application Development) to run my application for Admission online web page for PeopleSoft Campus Solution 9.0, but I do not know the difference between the ADF and the ADR.

    My installations are below:

    Server machine: Oracle Linux 5.10 (64-bit)

    Client computer: Windows XP Professional (64 edition) with the Internet Explorer browser

    Architecture Internet Oracle Linux 5.10 Server:

    (1) database server: Oracle Database 11 g

    (2) the server application: Tuxedo 11 g

    (3) web Server: Web 11 g logic

    (4) browser: Firefox Mozila

    5) 8.53 PeopleTools and PeopleSoft Campus Solution 9.0 R5

    On the download page http://www.Oracle.com/technetwork/developer-tools/ADF/downloads/index.html , there are 2 packages to download:

    (1) execution of the 12.1.3.0 application development

    (2) oracle ADF essential 12.1.3.0

    My Architecture Internet of PeopleSoft as shown above has been working properly for a long time. Logical Web 11g works correctly. It seems that the first 'Application development performance' package also install logical Web server which is not necessary in my machine. In addition, ADR is not free, and we may need to purchase the license.

    Essential because ADF is free and without license fees, I chose Oracle ADF essential 12.1.3.0.0 to develop the application for admission online. I read his paper on http://www.oracle.com/technetwork/developer-tools/jdev/documentation/121300-cert-2164864.html

    9.0 Solution Campus system will be run by a University to do business formally.

    My questions are:

    First of all, what package is right for my application for Admission online Campus Solution 9.0? ADR or essential ADF?

    Second, if choose essential ADF, I have a few questions about the 12.1.3.0.0 ADF to match my installations as below:

    (1) as indicated in the document, ADF 12.1.3.0.0 can work with Oracle Linux 5 & 6 (64-bit) and other operating systems. ADF can also work with Windows XP? Can I install ADF with my Oracle Linux 5 server machine?

    (2) as indicated in the document, ADF 12.1.3.0.0 can work with Websphere Server Application. ADF can work with Tuxedo 11 g?

    (3) as indicated in the document, ADF 12.1.3.0.0 can work with the Firefox browser. ADF can work with Internet Explorer in Windows XP?

    Thanks in advance.

    If you want to use essentials, you must download the package from the essential. ADR is the complete stack where you must purchase a license.

    Timo

  • What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    Hello world! I'm new to "VMware vSphere API", and I have a question to ask you to help:

    What is the difference between "vShpere SDK ro Perl"and "vSphere Web Services SDK (for Java or c#)"?

    -What are the different programming language? Is there another difference?

    I'm looking forward to your reply.

    Thank you!

    If you are new on the VMware API/SDK, highly recommend you take a look at the following: Getting Started with vSphere SDK - Update for SDK 4.1 release

    vSphere SDK for Perl is just one of the many client SDK for vSphere API that is flush with vcenter times and ESX (i) as a standard Web service.

    vSphere SDK for Java - SDK Java to vSphere API for Java developers

    vSphere SDK for Perl - Perl SDK for vSphere API for Perl developers

    vSphere SDK for c# - c# SDK for vSphere API for c# developers

    PowerCLI - PowerShell SDK for vSphere API for developers of Powershell

    I hope that makes a bit more sense

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • What is the difference between java xml api and jaxb

    Hello
    Basically, my question is we can read and write xml using java xml api code itself. But why jaxb and where should we go for it?

    Myriam wrote:
    Thank you. but can some body tell me when to go to jaxb?

    You can read the documentation for JAXB and if you think that the XML binding is something you absolutely want or need, so go ahead. It is not something that you necessarily never use, like a lot of available Java APIs.

  • What is the difference between Foglight JavaEE and Foglight JMX monitoring?

    Hello

    I have a plan to monitor the 6.1.0.17 WebSphere Application Server (32 bit) and 7.0.0.5 (64-bit)

    But I understand not all Foglight for JavaEE and Foglight for JMX.

    Foglight for JavaEE or Foglight for JMX is able to monitor WebSphere?

    What is the difference between Foglight JavaEE and Foglight JMX monitoring?

    Thanks in advance

    Jeans

    Just to add to the excellent answers already posted.

    We have 2 agents which allows you to monitor Java:

    1. a JavaEE agent that runs inside the JAVA virtual machine and the information of both JMX and instrumentation.

    This Agent will give you JMX information like information of JVM (use of the bunch, son etc.), of the Application and server availability information and other information of JMX/PMI (connections pools, pools of ejb, servlets, jsp, JCA and more).

    Java EE & # 039agent also gives you information of the instrumentation - RFA count and response time, exceptional output and timeout information, distribution of queries (App/DB, component technology, server, application failure), object tracking, transaction flow and stransactional between servers and data sources) and ask traces (the ability to see the trees of the RFA at the method level to know where things are slow/stuck).

    2 JMX agent is running outside the JVM but can run on the same computer or on a remote computer, this agent requires access active, JMX. This agent gives you information JVM, availability server/applications, as well as some data as the application server published using JMX (pools of connections, JCA, EJB, servlets, etc.). The JMX agent also gives you the ability to see a list of the mbeans, get the data they expose (javaEE agent gets only a predefined list (same list that is used as a template for the application servers in the JMX agent)).

    Hope this helps

    Golan

  • What is the difference between. MHT and. HTM?

    Original title: is anyone know about MHT files?

    What is the difference between. MHT and. HTM?

    Hi Sheryl,

    Welcome to the Windows 7 community!

    I understand that you would like to know the difference between file MHT and HTM file. I'm happy to help you.

    MHTML, short for MIME HTML, is a format to archive web page used to combine resources that are usually represented by external links (such as images, Flash animations, audio files, Java applets) as well as the HTML code in a single file. The content of an MHTML file is encoded as if it were an email message to HTML, using the MIME type multipart/related. The first part of the file is normally encoded HTML; subsequent parts are additional resources identified by their URL original and encoded in base64. This format is sometimes referred to as MHT, after the suffix .mht given to these files by default when created by Microsoft Word, Internet Explorer or Opera. MHTML is a proposed standard, distributed in an edition revised in 1999 as RFC 2557.

    HTML Web page that is used by Web browsers; contains the code markup that is stored in a plain text format; used to display and format the text and images in a Web browser.

    HTM files serve the same exact than purpose. HTML files. The extension ".htm" appeared with the use of the Web Microsoft, such as FrontPage, SharePoint Designer and Expression Web development software.

    HTM files are much less common than HTML files.

    It will be useful. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

     

     

    Kind regards!

  • What is the difference between J2ME, blackberry and android

    Hi all... I am new to mobile development and I am working in J2ME and Blackberry

    development. In fact I was wondering wat is the difference between Nokia, Blackberry

    and Android development. And I want to clarify that Nokia, BB and Android

    statement of the J2ME platform.

    Nokia has an own OS, but the phones are running a vm for j2me cldc.

    and Yes, android is completely different that you can use java desktop here.

    I suggest that you check some Wikipedia articles on the stuff, they contain more then at least I can tell you.

  • What is the difference between the "Software Version" and "Version of the platform?

    I posted in this forum, because there is a maximum activity in this forum. Sorry, if this is not a good place to post this kind of question.

    What is the difference between the "Software Version" and "Version of the platform" of any blackberry device?

    My camera's curve 8900 and I can see in the menu About his version of software is 4.6.1.231 and the version of the platform is 4.2.0.108. What are these 2 versions for?

    Probably the best posted in the software section of the device, but is not serious.

    Version of the software/App - indicates the version of your applications (address book, browser, calendar, etc.).
    Version of the platform - indicates your version of system software (Java based software, radio code, etc.).

  • What is the difference between OP_READY and SECURE status?

    I put ISD status of my java SECURE of the status card. I want to know what capacity card lost in this new status compared to OP_READY?

    Note: I try, I can download and install new map .cap files and delete them successfully still [in this new ISD status]!

    I will be grateful if someone just explain the main differences between the different status? I already read the Specifications of the global platform 2.2.2 , but it's a bit difficult to understand for me unfortunately!

    Hello

    According to the GP 2.2.1

    In general,.

    The SECURE State is the expected state of the lifecycle card to operate in after the show. It is used to indicate that the transmitter security field contains all the necessary keys and elements of security for these features.

    May be specific things,

    Any course of communication is possible with the level of security as "AUTHENTICATED" during the State of the card "SECURE."

    This means at least THAT C - MAC is required to access safely with the card (by APDU).

    Hope that gives the best idea for your query

    Knockaert

Maybe you are looking for