Extension point in blaze for enhancing serialization via externalization

I'm currently working on porting some of Granite's functionality over to BlazeDS. I'd like to start with Granite's Externalization mechanism, http://www.graniteds.org/confluence/display/DOC/2.+Externalizers , which transparently supports Externalization java-side without having to create read/writeExternal methods.
Looking over BlazeDS source, I see that in Amf3Input.java, line 454 (from tagged 3.2 source tree):
if (externalizable)
readExternalizable(className, object);
It looks like the externalizable variable comes from "traits" inferred from the incoming AS3 representation. If I wanted to support externalization ala Granite, it looks like I'd have to extend Amf3Input and override the readExternalizable() method to support this. There doesn't appear to be another extension point.
Is this correct?
Thanks

On the output side, it looks like I'd need to create a custom BeanProxy extension (PropertyProxy implementation) that looks to see if the object should be externalized using this mechanism. In granite this is part of the configuration, and my custom BeanProxy implementation should look to see if this class should be externalized.
I would also have to extend Amf3Ouput to override writePropertyProxy() (line 532) since I don't see an extension point to support a pluggable implementation.
If any devs of Blaze-savvy folks could double check that this would be the right approach I'd appreciate it very much.

Similar Messages

  • Extension Point not working for extending Columns in sap.m.Table

    Hi Colleagues,
    We are recently developing a UI5 application and we tried to extend the Fragments and views as per wiki.
    Below is the code :
    <core:View xmlns:l="sap.ui.layout" xmlns:core="sap.ui.core"
      xmlns="sap.m" controllerName="ui.s2p.srm.sourcingcockpit.view.S1">
      <Page id="page" class="marginBoxContent" showNavButton="true"
      navButtonTap="_navBack">
      <content>
      <l:Grid class="" defaultSpan="L12 M12 S12">
      <Table id="demandsTable" mode="MultiSelect" growing="true"
      updateFinished="handleUpdateFinished" growingFinished="onListLoad"
      growingThreshold="20" items="{/UnsourcedDemandCollection}">
      <columns>
      <Column id="col_sos" minScreenWidth="tablet" demandPopin="true">
      <Text text="{i18n>col_sos}" />
      </Column>
      <core:ExtensionPoint id="extDemandColumn">
      <Column id="col_attach" minScreenWidth="tablet"
      demandPopin="false" width="4%">
      <Text text="{i18n>col_attach}" visible="false" />
      </columns>
      <items>
      <ColumnListItem>
      <cells>
      <Link
      text="{parts:[{path:'ObjectID'}, {path:'NUMBER_INT'}],formatter:'.formatObjectIdNumberInt'}"
      wrapping="true" />
      <core:ExtensionPoint name='extDemandList' />
      <l:HorizontalLayout>
      <l:content>
      <core:Icon src="sap-icon://attachment">
      </core:Icon>
      <Text text="({AttachmentCount})" class="paddingRightLeft" />
      </l:content>
      </l:HorizontalLayout>
      </cells>
      </ColumnListItem>
      </items>
      </Table>
      </l:Grid>
      </content>
      </Page>
    </core:View>
    In the above code we have specified two extension points. While extending it through Component.js, extDemandList works fine, but extDemandColumn does not work.
    Please let me know the way through which we can extend the columns in table and similarly formelements in FormContainer control.
    Thanks in advance.
    Best Regards,
    Ankit Jain

    I think you have defined 'id' instead of 'name' for the extDemandColumn
    <core:ExtensionPoint id="extDemandColumn">
    Regards,
    Jason

  • Does FrameMaker 12 have an LEID value for use with serialization via AAMEE?

    Does FrameMaker 12 have an LEID value for use with serialization via AAMEE?

    I wish life was that easy :-).
    You have a valid argument; So I had this kind of test going. I had 50,000 messages of
    type-1 first loaded into the queue. Then I had 100 messages of type-2 loaded on to the
    queue.
    At this point, I issued a conditional dequeue that skipped type-1 messages and only
    asked for type-2 messages. I saw the full table scan.
    Then I created another test case 1 million type-1 messages had to be skipped.
    Still full table scans. I am not convinced that the doing full table scans is the best query
    plan out there. Cost Based Optimizer tends to disagree for some reason. May be
    it is right; But I have to avoid FTS when possible. As you know, not only blocks
    used by the existing rows in the table get scanned, but also every block until the
    high water mark level.
    One might say for a table with volatile data that comes and goes on a daily basis, million is an extreme case. Howvere, I am building a general purpose infrastructure based
    on AQ and cannot rule out consumers who misbehave.
    Are there better ways to handle multiple types of consumers on a single physical queue ? I need to be able dequeue specific consumer types if necessary, and this has to be
    done in a performant manner.
    Other alternatives I can think are
    1. Using a multi consumer queue such that there is one subscriber for each message
    type. Use multiple agent sets in a listen method to listen to messages and then
    control what agents we pass into listen method.
    Any pattern suggestions welcome.
    Thanks
    Vijay

  • Documentation and Samples for Web Intelligence Extension Points url.

    I have been trying to find documentation and samples for Web Intelligence Extension Points. Can someone give me the link ?
    The files are
    1.)  webi_dhtml_EP_samples.zip
    2.) xi3-2_web_dhtml_customization_and_integration_ext_points_en.pdf

    Hello,
    I'm trying to find the API documentation and samples for Web Intelligence Extension Points for BO XI 3.1.
    The downloadable ZIP is no longer available at the URL Simply customize your WebIntelligence User Interface
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f21e8b-711d-2c10-6f9a-ae191653f848
    Anyone could you give me a new link for this feature ?
    Thank in advance.
    Sincerely,

  • Extension Point for Flex Builder 3

    Hi, found that Flex Builder has a lot of extension points, but I try to extend those extensions but i found only schema for the debug extension point, is there a way for me to extend the others extension point?
    Tks,

    Adobe Flex Builder is an integrated development environment . is ok, very intuitive.

  • XI 3.1 Extension Points

    In XI R2, we have customized the save page within the Java Panel. We were able to call our custom save page using the following tag u2013
    appletParams = appletParams +'  <param name="DocumentType" value="wid"></param>' +
                    '  <param name="Universe" value="<%=universeName%>"></param>' +
                    '  <param name="UniverseID" value="UnivCUID=<%=universeCUId%>"></param>' +
                    '  <param name="SaveAs" value="<%= request.getContextPath() %>/reports/SaveReport.jsp?StandardReport=<%=reportType%>&storageToken=<%=storageToken%>&reportMode=<%=reportMode%>&unvId=<%=universeId%>&reportNamePassed=<%=repName%>&reportDescPassed=<%=repDesc%>"></param>' +
                    '  <param name="bRobot" value="false"></param>' +
                    '  <pa
    Based on our understanding this functionality is not available in XI 3.1. Weu2019ve implemented some restricted report functionality using the custom u2018SaveAsu2019 page.
    We are planning to use Web intelligence extension points to hide the default u2018SaveAsu2019 button in the query panel and then add a new save button to call our custom code. Is this feasible with extension points? We are using Java Webi SDK.
    Any help is greatly appreciated.

    Mike -
    How does the IP address need to be recognized and recorded?  At view-time of the report via InfoView?   During adhoc report creation (webi query panel) ?
    Does Auditor not satisfy this requirement?
    As far as using EPs (these are actually in C btw) - this could get a bit murky as you'd still need to manage a way to enforce the custom function to be present in the Webi report.
    If you need to essentially record IPs of users who are using any of the available document viewing interfaces (PDF, interactive, etc) then I'd add some custom code to viewDocument.jsp that grabs the client IP (how will you account for proxies, or is this a non-issue?) and silently stamps the address in a footer cell of the Webi report or merely records the view action elsewhere without actually touching Webi.
    I don't think you can escape the not wanting to customize InfoView code, unless you roll your own viewer and force users to use that instead.
    Hope this helps

  • Delta problem for enhanced field in master datasource

    Dear Experts,
    I have a master datasource 0customer_attr. I have enhanced it with field sales group. Daily delta comes for this datasource.
    But when user changed sales group for a customer from s1 to s2 then it is not coming in delta.
    Still there is old sales group exist in BI for particular customer. In short , delta is not coming for enhanced field.
    Please advise what should i do ?
    Regards
    Shweta

    The problem is that no delta is posted to the message type for KNA1 in the bdpcv/s tables because the orignatting field is a KNVV field
    So if KNVV was changed ie sales group it will not post a ale change pointer for KNA1 therefore the delta for KNA1 will not pick up any change
    However if there was a change to KNA1 on the same day as the KNVV changwe then the delta will pick up the change
    The way to get around this is to either use a KNVV delta datasource into BW and then enhance 0Customer that way via transformations into the customer infoobject  in BW only
    Or to put a user exit into the KNVV change on R3 to generate an ale change pointer for KNA1(ie every change in KNVV will generate a change in the KNA1 extractor)

  • Extension points: new hooks to customize Web Intelligence

    <p>Welcome to a community where you will be able to share your experience with Web Intelligence&#39;s extension points and see how much you can do without hacking the product!</p><p>Extension points is a new API for Web Intelligence&#39;s XIR2 SP2 java client, available on the <a href="http://labs.businessobjects.com/" target="_blank" title="Extension Points download">Labs site</a> . A special focus was put on easing the work of the developer to better answer business needs. Releasing via the Labs is an opportunity for BusinessObjects to gather comments, requests from extension points users to improve quickly the API before a full integration within the product itself. So start playing with them and take advantage of this community to share your feedback.</p><p>The first step is to let you know WHAT you can do. Check the code samples to get an sense of how easy integrating web intelligence inside your application is, how you can configure the interface into a simple ad-hoc report viewer in 30 seconds, how to customize the querying workflow, or simply to get new ideas..</p><p>From an architectural point of view, extension points expose internal functions of Web Intelligence from the query and the report parts which can then be customized using Java classes. In addition, a configuration file let you manage the main appearance of the client interface easily.</p><p>As a reminder, if you intend to customize the web intelligence DHTML client, a public SDK is available <a href="/developer/library" title="Developer library">here</a> .  </p>

    Has anyone tried webi_extension_XIR3.zip on BOE R3?  I went through the doc several times but still getting this exception.  Also, there is no readme.txt file in the zip and so I based it off the readme file from the last release webi_applet_extension (r2).  Unfortunately, we do not have the BOE R2 environment so I couldn't try the webi_applet_extension r2.
    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
         at com.businessobjects.webi.richclient.ConnectionAdapter.getConfigFilePath(Unknown Source)
         at com.businessobjects.webi.richclient.Startup.<init>(Unknown Source)
         at com.businessobjects.webi.richclient.Startup$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

  • Webi DHTML Viewer Extension Points

    Hi
    Is it possible to hide the Fold-Unfold Toolbar feature via the use of Webi DHTML Viewer Extension Points?  I've tried various methods including hide_feature("FOLD_TOOLBAR") or hide_feature("FOLD-UNFOLD_TOOLBAR") but it doesn't appear to work.
    Thanks
    Nick

    Hi Nicholas,
    Create a new user and name him Test.
    By default he has no explicit rights over the particular group.
    Give some explicit rights over the Group in which Extension point reports belong to that Test User.
    For that Group, open the user security and Add principles.
    Give the View right to Group and test the  issue.
    Regards,
    Rohit

  • Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Not via Time Machine.   It cannot back up from a network location.
    The 3rd-party apps CarbonCopyCloner and ChronoSync may be workable alternatives.
    EDIT:  And, if you're going to do that, you could back up from the Time Capsule to a USB drive connected to the TC's USB port.  Second TC not required.
    Message was edited by: Pondini

  • Sample test scripts for Enhancements

    I need your inputs on some standard Test Scripts that should always be tested for Enhancements(User Exits etc...) Points will be rewarded.

    These are the table is the order in which you need to papoluate data from 10.7 instance for the conversion of customers:
    ·     RA_CUSTOMER_INTERFACE
    ·     RA_CUSTOMER_PROFILES_INTERFACE
    ·     RA_CUSTOMER_BANKS_INTERFACE
    ·     RA_CONTACT_PHONES_INTERFACE
    ·     RA_CUST_PAY_METHOD_INTERFACE
    Once data is there, you need to call custmer import programe.
    You have also number of API's for TCA, and process is same.
    Regards
    sanjit

  • Need concrete sample for enhancements in ECC 6.0

    hi,
    I am not able to clearly understand this enhancement technique. For e.g. I go to ME21N and click on menu System--> status, click on the program name " SAPLMEGUI ". I see some enhancement points/spots.
    ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.
    $$-Start: SAPLMEGUI_01----
    $$
    ENHANCEMENT 42  OI0_COMMON_SAPLMEGUI.    "active version
    IS-OIL Class implementations
      INCLUDE oi_lmeguicioi.
    ENDENHANCEMENT.
    So how do I proceed further in order to enhance the code ? A clear explanation with any other example will
    also do. Step by step explanation is highly appreciated.
    what does that 42 mean there ? Also i saw somewhere the statement enhancement-secion , what does it mean ?
    thanks

    Hi,
    Check the links below for Enhancement framework documents.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc
    best point to start are the WebLogs of our product manger Thomas Weiss:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/the%2bnew%2benhancement%2bframework%2band%2bthe%2bnew%2bkernel-based%2bbadi
    Regards
    Kiran Sure

  • Queries on extension points

    1)Using Extension Point, can we modify the Query during report runtime.
    a. E.g. We have a requirement to dynamically append the WHERE
    clause based on the BO User. Can we write a function on click of Run
    button to append the Where condition of the query?
    2) Using Extension Point, can we compute a value and create a
    variable to hold that value in the report?
    a. E.g. In the Query Panel, we have selected objects A, B, C, D.
    But in the report we uses only Objects C,D. But in the report we want
    to show a value computed from A, B, C. Can we define a function to
    compute this value (derived from formula) in Extension Point, and
    either show it in the report as a new column or save it as a new
    variable in the report for future use?

    Hi,
    1. For the first one, you could use Row level security.
    Tools --> Manage Access Restrictions --> Create restriction --> Go to Rows tab --> Apply condition --> Save.
    And then assign this restriction to user groups.
    If you want to apply this based on user level, if your data contains that information use could apply a condition using BOUSER variable.
    2. You can create variables in WebI reports. In variables  you can define formulas. Check for Variable editor option in the Edit Report panel.
    Regards
    Gowtham

  • Setting filenames for images sequences via scripting

    Is there a good way to set the output filename for a sequence via scriping? When I explicitly set the filename and render location, the frame number is being appended to the end of the extension. (example: "filename.png002").

    Did a quick test.
    You can set name the way you want "Comp 1-[#].jpg" - I mean if you add [#] by hand, AE seems to respect that.
    So I guess you could check how many frames you are going to render and set appropriate amount of # signs in the file name.
    Looking at your example, seems that AE ads frame number after the extension. In case you want to control where AE puts those frame numbers, try this "filename-[#].png" - that should do the trick.

  • Error when building extension points

    Hello,
    I am trying to compile the extension point sample: "Query Panel".
    When I try to export the project in eclipse to a runnable jar file I get the following error message:
    JAR export finished with warnings. See details for additional information.
      Exported with compile warnings: Extension Points - QueryPanel/src/querypanel/ImageLoader.java
      Exported with compile warnings: Extension Points - QueryPanel/src/querypanel/ExtensionPoint.java
      Jar export finished with problems. See details for additional information.
        Fat Jar Export: Could not find class-path entry for 'C:Temp/Ecllipse Projects/Extension Points - QueryPanel'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/jdic/jdic.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/boconfig.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_ext.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_inproc.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdz_ui.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cdzextidl.jar'
        Fat Jar Export: Could not find class-path entry for 'C:Program Files/Business Objects/BusinessObjects Enterprise 12.0/classes/cecore.jar'
    The external library that I am using is: RCThinCadenza.jar
    Even when I add the external jar's listed in the error message  to my project manually I still get the above error message.
    Can someone tell me if I'm missing something here?
    Many thanks
    Rim

    Thanks for that Ted, I have now build the project to a "normal" jar file successfully.
    I have now got a jar file and a library folder.
    Do you know what steps are involved in getting this extension point to work on my local Webi RichClient?
    I tried to copy the JAR file and webi_plugin.properties file into the business objects classes folder on my local machine but when I try to execute the rich client I get the error:
    "Cannot Read the Script file: QueryPanel.ExensionPoint
    Any ideas?
    Many thanks
    Rim

Maybe you are looking for

  • Pass system ack of JDBC adapter to ERP in IDoc - XI - JDBC scenario

    Dear all, i have an IDoc -> XI -> JDBC scenario (without using ccBPM). In the standard way the ERP system, sending the IDoc waits for an application acknowledgement. However the JDBC adapter is only capeable to send system acknowledgements. Is there

  • Reconciliation Via DIAPI

    Hi, My client needs me to create two documents via the SDK using DIAPI (SAPbobsCOM).  I am creating an A/P Invoice and an A/P Credit Memo.  He wants me to reconcile the two after they are created but I can't seem to see the object that will allow me

  • IPod Touch Unable to Restore After Connecting

    Hi there, Before I explain my problem, here are my specs: - Running Windows XP with iTunes 9.0.2.25 (laptop is 3+ years old) - iPod Touch 2nd Generation, 32GB running OS 3.1.2 - Purchased the iTouch in December 2009 from an online Future Shop sale My

  • Deleting file with special character in name gets error -43

    In my Trash folder there is a .html file with a name containing special characters (oriental) left over from when I uninstalled Adobe CS2. When I try to change the file name to delete the special characters so I can trash the file, I get error -43, a

  • From MacBook to TV in streaming...

    I'm just passed from my old PC on a world with only Mac (sorry for my English, is not my mother language), now I have one MacBook, one Ipad and One old AppleTV. I have a lot of file .avi on my Macbook (or better they are on an external HD), if I want