Retired Developer Documentation as from 9.0.3?

I have noticed that the Developer Documentation is no longer maintained ('The Oracle Content Management Software Development Kit (SDK) Developer Reference was retired with the 9.0.3 release.'). I wonder why and what this means.
Firstly, beside the starter application, there is no additional guidance for new developers on how to use CMSDK, which will result in a steeper learning curve and that may result in lower acceptation of the product.
Secondly, since there is no more time invested in the Developer documentation, does this mean the product is be declared obsolete in the near future? So, I guess the question here is whether we should spend time and start new projects with CMSDK, or should I start looking around for alternatives.
Thanks and please responds, Laszlo

This is what I've been told...
The Developers Guide as it existed in CMSDK 9.0.3 and below has been discontinued and will be replaced by separate learning modules in the future. You can however still use the CMSDK 903 Developers Guide (available on otn) as class/method changes in CMSDK 904 are very limited.
Regards
Steve

Similar Messages

  • How do I remove a documentation set from Xcode?

    I have documentation sets for Apple iPhone OS 2.0 and Apple iPhone OS 2.1. Each of these sets has iPhone OS Library and for the most part they are they same. Since I've decided to focus on targeting 2.1, is there any way I can remove the 2.0 documentation completely?
    I can't find a way to do it from the documentation interface and in the Preferences, I can uncheck the documentation, but not delete it. However, unchecking it has no effect and when I restart Xcode, they are all checked again.
    I am afraid to start deleting files from /Developer without knowing what I'm doing. I am also trying to avoid uninstalling and reinstalling everything.
    Thanks!

    I did try deleting
    /Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets/com.apple.adc.documentation.AppleiPhone2_0.iPhoneLibrary
    but that didn't seem to remove it from Xcode. Then I found
    /Library/Developer/Shared/Documentation/DocSets/com.apple.adc.documentation.AppleiPhone2_0.iPhoneLibrary
    The interesting thing is that the 2.0 documentation was "shared" here but not the 2.1 docs.
    Removing the latter in the shared folders made it disappear from Xcode; removing the former had no effect. However its parent "folder" didn't disappear, but changed title slightly.
    Before
    Apple iPhone OS 2.1
    .. iPhone OS Library
    Now
    Apple iPhone OS
    .. <nothing here>
    I'm now trying to figure out how to completelly remove that *Apple iPhone OS* heading as it contains nothing.

  • CCM 4.2 and 5.0 developer documentation

    Just in case you missed yesterday's announcement. CCM 4.2 and 5.0 are now officially out (as usual on new product hold) and the development documentation has been updated and is available at the usual place: http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guides_list.html
    Now we just need somebody to come up with a way of running CCM 5.0 on a VMWare as having physical server for a handful of different CCM Versions and service releases never really was and never will be an option.
    While I do not have the WSDL and XSD files yet, the AXL manual still mentions the usual files so one thing's for sure: things have not improved at all in the AXL department and the WSDL still has to be hacked to permit an import into Visual Studio. When will Cisco learn that WSDL and XSDs are not to be edited (never ever ever), but must be autogenerated by the development environment where you design your webservice? <sigh>

    Dear All!
    My company just upgraded CCM from 4.1 to 4.2......
    AND NOW
    the applications i wrote (using VS 2005) may not work because of differences in AXL module in CCM 4.2.
    What should i do? If wsdl were not bugged i could update the proxy class and everything should work... but we know that this is not true!!
    Any people are working with VS and CCM 4.2? Is there an hacked version of .wsdl for CCM 4.2?

  • Who can share some Adobe Reader plug-in development documentation besides SDK documentation?

    Hi,
    I want to develop a Adobe Reader plug-in to realize a function that I can delete/insert the pdf file's content when open a PDF file, but the SDK documentation is too indistinct to me, for example: which callback method I should to call? I read the AS_Layer of the SDK documentation, it seems that the PMSetTextProc should be invoke?  How and where should I to invoke this callback method? The SDK documentation doesn't provide a sample.
    Who can share me some more detailed Adobe Reader plug-in development documentation? or who can give me some advice how to read and use the SDK documentation?

    thank you Test Screen Name, thanks for help me these days.
    I want to realize a function, read a encrypted PDF file's content and then decrypt the content, and show the decrypted content in the PDF file when open a PDF file with Adobe Reader. so I need to call a callback method to capture the moment of open PDF file and display it.
    I read the content of Acrobat Core API of SDK documentation, this documentation describe the Portable Document layer as follows:
    PDFEdit methods deal with the physical representation of a PDF document. More specifically, PDFEdit methods handle page content as a list of objects whose values and attributes are modifiable. These methods allow your plug-in or PDF Library application to read, write, edit, and create page contents and page resources, which may contain fonts, images, and so on.
    I look up PDFEdit_Layer in the SDK API,  not found the callback method to response to open PDF file and display content, so I think that may be my idea is wrong.
    Could you point out my mistakes?

  • Removal of  Developer Key entry from DEVACCESS Table.

    Hi,
    On table DEVACCESS, in QTY/DEV/Prod there is one person with Developer Key listed that I would like to remove,  User is no more working and now we want to delete the entry from this table which has the User name followed by the Developer key assigned.
    Could any one guide me in deleting the Developer Key access from the DEVACCESS table.
    Satish.

    Another alternative is to use SE11 to create a maintenance view (ex: ZV_DEVACCESS).  Secure the maintenance view with a custom authorization group.  With the maintenance view you have the ability to use SM30 to maintain the DEVACCESS data.
    That keeps the DEVACCESS table from changing and thus no need to register the change with SAP.
    Cheers,
    Brian

  • I import photos into lightroom and they appear just fine and then after 'developing' some disappear from the library though they still exist in the previous import window

    I import photos into lightroom and they appear just fine and then after 'developing' some disappear from the library though they still exist in the previous import window

    Running MacOS 10.9.4 16 Gb RAM Lightroom v5.2

  • Developing a report from data in CMC

    Hi,
    I do a daily monitoring task that is monitoring all the servers of Web Intelligence in production environment whose status is 'Success'. Source of the data is a BI system. After monitoring I have to manually calculate(using calculator) the time taken by each server to run and then I have to apply some maths in it. I just want to know that is there any functionality in Business objects so that I can develop a report from this data in CMC so that I don't have to do the calculation part manually? Because the quantity of servers is increasing every day this task is becoming very complex for me.
    Any suggestion will be appreciated.
    Thanks & Regards
    Arpit

    Using BusinessObjects SDKs, you have two options
    1.To develop a .jsp file a deploy it on an application server(either default tomcat or inside the Admin Tools application context)
    2. To create a java program object and schedule the program object to have the output in desired format without the need to deploy it as a .jsp
    To better understand how you can use the sdks, refer to the dev and api guides available at http://help.sap.com
    Navigate to analytics--> buisnessObjects Platform(Enterprise) and go the the relavant product version and look for the development information section
    You can refer to the below documents to understand how you would be able to get the desired results, it doesnot contain all the information you see in the instance manager(as it was not designed for that purpose), however it would be a good starting point.
    http://scn.sap.com/docs/DOC-57559
    http://scn.sap.com/docs/DOC-57558
    Any queries related to SDK's, you can post at the below forum
    http://scn.sap.com/community/bi-platform/java-sdk
    Thanks,
    prithvi

  • EP6SP2 Portal patch 4prob: java developement - documentation not running

    hi,
    Before applying EP6SP2 portal patch 4 everything was working fine ... but after applying portal patch 4 <b>java developement -> Documentation and examples tabs</b>are not working ... It is giving <b>Portal runtime error ....... page could not create the iview.</b>
    has neone got this error before?
    rgds,
    Nilz

    Hi vibhu,
    this is the detailed error i am getting .....
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/developercontent/portaldevelopmentkit/Roles/com.sap.pdk.JavaDeveloper/com.sap.portal.pdk.Documentation/com.sap.portal.pdk.GettingStarted/com.sap.portal.pdk.GettingStarted
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    </i>
    rgds,
    Nilz

  • I have been trying to develop digital pictures from my ipad2. I don't have iPhoto. When I develop them from Walgreens or snapfish they turn out very fuzzy/blurry. They are crystal clear on my iPad. I know it's not the camera because I developed them befor

    I have been trying to develop digital pictures from my ipad2 photo library. I don't have iPhoto. When I develop them with snapfish or Walgreens they are fuzzy and blurry (low res/pixels). I know it's not the camera because I have printed these same photos before. They are crystal clear on my iPad. I don't know what to try next .

    Contact Snapfish and Walgreens customer/technical support in regards to their digital photo developing service.

  • Develop documentation within solution manager

    Hi Guru’s,
    Will anyone can provide a template / sample doc in cataloguing and developing documentation within Solution Manager as defined by the upgrade project.
    Mail me at       [email protected]
    Regards,
    PV

    Hi Venkatesh,
    https://websmp205.sap-ag.de/solutionmanager
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=7D1BCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=161CCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=341CCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=1CCFD544DD2C4B78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=BC31CC44E4694D78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=FC31CC44E4694D78E10000000A114AB6&class=SOLARGEN
    http://help.sap.com/saphelp_sm40/helpdata/en/57/92f63aad7e3014e10000000a11402f/content.htm
    Hope this will help you, let me know if you need some more details.
    Best Regards,
    Sachin.

  • SQL Developer BRIDGE command from command line on Windows environment

    Is it possible to call SQL Developer BRIDGE command from command line on Windows environment?

    Hi <please supply your name>,
    SQL Developer Worksheet is not available from the command line.
    The BRIDGE command is only supported in the Worksheet.
    Its an interesting idea though. Are you trying to script data move from a non Oracle database to an Oracle database using the BRIDGE command?
    The BRIDGE command was initially done to allow a simple data move from a non Oracle database to Oracle. We then build the "Copy to Oracle" feature out of it.
    http://dermotoneill.blogspot.com/2010/11/cross-database-bridge-statement.html
    http://dermotoneill.blogspot.com/2010/11/copy-to-oracle.html
    Since the BRIDGE command references connection names, which have to be defined in UI of SQL Developer any solution to run this on the command line would have to work this out.
    There are number of ways you can do this without using the BRIDGE command.
    1) Perform a capture/convert of your non Oracle database and then generate the "offline" data move scripts.
    Theses scripts use SQL*Loader and your non Oracle database tool (Ex: Sybase BCP).
    These are run from the command line and can be modified ....
    2) Use a database link from your Oracle database to your non Oracle database and reference /query the data that way.
    I would interested to hear your thoughts.
    Regards,
    Dermot
    SQL Developer Team.

  • Prevention of developed Xcelsius report from unuauthorized users

    Hi,
    I want to prevent developed Xcelsius report from unuauthorized users. I developed report using query in Webservice. Is there any option of security in Xcelsius.
    Any type of assistance will be appreciated.
    regards:
    Sandy
    Edited by: Sandeep Saini | Roorkee | India on Jan 10, 2011 6:58 PM

    Hi Sandeep,
    I was not visiting site for quiet some time due to project schedules.
    Here is a trick to make Dashboard secured.
    Keep an object covering the whole canvas/page of dashboard with required transparency %.  On that keep a UserName and/or password field to validate. Once validated make the object covering the data invisible.
    This is a successful method which has been in practice already.  Revert in case you need more clarification.
    Thanks
    BaaRaa.

  • Where to download Developer (ANY VERSION) from web?

    Where can I download Developer (ANY VERSION) from web?
    I need to install it on NT. What Oracle Database should I Install with it.
    Thanks

    Amareesh,
    I assume you re a beginner.
    Even Then it is available in this very site.
    Look at OTN and products.you have lots of docs over there.
    Vijay

  • Developer Documentation

    Are there any plans to release developer documentation for ALI Pages?
    Or how about a customization guide?
    Chris Bucchere | bdg | [email protected] | http://www.thebdgway.com

    Hi,
    Check the following , it may help you !!
    SAP Library->Logistics->Customer Services->
         2.1Customer Service Overview (CS)
           2.2 Customer Service (CS)
           2.3.Customer Interaction Center 
           2.4.Service Notifications
           2.5. Call Management 
    Customer Interaction Center 
           3.1.Front Office 
           3.2.Front Office Framework
    If sounds good pl reward.
    Cheers...

  • My "Develop" tab disappeared from the top ribbon

    My "Develop" tab disappeared from the top ribbon, how can I activate it again?
    Thank you in advance!

    Just goto the URL bar of your browser.  If your BC Partner site resides at mytestsite.com then goto your address bar in your browser and type http://mytestsite.com and then paste on the end "/AdminConsoleXT/#fileManager" so your whole URL will look like "http://mytestsite.com/AdminConsoleXT/#fileManager"  It's the URL to the Develop tab that you can use if it works until you get this sorted out.  If your tab disappeared I'm assuming it has to do with Roles/Permissions so make sure your Admin user account on the site in question has all the access/admin rights under Site Settings > User Roles  But the "/AdminConsoleXT/#fileManager" is part of the URL to access the developer tab.  Typically if you are logged in already, then just replace everything in the URL in the addressbar after your domain and paste "/AdminConsoleXT/#fileManager" and hit ENTER to goto the URL of the Develop tab.

