Deep linking integrating with Cairngorm 3 Navigation Library

Hi there,
I wonder if the Cairngorm 3 Navigation Library will integrate deep linking in future? Furthermore, it would be great to know how deep linking could be used in coexistence with the Cairngorm 3 Navigation Library!
Any thoughts about it?
Thanks,
masu

Hello François,
As adviced, I have posted this feature request to your jira:
http://bugs.adobe.com/jira/browse/CGM-94
For the moment, only John Cunliffe from this post:
http://forums.adobe.com/thread/872180
... is capable of providing a working patch.
Please keep me posted!
Thank you,
masu

Similar Messages

  • Deep linking with Parsley and Navigation library

    I've gotten the NavigationParsleyTest to finally build, but it's not doing what I expected, which was to provide deep linking through the URL. I'm guessing this might involve some JavaScript. Any pointers?
    Thanks!

    Hello François,
    As adviced, I have posted this feature request to your jira:
    http://bugs.adobe.com/jira/browse/CGM-94
    For the moment, only John Cunliffe from this post:
    http://forums.adobe.com/thread/872180
    ... is capable of providing a working patch.
    Please keep me posted!
    Thank you,
    masu

  • Understanding the practical implications of the Cairngorm 3 Navigation Library

    Hi there again,
    Based on the discussion from yesterday:
    http://forums.adobe.com/thread/897088?tstart=0
    ... I forgot to mention that I have difficulties to find practical use cases for the Navigation Library. What does the Navigation Library solve when it will be used in the development architecture? Nothing explicit seems to be mentioned about it in your documentation:
    http://sourceforge.net/adobe/cairngorm/wiki/HowToUseCairngormNavigation/
    When speaking in theory I also have the concern that the Navigation Library is breaking the separation of concern between the Presentation Layer and the Domain Layer (when using the Domain Driven Design language):
    http://sourceforge.net/adobe/cairngorm/wiki/UnderstandingCairngorm/
    ... or the separation of concern between the View Layer and the Data Layer (when using my language):
    http://code.google.com/p/masuland/wiki/NanoarchitectureMVCb
    Practically speaking again, I usually store the application state (or the waypoints/landmarks of the application) in the Application Model ... see:
         public class AppModel
              // States
              [Publish(scope='appModel', objectId='loginBoxState')]
              public var loginBoxState:String;
              [Publish(scope='appModel', objectId='appStackState')]
              public var appStackState:String;
              [Publish(scope='appModel', objectId='settingsBoxState')]
              public var settingsBoxState:String;
    For more information please check out these two versions:
    http://code.google.com/p/masuland/wiki/LoginExample#Flex_4_(Halo)_with_MVCbCtl_PInj
    http://code.google.com/p/masuland/wiki/LoginExample#Flex_4_(Halo)_with_MVCbCtl_PInjDdd
    ... of my Login Example:
    http://code.google.com/p/masuland/wiki/LoginExample
    I hope you can help me clarify this!
    Thank you,
    masu

    I managed to reproduce this issue in the NavigationParsleyProject. After the NavigationParsleySample1 application is started the active view is content.dashboard.nested.child1. However if you try to navigate to content.tasks.timetracking view, it will redirect you to content.tasks.expenses view which is the first child in the content.tasks ViewStack. All Timetracking view's enter and exit handlers as well as interceptors will be executed though.
    After I commented out the metadata for all event handlers and both interceptors in TimeTrackingPM class, I was successfully navigated to the content.tasks.timetracking view.
    This issue occurs only once and I believe it has something to do with the deferred instantiation. I tried to debug the source of the navigation library but haven't had any success yet.

  • Cairngorm 3 Navigation library and custom Waypoints

    Hi all!
    How can I set my own class to process waypoints? I created the class which extends com.adobe.cairngorm.navigation.waypoint.AbstractWaypoint. And in my ViewStack I added the follwing metadata: [Waypoint(type="path.to.my.Class")]. However when I try to navigate to this ViewStack's child I receive the following error: Error: Unable to set mapped value for [Property type in class com.adobe.cairngorm.navigation.waypoint.decorator::WaypointDecorator].
    What am I doing wrong? How can I use my own classes to process Waypoints and Landmarks?

    I'm pretty sure that my class is correct. MXML definition of the waypoint throws the same error. It works only if I modify the if statement in the WaypointProcessor.preInit() method:
                     if (waypointHandler.waypoint is CurrentStateWaypoint)
                    registration = new StateDestinationRegistration(controller.controller,
                                                                    waypointHandler,
                                                                    name);
                  else if (waypointHandler.waypoint is MyWaypointClass) {
                            registration = new ContainerDestinationRegistration(controller.controller,
                                                                        waypointHandler);
                else
                    registration = new ContainerDestinationRegistration(controller.controller,
                                                                        waypointHandler);

  • Shared Services Framework for HR - Integration with SAP ERP - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Is there any training for the SAP HR SSF in SAP Education in London for July/Aug 2014

  • Cairngorm 3 and Navigation Library

    Hi,
    I've been looking at the draft code for the Cairngorm 3 Navigation Library and wondered if anyone knows how to use the CurrentStateWaypoint?
    This seems to provide what I want but I can't see any example code, in the examples, tests or library. Is this part of the library still to be implemented completely, or is it deprecated / for removal?
    Any example on how this should be used would be appreciated.
    Thanks

    The CurrentStateWaypoint isn't implemented at this point. But maybe you could give it a try? Let me know if you make progress.
    The connection is already there. By default the Waypoint decorator choses the SelectedChildWaypoint that works for all Containers that have a selectedChild and dispatch an IndexChangedEvent.CHANGE event. To enable it for states, you would need to specify that in the Waypoint metadata. I'd like to think later if we can let the Waypoint decorator automatically detect the correct type.
        <mx:Metadata>
          [Waypoint(type="com.adobe.cairngorm.navigation.waypoint.CurrentStateWaypoint")]
        </mx:Metadata>
    Then, the CurrentStateWaypoint could be build in a similar manner than the SelectedChildWaypoint. Here's an outline:
        public class CurrentStateWaypoint extends AbstractWaypoint
            override protected function navigateToHandler(destination:String):void
                view.currentState = destination;
            override public function onInitialize():void
                var stateView:UIComponent = view;
            override public function getDefaultDestination():String
                return null;
    If you could check out the trunk version for the latest code you'll also find many other features. I didn't update the documention on the wiki yet but if you run and follow this example, you'll get a good idea of what's new and where it is heading.

  • How to Portal Integration with R3

    Hi,
    Please let me know answer of following points:-
    1.Integrate of SAP Portal with R3 and BW.
    2.Portal Securtiy how to implement.
    3.Currently avilable Portal tools
    4.How I can restrict Portal internet access.
    Thank you,
    Laxmikant

    Hi ,
    Please follow these links
    Integration with backend
    Single-Sign on From Portal EP6 to r/3 ECC 5.0
    Security
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/portal%2bsecurity
    Available tools :
    NWDS,VC,PDK,
    Regards,
    Niraj

  • Deep linking not working in Flex 4

    Deep linking is working in Flex 4 (using Flash Builder) when I debug and run the application, but not when I do an export release build.
    So I tried using the files from the bin-debug directory, and noticed that deep linking only works when the files are in the bin-debug directory. If I move them from there, they don't work.
    And to make things worse, my Flex 3 builder is not generating the HTML wrapper when using the Flex 4 SDK and deep linking. So I am screwed in every way. I really need help to get my app launched. It is finished, but stuck on my computer.
    Is this a know problem? Thanks very much for any help.

    If anyone run into this poblem, I just figured out half the problem. The javascript file (history.js in the history directory) only checks for url with (http://), so if you are testing and in your browser you have file://loc_of_html_file, then it will not work.
    On the other hand, my next problem is still unresolved:
    Flex Builder 3 is not generating the HTML wrapper when using deep linking AND with the Flex 4 SDK.
    Thanks.

  • Collaboration Room Deep Linking

    Wonder if anyone has looked at this before ?
    I know you can deep link direct to a collaboration room using a URL such as:
    http://xyz.com/irj/portal?NavigationTarget=CollaborationConnector://portal_content/com.sap.ip.collaboration/Rooms/7068630d-c3dd-2e10-89ba-c179eadcef5a/workset/
    Does anyone know if its possible to drill down further than this whilst at the same time maintaining the portal context .... so down into a folder structure under Documents and Links for example.
    I dont want just a KM URL for the document - which is what happens if you do a "Send To" command on an item.
    Thanks in advance.
    Haydn

    If anyone run into this poblem, I just figured out half the problem. The javascript file (history.js in the history directory) only checks for url with (http://), so if you are testing and in your browser you have file://loc_of_html_file, then it will not work.
    On the other hand, my next problem is still unresolved:
    Flex Builder 3 is not generating the HTML wrapper when using deep linking AND with the Flex 4 SDK.
    Thanks.

  • How to Change Library iPod is linked to with iTunes 7

    I had linked my iPod to the iTunes library on my computer at work, but need to change this so that it is linked to my home computer. I remember you could do this with iTunes 6 but I can't figure out how to do this with iTunes 7. I have to exchange my work computer and will lose all my music on it, and at this point I don't want to re-link it to the new work computer, as it makes much more sense to link it to my home computer. Can anyone help? How do you change what computer your iPod is linked to?
    Dell Inspiron E1505   Windows XP  

    Plug it into your home computer and set it to Autosync.

  • Chrome versions 21-26 show severe problems with flash deep links

    Dear Madam or Sir,
    New Chrome versions (at least versions 21-26) produce severe problems with Adobe Flash concerning deep links.
    You will find test cases and detailed information on this subject here:
    http://www.in-tanz.de/test-chrome/test.php
    Since August 2012 all new versions starting from version 21 to 26 (at least 32-bit Windows) do no longer support for example deep links into Flash. I.e. links like:
    poly-9.php#two
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ / at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    It does not matter which flash player I have been using over the last 9 months (at the time 11.6.602.180).
    This is a major problem as only my website contains more than 14,000 Flash files with over 100,000 deep links.
    In fact, I reported the bug (first noticed with Chrome 21) to Google beginning October 2012 (see bug reports on my page http://code.google.com/p/chromium/issues/detail?id=154494). But recently, I got the feeling, that there seems to be little interest in solving this problem. Actually, after I had informed Google about it, they even rolled out new versions of Chrome containing the bugs, instead of repairing it.
    Do you know any work around or can you offer any help?
    Kind regards,
    in-tanz

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • I have Traktor 2 and accidently deleted the folder which links it with the itunes library, an way to fix it?

    I use traktor scratch pro 2 for djaying and i accidently deleted the 'my music' folder which links traktor with itunes while i was deleting things to have more space in the hard drive. I didn't realise it had that function. I can still play music on traktor but if i buy or download new music i have to look for it and then add it. Anyone know if there's a way to fix it???

    fixed!!! just went into Traktor Preferences and linked it to a new folder!!!

  • Problem integrating service Providers Voice link (E1) with AS5300 Gateway

    Scenerio:
    I have a cisco Callmanager integrating with an AS5300 PSTN Gateway on my network, am currently trying to integrate an E1 (direct Connect) for voice, from a service provider so as to route outgoing calls from my network through them.I have a challenge of been able to display my caller id on the receivers end, instead of the pilot number given to me by th provider.
    e.g If I place a call from any extension on my network say 1652, i expect to see
    0808926(1652) on the receivers end, but instead the pilot number from the service provider 0808926(0000)is displayed on the receivers set.
    How can i resolve this issue? the service provider uses an Ericsson AXE 810

    You need to use route mask on the CCM, please report in "ip telephony" to receive a more detailed answer, or search the forum.

  • Webdynpro iView link to role specific iView  Navigation

    Hi Friends,
    I have links in my WebDynpro iView.
    When I click on Link, I get popupwindow.
    in one role, user will be able to see the popup in editable form
    in another role, user will see the popup as displaying information only.
    This iView  needs to be integrated in Portal.
    How should it be done:-
    1. create two iView's:- one with display popup, another with editable popup window on click of the link.
    in this case, two iView's will be created , and will be integrated in portal with different roles.
    2. create one iView.. common.
    and, instead of popup, create another IView.
    in this case, how to access another iView of link clicked window... to display popup one for display, another for update.
    in this case.. first page will be common for both roles, the second iView.. will be different
    If want to implement in this way, how to access another iView as per role from the link of an iView.
    Nav
    Message was edited by: Nav

    Hi Nav,
    Check with this helpful links,
    Portal integration with webdynpro:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/2fffe990-0201-0010-aab0-e61c3250bcf3
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62
    step by step process of portal eventing.
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal-components/how%20to%20program%20portal%20eventing
    Navigation Between Web Dynpro Applications in the Portal:
    http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm
    Regards,
    Vijayakhanna Raman

  • Is it possible to get explicit parameterized URL by deep linking?

    Dear All
    i am working on ADF BC and jheadstart. in my app, i want to produce explicit paramterized URL for use to get access to particular record in the database table. i.e. if .../faces/pages/Library.jspx is appended with ?id=5 and put in a browser, user will get the page that shows the record where id=5.
    i studied the 'deep linking' and found out it worked for a link in a page but no explicit URL can be found. can someone point out a solution for me? thanks!
    regards
    Jerry

    Hi Jerry,
    You could change the Enable Deep Linking Expression to also use a request parameter instead of looking at the JSF navigation outcome. You could then deeplink to a page using a url like.../faces/pages/Library.jspx?deepLink=true&id=5.
    For an example see the JHeadstart blog post Fusion Cooking at http://blogs.oracle.com/jheadstart/2007/03/07#a143.
    kind regards,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

Maybe you are looking for

  • Approval on updation of a document

    Dear experts I have a query. Can we create a workflow for the updation of already approved document? Scenario: Person1  : Publish a doc. D1 (goes for approval) Admin     : Approves it Person1  : Make changes to doc. D1 at this point of time is it pos

  • Pre populating search in interactive report

    Hi Folks I an using an interactive report which returns a very large amount of data, which means that just accessing the report page can take 10 to 15 minutes and as you can imagine the users are not very happy. So, I was wondering if it is possible

  • Restrict Maximum recipients in single mail

    Dear Sir, i have default maximum recipients setting is 5000 per mail. i want to change it with selected like 200 recipients per mail. but it will affect with external to internal mail recipients? when i am sending mails to all users then it also affe

  • MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system

    Hi,  I am getting error while enabling the WCF-Custom receive location: MSDTC encountered an error (HR=0x80000171) while attempting to establish a secure connection with system I found solution over internet for regarding the above issue which was su

  • IPhoto won't rebuild - 'no photos'

    Am posting here as a last resort that someone may be able to help me. Last night I was transferring photo's from my phone onto iPhoto (v.8) and I ran out of space. I tried deleting things, uploading more etc, and got an error message 'iPhoto is unabl