Oracle docs for FLEX development

Hi!
I'm trying to bring up UI development for OEM plug-in. I have OEM extensibility programmer's reference guide and OEM extensibility programmer's reference & OEM extensibility programmer's guide, but MPCUI features are described there poorly.
I wan't able to google any help on Oracle lib mpcui_12.0.1.0.2.0.swc (javadoc or anything)
Also I wonder is there error list for OEM plug-in.
Maybe I don't know how to google?

I would recommend two other sources for you to review (in addition to the programmer's reference/guide), both are available in the partner EDK.
API reference: This is located in your partner EDK directory at doc/sdk_api_ref.html.
HostSample example plug-in: This is the sample plug-in provided by Oracle. It provides examples of many MPCUI features. Located at samples/plugins/HostSample.
Mike Kelly
Blue Medora The leader in extending EM12c
http://bluemedora.com/blog/

Similar Messages

  • Where is the doc for Flex 3?

    The doc for DataService for Flex 2 is here:
    http://livedocs.adobe.com/flex/2/langref/mx/data/DataService.html
    . Where is the doc for Flex 3? Thanks.

    Yes but ... DataService and a lot of related things are
    present in the online flex 2 docs (
    http://livedocs.adobe.com/flex/2/langref/index.html
    ) but missing in the online flex 3 docs (
    http://livedocs.adobe.com/flex/3/langref/index.html
    ).

  • Job Opportunity for Flex Developer in NYC

    Hello Adobe Flex forum members!  I have a great opportunity available for a solid Flex Developer in NYC, so I wanted to post it here. If you are interested in the following position, please e-mail your current resume to: [email protected]   Iris's client, one of the world's largest global investment banking and securities firms is looking to hire a strong Adobe Flex Developer for a contract opportunity.  Our client is a one of the largest global investment banking and securities firms in the Americas. A major securities, futures and options exchange and a shareholder of the major clearing organizations, providing full market access to its clients. Their four major divisions - Equities, Fixed Income, Asset Management, Investment Banking - all work in sync to enhance distribution or create new products and services and provide clear benefits to their clients.  Location: New York, NY  Job Requirement: Flex developer w/ some Java: 2-3 yrs experience Flex 3 Cairngorm or any other MVC architecture - highly prefer Cairngorm. Blaze ES Should be good with : Charts / Data Grids / Item Renderers / Item Configurators Must come from  Java Backend to be able to work well within Java based environment (Jsp / Websphere portal exp is very good to have) Should be familiar with all Java Controls Should be familiar with Code optimization in Java Good to have a Math background  - to understand numbers Should be good with extenral Interface APIs for Flex / Blaze   Iris Software, Inc. is a New Jersey based company providing information technology solutions to clients nationwide. Iris has been growing at over 100% annually. In a program sponsored by Price Waterhouse, PNC Bank and Marsh, Iris has been honored for being  - One of New Jersey's Finest 25 companies for the year 2001 and 2002. - Iris is also ranked 75th among Inc 500 s list of privately held companies for year 2001.  - NJ Technology FAST 50 Company for year 2002.  In a competitive industry, we distinguish ourselves by reliability, technical expertise and a history of successfully completed projects for clients ranging from mid-sized to Fortune 1000 companies  Best Regards,  David Gargano  IRIS Software, Inc.  Ph: 732 393 0034 x 19 Cell: 732 535 0235 Fax: 732 393 0035  200 Metroplex Drive, Suite 300, Edison, NJ 08817 5 Penn Plaza, 23rd Floor, New York, NY 10001  A CMMi, ISO 9001:2008, ISO 27001 Company Ranked on the Inc 500 list, Deloitte & Touche Fast Technology Companies, and NJ Finest Companies

    hi tw
    I did my certification in SAP SD from Bangalore by month of October 2012, after that
    i received only one opportunity to attend interview at Capgemini, I cleared my
    interview but unluckily project was canceled and they haven't done any recruitment.
    your view is add on Knowledge, still I am maintaining studying, at least every day 7hrs plus, but problem is, job market or industry not have need of certified person, companies prefer to get 3 years real time exp persons more willingly than certified fresher.
    I had discussed with few of the HR managers, their reply was, in certification course there is no real time project training, it’s just about overall SAP concept, so we prefer 1 or 2 years exp people.
    So my opinion is going for SAP SD certification is useless and money wasting.
    Thanks
    Shiva
    Bangalore, India

  • Oracle Portal for Intranet Development

    Hi,
    Anyone out there in the UK used Portal to develop an intranet - I am about to embark on our intranet project and would welcome your views on the product, ease of use, problems, fitness for purpose. I am also interested in the skills required to develop portal - did you have a designer, developer, DBA or did one bod just do it all! What training did you require in order to use Portal.
    Any feedback will be very welcome.
    Thanks!
    Clive
    Countryside Council for Wales

    Paul,
    Firstly many thanks for picking up on my plea!
    It would be great if you can run through the main issues - we are particularly concerned at the moment with installation and training issues - how easy/difficult was it to install ; what/how many staff did you have working on the project; what skills/additonal training did you need(if any!).
    We have two staff assigned to our Portal Development Project - myself as Web Designer/Developer and Fred Williams as DBA (who will have to do the installation and any application coding stuff).
    Our paths do seem to be crossing lately. I know Fred has recently spoken to your Alistair Thompson. Also Jan Bennett, Head of our Oracle Development Team has had recent contact through meetings with CCTA and the Cedar Group.
    Anyway once again it was really great that you took the time and trouble to respond. I'll look forward to your eMail.
    Good luck with going live on your project. If you want to show it off we would love to see it!
    Regards
    Clive
    [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Paul Subacchi ([email protected]):
    Clive,
    We are currently developing our Intranet using Oracle Portal 3.0.8.9.8 on Compaq Tru64 Unix. If you drop me an email I will run through the maihn issues we habve encountered etc. We are due to go live very shortly.
    Regards
    Paul<HR></BLOCKQUOTE>
    null

  • Learning Flex for Web Development

    Hello Folks,
    I am new to flex. Previously i have been developing in PHP. I just thought of implementing a web based inventory management system in flex. Now in PHP, we have one html page that takes input and we re-direct it to a PHP page and it does the insert delete. But in flex, i can do all this on one page.. literally one page using view states.
    So should i proceed with this approach OR is there an efficient way of page navigation in flex. Moreover, can we manage sessions in flex.??? Are there good resources for flex development for web like PHP???
    Any help would be appreciated

    States should generally only be used for small components that can change their UI in small ways.
    In general for navigation in Flex, ViewStack is great, and also TabNavigator, Accordion, etc.
    The following links give more info on this and also on using Flex with PHP and MySQL.
    http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_3.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_1.html
    http://www.switchonthecode.com/tutorials/flex-php-tutorial-transmitting-data-using-json
    http://www.switchonthecode.com/tutorials/using-flex-php-and-json-to-modify-a-mysql-databas e
    http://www.switchonthecode.com/tutorials/flex-php-json-mysql-advanced-updating
    If this post answers your question or helps, please mark it as such.

  • Migrating from JavaHelp to Oracle Help for Java

    Currently we have a product in which we have implemented Sun Microsystem's JavaHelp as the Help delivery system. However, after evaluating Oracle Help for Java we would like to migrate from Javahelp to OHJ.
    My question is, how difficult would this migration be from the Development side? I have been reviewing the Oracle Help for Java Developer's Guide and comparing it against the JavaHelp documentation but I haven't been able to get a clear idea of how different the implementation is.
    Thanks,
    Theresa

    Hello Theresa,
    Thanks for considering Oracle Help.
    There isn't much you have to do with your source content and control files. With the exception of the full text search index, the Oracle Help control file formats (helpset, index, map, etc.) extend the JavaHelp formats. So you can use the JavaHelp control files as is, or you can extend them with the Oracle Help extensions. For a quick overview of differences, see the following page in the Oracle Help Guide:
    1. Go to http://otn.oracle.com/ohguide/help/.
    2. Click "Oracle Help File Formats."
    3. Click "Comparision to Javahelp File Formats."
    To create an Oracle Help full text search index, run through the Helpset Authoring Wizard and remove the existing JavaHelp search view and have the wizard generate an Oracle Help Search index
    on the following wizard page. For the Helpset Authoring Wizard doc:
    1. Go to http://otn.oracle.com/ohguide/help/.
    2. Click "Authoring Oracle Help Systems."
    3. Click "Using the HelpSet Authoring Wizard."
    Alternatively, change the helpset file by hand. For the doc:
    1. Go to http://otn.oracle.com/ohguide/help/.
    2. Click "Oracle Help File Formats."
    3. Click "Helpset File."
    Then run the indexer. For doc:
    1. Go to http://otn.oracle.com/ohguide/help/.
    2. Click "Authoring Oracle Help Systems."
    3. Click "Using the Full-text Search Indexer."
    On the development side, the APIs are different, but they are also very
    simple. You create a Help object, add HelpSets, and associate topic-ids
    with java UI components using the CSHManager as described in the
    Oracle Help Guide:
    1. Go to http://otn.oracle.com/ohguide/help/.
    2. Click "Oracle Help for Java Developer's Guide."

  • Where are the LiveDocs for Flex?

    I can't find the LiveDocs from Adobe regarding flex development anymore. Where are they gone? A few days ago they were there.
    For example the following URL from a Google search regarding E4X:
    https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&cad=rja&ved=0CDkQFjAB&url=h ttp%3A%2F%2Flivedocs.adobe.com%2Fflex%2F3%2Fhtml%2F13_Working_with_XML_01.html&ei=XaawUoWw OK2V7AaPzYEo&usg=AFQjCNHW5gjQwn26e2SYcj3BTNhT64NNIw&bvm=bv.57967247,d.ZGU
    When you search with Google all LiveDoc pages are gone and result in an overview page for flex.
    Whats that. I think this source of information are very important for flex development.
    Why did they do that?

    If you're looking for trash sounds, those are located in /System/Library/Components/CoreAudio.component/Contents/Resources/SystemSounds/ . If you're wanting to change the put stuff in trash and empty trash sounds, then follow these steps.
    Convert your sounds to aif, save them in some convenient location.
    Replace the two sound files *"move to trash"* and *"drag to trash"* inside the Finder and Dock folders, respectively, inside the SystemSounds folder, with the one you want for putting things in the trash and the *"empty trash*" one inside the Finder folder with the new one for emptying the trash.
    Ensure that you rename the new ones the same as the originals. (I usually copy the originals and add a .bak suffix so I can restore the sounds to their original condition.)
    OPTION-click the Finder's Dock icon and select Relaunch.
    Do note that if you'll have to authenticate to copy, rename, and replace these files. I use the Terminal with the sudo command to affect the changes.

  • Can I use IIS for flex portal development?

    I want to use IIS for flex portal development. As we can user
    jboss portal server to deploy flex portlets.
    Is it possible ?
    Thanks

    Hello,
    pulling 10-25 million rowsYou will never want to show that many records on a page or html based report, the page weight would be absolutely huge along with your network load (this would be the case in any web enviroment), even google which I will have to assume has many more records than you do only shows 10 records returned at a time.
    Results 1 - 10 of about 3,510,000,000 for htmlApplication Express can handle sql queries against that data, the question you really should be researching is what it takes to create queries that perform well against such a dataset
    http://forums.oracle.com/forums/search.jspa?threadID=&q=query+large+datasets&objID=c18
    Carl

  • Why Oracle doc. talks of af: comps. for 11G when they're replace by tr:

    Hello All,
    This might be a very basic question but why does most of the ADF and JDev documentation on OTN gives code examples and explanations with <af:> component for 11G when this does not even exist in 11G?
    We just migrated from 10g to 11g and all the <af:> components were automatically converted to <tr:> components. Now when we go to Oracle site for documentation/help all the code examples are using <af:>
    See the follwoing site to see what I mean
    http://www.oracle.com/technetwork/developer-tools/adf/overview/index.html
    We are facing issues with some very basic topics like table height, PPR etc. but don't know where to turn to? Trinidad examples are just not enough (and not working for us :(
    Please help!!!

    The faces components used in 10g are migrated to the Trinidad faces components in 11g. The Trinidad components are using tags starting with <tr:.
    To use the adf rich faces, which are uning tags starting with <af: you need to create the app in 11g.
    Check out the doc http://www.oracle.com/technetwork/developer-tools/jdev/migration-082101.html
    Timo

  • Installing Oracle 10G and SQL Developer for Windows 7 Home Premium

    Hi Folks,
    I need your helping me in getting the correct Database installed for my Windows 7 .
    Can you please help me out in sending me the correct url for Oracle 10G Database & SQL Developer URL
    So i can install both and get on with it...
    Thanks ,
    satish.p

    user4789048 wrote:
    Hi Folks,
    I need your helping me in getting the correct Database installed for my Windows 7 .
    Can you please help me out in sending me the correct url for Oracle 10G Database & SQL Developer URL
    So i can install both and get on with it...
    Thanks ,
    satish.pWith the caveat (as already pointed out by Srini in this thread) that no Oracle product has ever been certified on any "home" edition of any version of Oracle ...
    If I were looking to download any product, I'd start by going to that company's web site (like, www.oracle.com) and look for a tab or link called "download". I'll bet if you did that, you'd find all sorts of goodies.
    But, again, since you are dealing with a "home" edition of Windows, you'll need to start by installing a virtual machine product -- VM Ware's "VMworkstation" or "VMplayer", or Oracle's VirtualBox. Then you can create a virtual machine running a supported OS. Oracle's own Linux (derived from Red Hat Linux) is also free.

  • Flex for Java Developer?

    I am working on flex 1.5 from last 7 months.Ealier i hv
    worked on Java (1.5 Yr)
    I hv created an application in flex sucessfully.
    My Qtn is:
    Whether i have to continue with flex or move to another
    technologies like Struts etc.
    Because i have nil knowlwge of FLASH.
    or
    I hv to start learning FLASH MX. Is it necessary for
    Flex/Java Developer.
    I am comfortable with action script if uses for Business
    Application but
    unable to produce better designs using it.
    Please Suggest.
    with Regards
    Vinay

    well vinay if u r thinking about -- Flex Front End to Your
    Struts Applications
    then ,,
    Struts is an open source framework that facilitates the
    development of web applications based on Java servlets and other
    related technologies. Because it provides a solution to many of the
    common problems developers face when building these applications,
    Struts has been widely adopted in a large variety of development
    efforts, from small projects to large-scale enterprise
    applications.
    Although Struts greatly facilitates the task of developers,
    it doesn't do much to improve the end-user experience: the
    end-result is still an application delivered in HTML and using the
    traditional HTTP request/response mechanism.
    Developers—and organizations in general—are
    increasingly looking for solutions to provide their applications
    with a more engaging user experience that overcomes the limitations
    of HTML.
    Macromedia Flex is a presentation server that addresses this
    requirement and allows developers to build a new generation of Rich
    Internet Applications (RIAs) that combine the usability of desktop
    applications with the reach of traditional web applications.

  • Oracle DB 10g express edition & APEX for application development for free?

    Can we use Oracle DB 10g express edition & APEX for application development for free? Are there any license fees?
    Thanks

    Hi,
    both Oracle DB 10g express edition & APEX for application development is free.
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • Developer 2000 forms for95/NT won't link my oracle 8i for 98 database, Y?

    hello world,
    It is better to create a sequence of primary keys on a table for
    eventually use for building forms and does it really not matter.
    Secondly, i have oracle8i Personal edition installed in my
    orahome8i area and also did managed to install Developer 2000
    in this same home area but would not run.
    As I could notice, does it really matter if I have installed
    developer 2000 with an older version of SQLplus and whenever i
    try to log into my 8i database, it comes up with a TNS bla bla
    bla not found.
    How do i go about getting my Developer 2000 for win95/NT to hook
    up to an entirely differently installed oracle 8i for win98
    database.
    I have tried removing the key from the registry and deleting
    some bits of my autoexec.bat file but still to no avail.
    Will i be able to download a compatible version or is it just
    about me.
    much appreciation.
    Ayo show

    My guess would be that you still have some remnants of your old "personal" installation, and your new Enterprise installation of 9i is finding the DLL from the old installation.
    Make sure you un-install the old Oracle installation first, and delete all oracle directories for good measure.

  • Oracle database 11g certification for Java developer

    Hello,
    I'm Java developer, OCPJP 6 ( Oracle Certified Professional, Java Programmer +6+ ) and
    I decided to pass exams: 1Z0-051 and 1Z0-052 to get OCA ( Oracle Database +11g+ Administrator Certified Associate ) certificate,
    but I need some advice, maybe i should seek other certificate, that would be more valuable for Java developer, than OCA.
    Thanks for advice.

    The answer of whether a particular certification is valuable depends on you, not the tests themselves. The Oracle Certified Master for example is an extremely prestigious certification, and I have considered seeking it at some point in the future to improve my professional credentials. However, the same certification would have absolutely no value to my wife, because she's a homemaker with no interest or intent of ever working with Oracle.
    Using an example a little closer to yours, only reversed --- I work as a DBA and PL/SQL developer. On several occasions I have dabbled with Java, and took a couple of classes when I worked for Oracle. I could code in Java if I had to, but wouldn't really be good without a lot of practice. However, I've never really had a sufficient need in my work to dig in and really practice enough to use it. I considered going for the Oracle Java certifications as a means of kick-starting that and getting to the point where it was really a viable option in my development. Ultimately I decided not to because I've been working with Oracle for better than fifteen years and there has never been an occasion where I really felt a need to know Java. If I were to spend a bunch of time improving my Java skills just for the certification, there's no guarantee I would ever use them after that.
    Coming back to you -- if you already need SQL and DBA skills in your work, then those certifications should be of value to you immediately. If you think that you might work (or want to work) more with SQL and DBA-level skills in the future, then they should be of value to you in the future. If you won't use the skills now or ever, then the exams do nothing but add a line to your resume (which still has value, but you must determine how much).
    Edited by: matthew_morris on Apr 30, 2012 1:56 PM

  • Flex Developer needed for Boston

    If you or someone you know is interested, please give me a
    call: we are looking for a Flex developer for our company in
    downtown Boston. I need someone with three years experience in
    Adobe FLEX, with a total of five years experience in the computer
    industry. It is a six month contract. Pay rate is $60-$80/hr., DOE.
    Regards,
    Janet Beck
    EffOne Software, Inc.
    1294 Kifer Rd. #709
    Sunnyvale, CA 94086
    Phone: 408-830-1010, ext. 18
    [email protected]

    Excuse me, we are located in Deerfiled Beach, Florida

Maybe you are looking for