How to start ODM Java developing?

My prospects are wondering how to ODM Java developing fastly.
Do we have some tutorial or sample that can help them?
Regards,
[email protected]

We have following documentations for ODM Java API in the Database Documentation Library:
Data Mining Application Developer's Guide: Refer to Chapter 6 and 7 that introduces the ODM Java API usage.
Data Mining Java API Reference (Javadoc): Provides detailed documentation of the Oracle extensions for JDM API
Following link provides list of documents available for Oracle Data Mining in the Dabase Documentation Library
http://www.oracle.com/pls/db102/portal.portal_db?selected=6
Standard JDM API Javadoc is hosted in OTN: http://www.oracle.com/technology/products/bi/odm/JSR-73/overview-summary.html
To quick start using the Java API, point them to sample programs that we ship with the product. These sample programs are located at $ORACLE_HOME/rdbms/demo directory. Look for dm*.java for these demo programs. For convenience these demo programs are available to download from OTN: http://www.oracle.com/technology/products/bi/odm/samples/odm_sample_code_0805.zip
If the customer is using JDeveloper, we have an extension that simplifies the setup required to start using the Java API. For more details refer to: http://www.oracle.com/technology/products/bi/odm/odm_jdev_extension.html
Regards
Sunil

Similar Messages

  • How to start with Java TV API?

    Hi,
    I am new to Java TV API and i don't know how to start with it. Can any body suggest me what i would require(Software and hardware) to start coding in Java TV. Is MHP API are required for it if yes then how i can get those APIs??
    Thanks in advance
    Sajal Mahajan
    [email protected]
    Message was edited by:
    Sajal.Mahajan

    OCAP 1.0 and 1.1 specifications are avaible here:
    http://opencable.com/specifications/ocap.html
    tutorials:
    http://interactivetvweb.org
    Emulator:
    http://xletview.sourceforge.net/

  • How many systems in Java Development landscape?

    For our J2EE development, we have installed a system with the JDI that we also classify as our Dev system.  Our QA system would be the test system.
    But in the setup of NWDI systems, there is Dev, Consolidation, Test, Prod.  Can the NWDI/Dev system also be the consolidation system?  We don't really want to introduce 4 systems because our development activity is relatively simple.  I'm still thinking with an ABAP/STMS mind and trying to make the assimilations of how we've done it in ABAP for 10 years can translate to doing the same thing with a Java development environment.

    Hi
    See this help
    http://help.sap.com/saphelp_nw04/helpdata/en/03/f6bc3d42f46c33e10000000a11405a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/a3bb3eff62847ae10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/01/9c4940d1ba6913e10000000a1550b0/frameset.htm
    Kind Regards
    Mukesh

  • How to start learning java language?

    can any one advise me how to start with

    can any one advise me how to start withJVerd's post is great.
    Also there are some links I have compiled over the last few months along with others in this forum.
    Free Tutorials and Such
    Installation Notes - JDK 5.0 Microsoft Windows (32-bit)
    Your First Cup of Java
    The Java? Tutorial - A practical guide for programmers
    New to Java Center
    Java Programming Notes - Fred Swartz
    How To Think Like A Computer Scientist
    Introduction to Computer science using Java
    The Java Developers Almanac 1.4
    Object-Oriented Programming Concepts
    Object-oriented language basics
    Don't Fear the OOP
    Free Java Books
    Thinking in Java, by Bruce Eckel (Free online)
    Core Servlet Programming, by Merty Hall (Free Online)
    More Servlets, by Marty Hall (Free Online)
    A Java GUI Programmer's Primer
    Data Structures and Algorithms
    with Object-Oriented Design Patterns in Java, by Bruno R. Preiss
    Introduction to Programming Using Java, by David J. Eck
    Advanced Programming for the Java 2 Platform
    The Java Language Specification
    Books:
    Head First Java, by Bert Bates and Kathy Sierra
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch
    Also if you are in school, definatly take a intro to programming course.
    Have Fun,
    JJ

  • How to start a java application from a website

    hey does anyone know how i can start my java application, when a user clicks a button on my website. I dont want to convert to applet because it will be quite hard plus im gonna have to cut down alot of functionalities? thanks!

    [http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]
    Kaj

  • How to start a java program as a start-up service in Linux?

    i sucessfully started a java program by adding a script to /etc/init.d,
    but in the script, i have to type the full path of the java laucher, the environment variables are not loaded on startup, what should be done to avoid the full path in the script? Any one has a similiar experience or got a solution to share?

    I'm replying to myself .... ;-) ahah
    All we need for this purpose is JavaService, at link
    http://www.alexandriasc.com/software/JavaService/index.html

  • How to start a java program on another machine from one on my machine.

    During the next few weeks, I will be designing a grid computing system for a research project I am working on. The grid will be written entirely in java using java 2 SE. The question I have is, is there a way for the main program to remotely start the other programs on the other machines? I am very familiar with most networking concepts, but java is not my primary language so I was having trouble tracking down this feature if java even has it. Any suggestions you have would be greatly appreciated.
    thanks

    The administrators of each machine have agreed to install my java programs so that I may run my software. Worst case scenario I can have them manually start my program on each machine. The grid is to be the backbone of a very large simulation software to simulate around 18 million ISO shipping containers and the boats and ports they are on. The simulation will be used to test several security system designs. Because of the large scale of the problem, the solution has been decided to be a distributed system so that we can spread the load over a large number of systems. I understand the whole start a service on the other machines concept. I am looking for a way to start an already installed java program with as little human intervention as possible. The service idea will work. What I was looking for more specifically was a way to start the java virtual machine and run my code without having to leave a program running on their machine because like i said earlier they are personal machines. anyways if it is not do able I understand. Like I said, java is a second language and I don't yet know its limits or restraints.

  • How to become a Java Developer

    I read java ee 6 tutorial and know basics of that. what is another step to become a true developer? i am confused with spring and swing and others.
    I want to can work in enterprise development environment.

    user987274 wrote:
    I need to know what i must know to can work as a java developer. i know basic java and object oriented and java ee 6. is it enough? issues like NHibernate, Spring and etc are essential to know?NHibernate is for .NET, you want Hibernate. But Hibernate in itself is an ORM API, of which there are a few. They all come together under the Java Persistence API standard; I would put my efforts there. You should already know about it since it is also part of the Enterprise Edition specifications.
    As an "extra" to the enterprise edition, you have a whole set of web frameworks to choose from. Nobody can tell you which one to choose; Spring and/or Java Serverfaces are good choices however as they are widely used. Generally when you learn one you will know the trick and it is easy to pick up another framework.
    Just remember this; this is not .NET. There is nothing to hold your hand, there is no road map. You are on your own now and you'll need to prove you've got the research skills to get you anywhere in the world of Java development. It will go beyond demanding answers in a forum I'm afraid, it isn't that simple. Explore the market at see what you come up with, then reason for yourself what you should or should not learn.

  • How to start a Java application on Mac OS

    Hello,
    I am not sure whether this post would be appropriate to this community, but with the hope to find the answer to the question we have I'll try:
    We are fairly new to Java Technology. We had the task to develop an application for Windows OS, and have successfully completed the job. BUT, we decided to go a bit further and see how our program would behave on Mac OS.
    Unfortunately, we have never dealt with Macs before, thus don't have any idea on how to make the application run on Mac OS platform.
    With Windows we have no problem, went by the most simple way by creating a .cmd file with "java name_of_file" string. Is there any similar simple way to start our small program on Mac OS?

    There are many options:
    From Terminal (similar to ms-dos prompt, if you didn't know it already):
    If you have "java MyApp" in your myapp.cmd, you can execute it with:
    sh myapp.cmd
    Another option is to set myapp.cmd as executable:
    chmod u+x myapp.cmd
    and then from Terminal: ./myapp.cmd
    Third and best option is to make an executable jar. Then you only have to double-click .jar -file to launch your application (and no need to go to Terminal).

  • How to start with java card

    hello,
    i'm new to java card n know a bit of core java.. my superior of company asked me to get complete knowledge on java card.. iworked for 1 month on native cards..n know a bit of gsm 11.14. I want a favour.
    my queries:-
    a) how and from where should i start
    b) wat all basics i need to know &
    c)how to work on this card.
    ANY REPLY WILL BE APPRECIATED..
    Thanks

    a)
    - Look at Sun's tutorials on Java Card.
    - Z. Chen's book from Sun about smart cards gives you deeper knowledge about the Java Card technology.
    - Furthermore there is a great reference book about smart cards in general from W. Rankl.
    b)
    - Java: You should have basic understanding and knowledge about Java.
    - Java Card: is a subset of Java, but you need to be much more aware of the Java Card VM and RE.
    - You need to have some specifications at hand
    - Java Card API, VM and RE
    - GlobalPlatform
    - ISO 7816 and ISO 14443 for CL
    c)
    - There is a number of smart card operating systems.
    - I recommend the Java Card Open Platform (JCOP) from IBM/NXP. There is a good developer environment (JCOP Tools plugin for Eclipse) where you can start developing against a smart card SW simulator.

  • How to start with oracle development

    Hi Friends,
    I'm new to Oracle development(now planning to go as an oracle developer)
    My question is .. how to do I start study'g ?
    actually i took some basic training.. but i dint feel its effective..
    and also during the training, my instructor provided me with some oracle pdf's..
    so can you guys please suggest me, some ways to better understand and learn oracle development.
    Regards,
    Jack

    Start from oracle document.
    All documents are available here
    http://tahiti.oracle.com/
    You may want to spend some time with the database concepts.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28318/toc.htm
    And then application development is there
    http://www.oracle.com/pls/db111/portal.portal_db?selected=5&frame=
    This should get you started.
    Thanks,
    Karthick.

  • How to start a Java Project

    I hv study the Java and need advice if I want to start a project , how should I ?

    I hv study the Java and need advice if I want to
    start a project , how should I ?What sort of answer are you expecting to this question?!?! It depends what you have got already. Maybe you decide to start a project based on some gap in the market. Maybe its because someone has asked you for something. Maybe its for fun. Maybe its an existent project that needs re-writing. These are all different situations, and all realistic for the single programmer to encounter. Either be more specific or you won't get anything more out of this thread.

  • How to start a Java ADF application from Forms 10g

    Hi,
    I have a Java ADF application deployed to the OAS.
    How can I start the application from Forms 10g?

    By using the web.show_document forms built-in procedure... passing the web address of your ADF app as parameter.....
    Greetings...
    Sim

  • How to start a Java application

    How do I start to a application?I have the SDK but where do I go to start it I cant seem to find it.
    Thank you

    Get a basic java programming book.
    Maybe try something like JFrameBuilder which has a test version for free.
    Available at
    http://www.mars3000.com/
    You will then be able to generate some code easly that you can look at and see some simple examples.
    rykk

  • How to start Sun Java System Application Server 9.0

    yesterday morning i downloaded the software from sun.java.com and installed it .but i failed in starting the application server on my system(windows). i read the quick start guide and followed the steps : <From the Start menu, choose Programs => Sun Microsystems => Application Server PE 9 => Start Default Server. > the first try the message appeared in the command window is <domain listens on at least following ports for connections:[8080 8181 4848 3700 3820 3920 8686 ]> . i tried it later for several times ,but i got a same answer [b]<the domain (domain1) is already running .cli156 could not start the domain domain1> . both of the two answers are different from the message shows in the Guide . finally i failed . i hope someone can help me , i will really appreciate it .
    sent by :
    meansun

    dear skgaju,thank you very much ! but i am still in the trouble. i failed in the step http://<IP>:port/ whether i typed the port number 4849 or 4848 . and then i try to open domain.xml. but it shows [the system can not find the appointed object and something wrong when system deals with the resource : of 'http://www.sun.com/software/appserver/dtds/sun-domain_1_2.dtd' . i puzzled. could you tell me what's wrong with my machine?