Maybe you are looking for

  • Inserting the Comma Separated Strings into Table

    Hi Seniors, i had two string and i want to insert the records in the Table COMMENT . In this way. would u please give some programe to insert the records. The Data and the Table ( 901,902,903,904 ) ( 'hai','nice','good & mail is [email protected] ','

  • Date/Time Field but not a date field type..

    I am dealing with a table that was already created and filled/filling with data.. so don't have an option to have someone go back and fix. The field i am dealing with is a varchar2 not a date field. it has values like 12/31/1899 2/17/2010 10:00:00 AM

  • HT4527 playlists dind't transfer

    I transferred music from my old to my new mac using an external drive. i followed the instructions exactly but the playlists and ratings didn't copy. they don't appear in itunes on my new mac. what can i do? thanks

  • VL 2000 Call for Participation

    VL'2000: IEEE Symposium on Visual Languages September 10-14, 2000 Seattle, Washington http://www.cs.orst.edu/~burnett/vl2000/ Call for Participation VL'2000 is the premier international conference on visual and multimedia languages for creating/under

  • Tab bar is ~6px bigger with multiple tabs than it is with only one tab

    Example: I open a new FF window. One tab is open. I open a second tab. The tab bar now gains approx. 6 pixels in height. It shrinks back if I reduce the number of tabs I have open to 1. This is annoying. Is there anything that can be done about it? I