Is there a ZEDI API Doc for DFM 6.1

When connecting to OCUM 6.1 I get prompted for the 6.1 doc. Is it available yet?
Regards,
Jason

Hi Jason, I have exactly same problem here, even with sdk 5.4, but DFM 6.0 DOC is working fine. I noticed that zexplorer connects to my OCUM 6.2 in the status bar. Make sure that you configured properly transport and port during conection (https and 443). Hope it helps. Luciano

Similar Messages

  • Any Java API doc for PJC

    Hi,
    I 've seen someone has asked about API doc for PJC (Pluggable java components) and there is no response on this matter.
    Can someone from Oracle give us some hints on this?
    Is this PJC still support in future version, it seems this will be phase out soon as the resource available for this components are so limited and it is discouraging people to use.
    But how are people able to progressively migrate traditional form to J2ee without some transitional products to support such migration?
    Regards,
    ana

    Hi,
    PJCs will stay, same for Java Importer. You are right that we didn't publish any Javadocs until yet. I'll takle this one up to again suggest to the developers. Only the minority of classes though are Forms classes, the rest are UI classes with consume from an internal group.Just to be clear, PJCs, JavaBeans and Java in Forms will not phase out.
    Note also that PJCs don't help you to migrate Forms to J2EE, they help you to use Java in Forms.
    Frank

  • Downloadable API Docs for OS X

    Hi,
    Are the API docs for JavaFX available for download somewhere? I downloaded the usual JDK 7 update 4 doc bundle, but it doesn't seem to include anything for JavaFX (I expected that it would, since the JDK 7 update 5 installer includes support for JavaFX development). I realize that http://docs.oracle.com/javafx/2/api/index.html has the docs online, but I would like to have them for offline usage as well.
    Thanks,
    Gary Schiltz
    Mindo, Ecuador

    The osx zip in the dev preview has docs: http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html
    I think when 2.2 is released the doc will also be posted to the main jdk download page.
    See http://javafx-jira.kenai.com/browse/RT-23532 "JavaFX doc bundle needs to be hosted / staged on OTN"

  • Java API docs for MapViewer

    I'm looking for the Java API docs for the oracle.lbs.mapclient.MapViewer bean.
    The mapviewer .pdf file has an API section, but only inludes descriptions of some of the arguments passed to the various methods. I'm using the 9.04 release - where should I look for these docs and/or source code?
    Thanks,
    Eric Everman
    USGS

    OK - I found them. They are part of the 9.04 kit as part of the web application.
    ***NOTE: It would be if oracle had all of its javadoc in one location, rather then rely on installations to provide docs.***
    If others are looking for them, they are available as part of the installed web application at:
    host:port:context/mapclient
    Or, if you want file access to them, unzip the mapviewer.ear file that comes with the kit. From that unzip the web.war file. The viewerbean API docs are then located in the mapclient subdirectory.

  • Need Java API doc for the preference Manager class

    Where can I get Java Doc for the following classes
    import oracle.webcenter.peopleconnections.preference.Preference;
    import oracle.webcenter.peopleconnections.preference.PreferenceException;
    import oracle.webcenter.peopleconnections.preference.PreferencesManager;
    import oracle.webcenter.peopleconnections.preference.PreferencesManagerFactory;
    Thanks,
    Bala

    The API is the same (that's the whole point with Java), and last time I checked there were programs on Linux that can handle zipfiles and html files. :)
    So yes, use the same.
    (That is, unless you have downloaded the windows help format api docs. Then you need to download the regular html ones.)

  • Where's the API docs for J2ME?

    I'm a long time J2SE programmer wanting to get into J2ME> One of the first things I tried to do is find Sun's javadoc for J2ME, but I can't find it anywhere. How can I find them? Also, are there any good learning trails for learning the basics of the J2ME windowing system and such?

    http://java.sun.com/j2me/docs/index.html
    or you can search in
    http://jcp.org/en/home/index
    by JSR
    http://java.sun.com/j2me/index.jsp

  • API Doc for oracle.forms.ui and oracle.ewt available (Forms 9.0 PJC)?

    Hi there,
    where can I get the Java Docs for the oracle.forms.ui and oracle.ewt Packages for implementing Forms 9.0 PJC?
    Where can I get more docu about building PJCs? Found already some samples and
    Thanks, Markus

    At this time, the JavaDoc for these classes is not available.
    As a general rule you will find that the Methods and properties of the underlying oracle.ewt.* classes closely mirror the equivilent java.awt.* classes, so you should be able to gain a bit more information that way.
    And yes setDropDownVisible does pop the combo list down, but it's a protected method which might be why you're having problems with it?
    - Assuming you are having a problem with it...

  • Where can I find the Java API doc for the OES PEP interfaces (OpenAZ API).

    In the PepApiExample downlouded from Oracle web site at [PepApiExample |http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/pepapiexample-1588440.zip], there are some Java API interfaces related OpenAZ API, but there is no the whole API docs, where I can get it?
    Thanks.

    There should be a file called javadocs.jar in your portal installation directory. Either under SUNWps/sdk or SUNWps/export.
    - Jim

  • Is there command tool/API/cmdlet for the feature of database sync group

    we want to automate deployment in the Azure SQL DB. we use the feature of database sync group.
    however, so far we can only set it in the manage.windowsazure.com
    we want to know if there is command tool/API/cmdlet for the feature?
    thanks

    Hello,
    You can try to synchronize between two SQL Databases using the Sync Framework SDK and a Windows Azure worker role.You can also use the Sync Framework to write a console application to synchronize Windows Azure SQL Database with on-premises SQL Servers.
    Reference:Synchronizing with SQL Azure using Sync Framework
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • API Docs for "SoundPlayer" question

    I'm learning Java and JavaSound, while I have the link to Java Sound API
    http://java.sun.com/products/java-media/sound/index.jsp
    I do not understand how to FIND out/ LEARN the different available classes and commands available, even something as easy as a PAUSE button.
    However, of course, while searching like a mad scientist, I find this:
    http://www.antelmann.com/developer/javadoc/com/antelmann/sound/doc-files/tutorial.html
    Alot of sites,especially EDU's post actual sun docs.... now I'm wondering where this information at ANTELMANN can be found here at SUN...?
    Seems like it should be easy to find..but I have not yet found it
    Thank you

    it appears those docs are for his own "framework".... correct me if wrong...
    HOWEVER... this site:
    http://www.javaworld.com/javaworld/jw-06-1998/jw-06-sound-p2.html
    Shows how to PAUSE audio...... but I would like the actual SUN reference on the PAUSE feature, and all others of the Java Sound API... but the Programmer's Guide does not even have this info...
    Thank you again

  • Need api docs for personalization server and 5.1 server

    Hi,
    I can't seem to find the javadocs for the apis described above...can
    someone please help?
    thanks
    Neelam Checknita ; ~ )

    Javadoc:
    WLPS 2.0: http://e-docs.bea.com/wlcs/javadoc/p13n/index.html
    WLCS 2.0: http://e-docs.bea.com/wlcs/javadoc/comp/index.html
    WLS 5.1: http://www.weblogic.com/docs51/classdocs/javadocs/index.html
    Main docs:
    WLPS/WLCS 2.0: http://e-docs.bea.com/wlcs/index.htm
    WLS 5.1: http://www.weblogic.com/docs51/resources.html
    If you have a slow internet connection then download the docs at
    http://www.beasys.com/download.html
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

  • Looking for API docs

    Hi all,
    does anyone know where I can find the API docs for the package com.sapportals.portal.prt.service.notification esp. for the classes TopicDataContainer, TopicData and NotificationService?
    Regards
    Lars

    Hi Ken,
    Do you remember <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6961">the good old days</a>?! I always defended the point system, as in the early days, it was bringing much spirit into SDN, a bit like sports. There has been the time when Roberto, Rhich and me had a three month race, and for us it was sports, for the other users it was just luck to get that bunch of high-quality answers. These times have gone, the family spirit has gone etc.
    Nevertheless, not everything is bad. Rhich and Bhanu are still very very active, others have come up, too; but annoying answers and disturbing content like we can see here are increasing - if one imagines SND without this stuff, it's still great of even better than it has been two or three years before. Anyhow, the stuff is there, imagination doesn't help...
    I'm not sure how to change this, to conserve the good and to get rid of the bad. But I think that's also the problem of the SDN staff...
    Best regards
    Detlev

  • Java docs for identity server API's(API specification)

    Hi all,
    1) I want to conect to the identity server from a remote machine
    2) create a new user under some tree in dir server and
    3) then assign a role to him.
    For the same i was trying to see what are the API's provided,where can i get the api docs for identity server.Please help
    TIA
    Rohith

    javadocs are in the javadocs.jar file which I think is in /IS_ROOT/SUNWam/export
    Steve

  • Is there any available API for BOE Translator?

    Hi,
          Is there any available API SDK for BOE Translator?
          Since the client has 2000+ measures to be translated, simply configuring the translation manually cannot meet the needs. The client would like to build the translation in batch through code.
          So does the Translator have any API to call?
          Any suggestion is appreciated.
    Best Regards,
    Vincent Li

    There currently is no public API for the Translation Manager.
    Sincerely,
    Ted Ueda

  • UCM API Methods for PDF Water Marking and Time stamping ???

    hi,
    i am working on project, the requirment is we need to migrate from DMS (DIGI SAFE) To UCM.
    here we need to approch through API, it should not through tool based functionality. document should be water marked and time stamped when we retrived the document through CIS.
    is there ant UCM API's for water mark and time stamp ??? please provide the methods for it. is there any API mehtods for Document versioing ??
    i am presently working windows 7 OS ? i am trying to install UCM 10gR3 in Windows 7 OS, will it support for UCM ??
    any help would be apprciated.
    Regards,
    YT

    Hi,
    There are services in Content Server that will allow you to create revisions of existing items. For example, CHECKIN_UNIVERSAL service will check in a new revision of an item if that Content ID already exists. You can also checkout a document if needed using the CHECKOUT service. Please refer to the services reference guide for more details (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e11011/toc.htm).
    Regarding conversion and watermarking...
    You don't have to call a service to convert or watermark a document. These features have to be configured on the server. If you configure the content server to convert Word documents to PDF, then whenever a Word document is checked in, the content server will automatically convert it to PDF. In addition, if you have PDFWatermarking enabled and configured, watermarks will be applied automatically as well. All you have to do is ensure the product is configured correctly for the formats you want, and then check in the document. When you retrieve a document (using the GET_FILE service for example), you can ask for the PDF version by passing additional parameters.
    Please review the Application Administrators Guide (http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10978/toc.htm) for info on enabling and configuring PDF Watermarking.
    The doc links referenced above are for UCM 11g. The same docs are available for 10gR3 at http://download.oracle.com/docs/cd/E10316_01/ouc.htm.
    --Vijay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • I can't get my iPhone 4S to charge with a usb (2.0) hub

    I have an Early 2011 17" MBP, (10.7.4), and my iPhone 4S charges just fine when plugged directly into any of it's (3) USB ports. However I am having no luck getting it to charge, (or be recognized by iTunes for that matter), through a powered Belkin

  • External data Transfer - Loan Module (t.code - KCLJ)

    Hi Expert I have upload the loan source data through t.code KCLJ.  and it showing me External data transfer completed with return code: 4. there is no error but no loan is created in server and also tables is not updated. is there any further step to

  • Plot editor in LabVIEW.

    Hello, In MATLAB there is an option to save the plot as *.png or other formats and also somethink like *.fig. Later when the user wants to check the plot he can load the *.fig file into the figure editor and can be edited which makes easy for the use

  • File Adapter ACKs in ccBPM

    Looking forward for some comments ?

  • The unbelieveable size of my album artwork folder...

    I have 38,386 songs in my library of music...granted, that's a lot of music. Why, however, is my album artwork folder 11.3GB and have 62,837 files? can anyone help me understand how this folder has grown so large? what have i done? thanks for any and