Maybe you are looking for

  • CC desktop app crashes on sign in. Unable to launch any CC applications .

    I'm having a problem with the Creative Cloud desktop app. It keeps crashing when I enter my Adobe ID to sign in. If I try to launch any of the CC applications, the Adobe Application Manager opens with a "Sign In Required" message. When I attempt the

  • How do I add the word "DRAFT" as a watermark on a Pages document?

    How do I add the word "DRAFT" as a watermark on a Pages document? I don't want to create an image - I just want to type in the word and have it appear across every page.

  • IPod Video Specs Inaccurate?  I can sync/play 720x400 mp4 files

    The stated max resolution for iPod videos on the tech spec pages is 640 maximum width for both h.264 and mpeg4. I was ripping some files for play on my aTV at 720 resolution (both h.264 and mp4 for comparison) and noticed that some of them were synci

  • PO_CREATE  error Buffer table not up to date

    Hi experts , I am create PO using a BAPI, BAPI_POEC_CREATE.And I can see the return messages from this FM its saying that u201C PO has been creating with some numberu201D But I am not able to find the PO in my system  . And I tried to save and commit

  • Regarding rpr_abap_source_scan program

    hi all, I got one program RPR_ABAP_SOURCE_SCAN This program searches for a string in any abap program... My requirement is i want to search keywords like UPDATE,DELETE MODIFY, INSERT that effects database tables in any program in abap.  I am getting