Help: looking for Serialization suggestions (on strategies and products)

Hello,
I'm looking for suggestions on how to tackle a Serialization issue. Suggestions on tools to use, and approaches for "do it yourself" coding are both needed.
I need to serialize a large evolving codebase with a minimum of rewriting (overriding readObject... for each class is out of the question, likewise embeding metadata comments for all classes is also out of the question). Currently the codebase is using Java's default Object Serialization (to a binary array). This is completely unacceptable for the long term (object versioning and migrations are a nightmare).
As such I've determined that JSX/JSX2 looks like a feasable solution (the pricing is nice; the mechanism wrappers readObject, writeObject (so a minimum of recoding); they automatically map objects back and forth and don't require Objects to be constrained (with meta data, being a given format (such as beans...))). I was leaning towards Object -> XML because:
1) it is easy to read and therefore parse / upgrade / version
2) it would fit into many different types of databases without need of specalized decompositions (just put the whole object in a data cell)
however, management really wants to go Object -> tables. I am a bit leery about this but I keep hearing "we have no plans to move to any data technology other than RDB". Given those assumptions, it kind of pulls me in another direction. Namely a table serialization would have greatly enhanced performance (one could scan for objects with the highest value of some instance var quite quickly; with the other scheme it would be rather expensive...). So now I'm looking for suggestions on products that serialize Object -> table. The product at www.objectmatter.com looks like it might work well, but the licencing seems expensive. JSX/JSX2 might have Object -> table capability in the future but not now.
Likewise, loathe as I am to reinvent a complex wheel, I am looking for strategies on rolling my own object -> table mapping code.
On the one hand I think I might implement the serialization in a way similar to JSX (wrapper readObject...) as this would seem to give a direct route to the relevant instance variables.... On the other hand this would be even more slow than Java's current serialization, and I think I might go a bit blind parsing the binary stream. I could write some "stand-alone" that scans .java or .class files and auto generates a mapping file, then I could use some tool like Castor (however, given the complexities of some of my classes I think they might break Castor). The big problem is that my classes are complex and ugly (inner classes, anon classes...) so I get the feeling developing an algorithm for serializing them will be difficult and error prone. I was thinking of using Reflection and some guesses on getter/setters but now I'm thinking of using Java's security model (basically to turn all instance variables into "public" ones for my serialization routine).

An update:
Actually Castor didn't look as "full featured" as I originally thought...
So for now I'm trying to write my own persistance manager. Its along the same lines as the article "Using Reflection to Automatically Map Objects to a Database" (which can be found at URL http://www.ajug.org/meetings/2001/DBMap.html ).
The cool thing is that I have permission to make my work open source (I think that will help my company and others). My project goals are:
1) create the persistance manager
-the manager can be easily extended for any backing DB (within reason); so not just RDB but LDAP.... This will enable the user to easily "plug & play" DB technologies.
-the manager will have a very simple (and limited) API similar to
serialization. Basically one will be able to save, delete, and
retrieve objects without needing predefined DB-Object mapping
files.
Likewise the user will be insulated from DB specific details.
I am going to add a "context" which is basically a level of
transactionalism (either the backing db supports it or you code it
into your db wrapper layer).
There will NOT be much in the way of query support.
2) hook into existing "bridge" technologies
-when I get done I want to see if I can get my auto-mapping & my
persistence manager... to "cooperate" with stuff like Castor,
Hibernate, OJB, TJDO.... This is a much lower priority but I see
it as strategic for the long term growth of the project (it will
enable users to transition from "dumb" auto-maps to "smart" custom
ones seemlessly
I'm going to open another thread about this on the forum.

Similar Messages

  • TS4212 can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.  I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work

    can anyone help please..  since iCloud  came on the scene  My all in one printer  keeps saying  it is not USB connected.   what do I do
    I have been  looking for over a week now   and even chatted  with the USA  but cannot get it to work.
    I am really struggling

    Thanks
    someone named  Eloisa   she gave me   a phone no.   or visit hp.com/uk
    cannot make head nor tale of it all.  I am old.  and find everything hard to undertstand

  • I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestion

    I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestions?
    MacBook, Mac OS X (10.6.8)

    I am looking for a small Dell black and white, laser printer like the Energy Star 1133 that is compatible with my macbook, 10.6.8.  I would like to buy a new computer in the near future so would need it to be work on my next computer also.  Any suggestions?
    MacBook, Mac OS X (10.6.8)

  • PC - Mac... looking for backup suggestions

    I never thought I'd buy a Mac (based purely on cost alone), but the big changes in Windows 8 have really turned me off.  What I'm looking for is suggestions on how to migrate.
    I'm looking at moving from a desktop PC with lots of storage space, to buying a Macbook Pro.  My current setup is as follows:
    Processor: Intel Core i5-2500K Sandy Bridge 3.3GHz
    RAM: G.SKILL Ripjaws 8GB (DDR3 1600)
    GPU: EVGA 550ti
    Primary Drive: 100 GB SSD - OCZ Vertex 2 OCZSSD2
    1 TB personal drive for media/personal files
    2TB HDD for automated backups
    2TB HDD for manual/secondary backups
    Obviously I already have the drives and don't want to spend $300 on a MyBook, but I'll need an external enclosure that is compatible with the new MacBook Pro, and also easy connectivity.  Suggestions?

    I agree with you in some part with regard to cost, but maybe not so much with my particular situation.  The Ultrabook I was looking at a few weeks ago was the Lenovo X1 Carbon for $1300 (base price), but since it comes with W8, I would still need to buy a W7 Pro disc for $200, putting the new price at $1500, the same starting price of the 13" MacBook Pro. 
    I'm also not fond of clinging to older software or OS's.  Microsoft has chosen their path and they're not going to do a complete turnaround with items such as "Metro" or the Start button. It seems like a good time to try something else.  If I don't end up liking the Mac OS, at least they hold their value better in the resale market...
    As for enclosures, they are renowned for being poorly built and unreliable.  I was hoping someone here could recommend one first hand.  If the WD MyBook had even reasonable reviews I probably would have just gone that route.  As is, I'm open to any suggestions.

  • Looking for sample code using "first_tab" and "next_tab"

    Looking for sample code using "first_tab" and "next_tab". How is it used with ItemID within a dialog box? I've read the reference books - don't understand it.

    Hi Ray,
    There are several ways to do this, and in the example I created, I actually did not end up using shift registers. I've attached some example code that basically multiplies the period by the duty cycle percentage to achieve the number of milliseconds to be high and low.
    You would just need to insert your DIO code in each frame of the sequence structure.
    Hope that helps. Kind regards,
    -Sam F, DAQ Marketing Manager
    Learn about measuring temperature
    Learn how to take voltage measurements
    Learn how to measure current
    Attachments:
    70_PWM_Example.vi ‏23 KB

  • G72 B63NR battery needs replacement - looking for source suggestions

    Original (MU06) battery finally gave it up.
    Looking for 'best cost/quality/mAhr rating' replacement source.  Rarely use it on battery alone so bigger one not needed.
    From the chart Provost posted link to, it appears the #'s after G72 don't mean much in this case. 
    Sorry but HP price is way too high for what it is.
    Anyone ever deal with 'thinkmall2011' from ebay?  Showing a 5200mAhr / 6 cell / 10.8v for under $15
    Any & all help appreciated.

    The eBay "knockoff" batteries all come from similar sources. They are made in sweatshops in the Far East. Generally, they are good batteries perfectly adequate for older laptops that don't leave the desk very much. What is the worst that happens if it is bad at $15? The better ones have a 3 year warranty as does the seller you ask about, but hardly anyone ever makes a claim because it is easier to just buy another one at that price than to pay return shipping. If you look at all the eBay auctions you will notice that all the pictures and text are very similar. In other words, there seems to be a "Chinese laptop battery" consortium of some sort out there. I do buy these frequently when the situation calls for it and very, very rarely have a problem. I look for the best consistent feedback and a high score. I say go for it.
    If this is "the Answer" please click "Accept as Solution" to help others find it. 

  • I am looking for some hotels on mozilla and encountered a strange issue, the hotel ad for first slot is not aligned in knowledge panel.

    I was looking for a hotel on mozilla and the first hotel exhibiting in the ad is not aligned with knowledge panel. However it is showing correct result on other browsers. This error is not just contained for one hotel ad but to other as well. I am just curious if it's an issue from their end or some technical syntax error in mozilla
    Please find an attachment.
    Thanks.

    You may have zoomed web page(s) by accident.
    Reset the page zoom on pages that cause problems.
    *<b>View > Zoom > Reset</b> (Ctrl/Command+0 (zero))
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.

  • I just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    i just bought the revolution after having a blackberry and i'm looking for a notepad type software and a place to store passwords.

    I use SafeWallet after trying most of the apps in the market place. It's a bit expensive compared to most and you have to pay for the desktop application which sucks but the other apps were some cumbersome I knew I would never use them after the initial setup.
    I'll add the normal caution of storing passwords in a non-protected text file but you probably know that
    Bob

  • Class for Purchase order item components and Production order components

    I'm looking for a some classes.   I'm very new to objects, so I could be searching for them incorrectly.
    The first class I'm looking for is a purchase order class that contains the item components.  I've looked at CL_PO_ITEM_HANDLE_MM and CL_PO_HEADER_HANDLE_MM.  I couldn't find components as a part of either of the classes.
    The second one I'm looking for is not as critical.  It is for the components for a production order.   I have a function module: BAPI_PRODORD_GET_DETAIL that gets the components for the order.  However, to take advantage of objects - I read somewhere - that if possible I should avoid calling a function module.
    Any help that you could give would be greatly appreciated.
    Thank you!
    Michelle

    Hello Michelle
    I do not think there are already classes available on ERP 6.0 for reading production order (yet I might be wrong...). However, regarding purchase order you are already on the right track.
    *& Report  ZUS_SDN_OO_READ_PO
    *& Thread: Class for Purchase order item components and Production order components
    *& <a class="jive_macro jive_macro_thread" href="" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1206523"></a>
    "& NOTE: Coding adapted from BAPI_PO_GETDETAIL1
    REPORT  zus_sdn_oo_read_po.
    TYPE-POOLS: abap, mmpur.
    PARAMETER:
      p_ebeln   TYPE ebeln  DEFAULT '3000000045'.
    DATA: gs_document    TYPE mepo_document,
          go_po          TYPE REF TO cl_po_header_handle_mm,
          gs_header      TYPE mepoheader,
          gd_tcode       TYPE sy-tcode,
          gd_result      TYPE mmpur_bool.
    data: gt_items       type PURCHASE_ORDER_ITEMS,
          gs_itm         type PURCHASE_ORDER_ITEM,
          gs_item        type mepoitem.
    START-OF-SELECTION.
    *  prepare creation of PO instance
      gs_document-doc_type    = 'F'.
      gs_document-process     = mmpur_po_process.
      gs_document-trtyp       = 'A'.  " anz.  => display
      gs_document-doc_key(10) = p_ebeln.
    *  object creation and initialization
    **  l_ebeln = purchaseorder.
      CREATE OBJECT go_po.
      CALL METHOD go_po->po_initialize( im_document = gs_document ).
      CALL METHOD go_po->set_po_number( im_po_number = p_ebeln ).
      CALL METHOD go_po->set_state( cl_po_header_handle_mm=>c_available ).
    *  read purchase order from database
      gd_tcode = 'ME23N'.
      CALL METHOD go_po->po_read
        EXPORTING
          im_tcode     = gd_tcode
          im_trtyp     = gs_document-trtyp
          im_aktyp     = gs_document-trtyp
          im_po_number = p_ebeln
          im_document  = gs_document
        IMPORTING
          ex_result    = gd_result.
    *  there was a problem in reading the PO
      IF ( gd_result EQ mmpur_no ).
    **    l_messages = l_handler->get_list_for_bapi( ).
    **    PERFORM return TABLES l_messages return
    **                          poitem poschedule poaccount.
    **    CALL METHOD l_po->po_close( ).
      ELSE.
        gs_header = go_po->if_purchase_order_mm~get_data( ).
        WRITE: / gs_header-ebeln,
                 gs_header-bukrs,
                 gs_header-bsart,
                 gs_header-lifnr.
      ENDIF.
      gt_items = go_po->if_purchase_order_mm~get_items( ).
      LOOP AT gt_items INTO gs_itm.
        gs_item = gs_itm-item->get_data( ).
        write: / gs_item-ebelp,
                 gs_item-matnr,
                 gs_item-menge.
      ENDLOOP.
    END-OF-SELECTION.
    Regards
      Uwe

  • Looking for software that mirrors Streets and Trips

    Hi Everyone,
    For years I've used Microsoft Streets & Trips to plan hiking trips and travel across the world.  I recenty made the switch to Apple and, of course, do not regret one aspect.  Except, that is, that I cannot seem to find any software packages or applications that mirror Microsoft's Streets & Trips.  Does anyone know of a program that may be similar and worth a try.  It's difficult to explain all of the capabilities of S&T so here is a link to the software for comparison. 
    I truly appreciate any help!
    -msm

    If you're looking for some options other than Streets and Trips now that is has been discontinued, I suggest visiting http://mappoint-alternative.com/ - I found some great replacements for Streets and Trips there!

  • I am looking for your suggestions about Netweaver Enterprise Portal

    Hi,
    I am Mallikarjun, having 3 years of experience in SAP - ABAP programming and also I am having enough conceptual knowledge on ABAP Objects & JAVA, even I am aware of Web Dynpro ABAP. Now I am planning to learn Netweaver Enterprise Portal, for that I am looking for your valuable suggestions and even I am expecting your help. Here I have some quarries:
    1.     What is the importance of Netweaver Enterprise Portal?
    2.     What are the different concepts of Enterprise Portal?
    3.     Step by step procedure to learn Enterprise portal?
    4.     As a developer (EP) what are the roles and responsibilities?
    5.     What should I learn to work as a EP Content developer?
    If you have any Enterprise Portal documentation or material, please you can share with me, it helps me a lot.
    Thanks & regards,
    Malllikarjun.

    Hi Mallik  ,
    The following r excellent websites containing PDF & PPT docs which will make u'r learning easier as a BEGINNER:
    EP BOOK
    http://searchsap.techtarget.com/searchSAP/downloads/chapter-december.pdf
    EP Introduction
    http://en.wikipedia.org/wiki/Enterprise_information_portal
    EP Introduction
    http://www.sappoint.com/PHPWebUI/index.php5?menu=ConsultingEnterprisePortals&title=Consulting%20Services%20and%20Solutions%20-%20Enterprise%20Portals
    How to develop SAP Enterprise Portal with WebDynpro
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/15efce90-0201-0010-e8ae-f74055037139
    Migrating SAP Enterprise Portal
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4be0a6e3-0601-0010-6493-913104fc7468
    All Articles on SAP NetWeaver Portal
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/10f7a71d-d911-2a10-39b0-8a9f318c94ac?startindex=21
    SAP NetWeaver Portal How-to Guides for SAP NetWeaver 2004
    Portal How-to Guides for SAP NetWeaver 2004?prtmode=print
    SAP NetWeaver Portal eLearning Catalog
    https://www.sdn.sap.com/irj/sdn/portal-elearning
    AN EXCELLENT BOOK ON DETAILS OF SAP ENTERPRISE PORTAL
    http://searchsap.techtarget.com/searchSAP/downloads/chapter-december.pdf
    Get ready for SAP ENTERPRISE PORTAL
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6d5ca54c-0601-0010-56a0-812227d24327
    SAP ENTERPRISE PORTAL - PORTAL CONTENT
    http://www.sap.com/platform/netweaver/pdf/BWP_Portal_Content.pdf
    Beginning EP Development
    Beginning EP Development
    PORTAL(SAP LIBRARY)
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/76bd3b57743b09e10000000a11402f/content.htm
    HOW TO PERFORM INITIAL SIZING OF ENTERPRISE PORTAL 6.0
    http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/01_Sizing_EP_60_init2.pdf
    SAP NetWeaver Portal eLearning Catalog
    https://webservice.sdn.sap.com/irj/sdn/portal-elearning
    SETTING UP U'R SAP ENTERPRISE PORTAL SYSTEM LANDSCAPE
    http://www.sappro.com/downloads/SystemDefinitions04.pdf
    Integration into the SAP Enterprise Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/7b583c2439e66fe10000000a114084/content.htm
    Administration Guide
    http://help.sap.com/saphelp_nw70/helpdata/en/ec/171e3e7181b60ae10000000a114084/frameset.htm
    Themes and Permissions
    http://help.sap.com/saphelp_nw70/helpdata/en/26/3df46c0584cd4eb31e91aa7bcf1893/frameset.htm
    Installing and configuring the preview edition of EP
    Installing and configuring the preview edition of EP
    TRANSPORTING SAP NETWEAVER PORTAL CONTENT
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/ep%206.0%20sp2.0/best%20practice%20for%20transporting%20sap%20netweaver%20portal%20content.pdf
    SAP NetWeaver Portal How-to Guides for SAP NetWeaver 2004
    Portal How-to Guides for SAP NetWeaver 2004
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/ep%206.0%20sp2.0/sap%20ep%206.0%20integration%20using%20jsr168%20and%20wsrp.ppt#285,1,Slide 1
    CITRIX SOLUTIONS FOR SAP ENTERPRISE PORTAL
    http://www.citrix.com/site/resources/dynamic/partnerDocs/Citrix%20-%20SAP%20Business%20White%20Paper.pdf
    HOW TO INTEROPERATE SAP ENTERPRISE PORTAL AND IBM WEBSPHERE PORTAL SERVER
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4a3addc4-0501-0010-bfbb-9cdd29581adf
    installation
    Enterprise Portal 6.0 Installation
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N02_BB_InstallGuide_EN_US.doc
    Installing SAP Enterprise Portal 6.0 SP2     
    http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/02_Introduction_v1_final.pdf
    How to migrate from SAP Enterprise Portal 6.0 SP2 to SAP Netweaver '04
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/778ac2ee-0901-0010-61a9-a2e174996bd7
    Get ready for SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6d5ca54c-0601-0010-56a0-812227d24327
    Mastering SAP Enterprise Portal 6.0 Application Development
    http://www.sap-hefte.de/download/dateien/1000/075_leseprobe.pdf
    Get u'r SAP Enterprise Portal 6.0 smooth start
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/48f4aa4c-0601-0010-4fb3-abc9042dac4b

  • Looking for a Suggestion on Protege Notebook Model

    Hi,
    I might have posted this in the wrong forum, if that is the case then please accept my apologies for the same.
    I am looking to buy a new ultrabook. I am looking for the following specs:
    Price: Around USD800
    Screen Size: 13.3" (This is important as there are weight considerations and hence cannot go for any bigger screen)
    Screen should be easily tilted to 180 degrees since I have a small kid who could pull the screen back (I hope you people understand what I am asking for, this feature is not listed in any datasheet of Toshiba Notebooks)
    RAM Installed: 4GB (min)
    RAM Maximum: 8GB (min) (I should have the option for upgrading the RAM later to 8GB minimum, more the better)
    Weight: 3 lbs (or there about)
    DVD-ROM: Not NEEDED
    HDD: Would like to have a SSD with 256GB but given the price, I guess I have to settle with the normal HDD. But it would be great if I could upgrade later this HDD to a SSD.
    Keyboard: Backlit and SPILLPROOF
    Now I have kind of short listed some of the models and would love to hear the advise of the techies here.
    Model 1:
    Portege R935-ST3N02 
    Link for Datasheet: http://cdgenp01.csd.toshiba.com/content/product/pdf_files/detailed_specs/portege_R935-ST3N02.pdf
    Questions in my mind regarding this notebook:
    Will the screen be tilted back to 180 degrees, cannot find this information anywhere.
    The maximum RAM shown is 8GB but since this device has 2 memory slots, then wouldn't it be possible to have 16GB as the max RAM with 8GB card in each slot.
    HDD = 750GB but later would I be able to upgrade to a SSD Harddisk or not, to reduce the weight even more later.
    Keyboard: Is the keyboard SPILLPROOF and Backlit?
    Model 2: 
    Portege Z935-ST3N02
    Link for Datasheet: http://cdgenp01.csd.toshiba.com/content/product/pdf_files/detailed_specs/portege_Z935-ST3N02.pdf
    Max RAM is only 6GB (is there a way to upgrade to 8GB)
    SSD: Can I later upgrade to a higher capacity SSD like 512GB if an when they get cheaper, I know it should be possible but wanted to ask anyhow?
    Model 3:
    I am comparing these 2 models against THINKPAD X230.
    Any suggestions and enlightening thoughts on my above questions would be deeply appreciated.

    Please just let me know if the screen can be tilted to 180 degrees in Portege R935-ST3N02 

  • Seeburger help required for Supplier Invoice (EDI 810) and Dispatch Advice

    Hi All,
    Pls let me blog/steps for scenario for Supplier Invoice and Dispatch Advice using Seeburger.
    For Supplier Invoice I assume R/3 will send data to Vendor (810).
    1. Pls let me know for R/3 to XI will we use INVOCE IDOC?
    2. Pls let me know for R/3 to XI Communication do we will use same Distributiion Model setup?
    3. Pls let me know what Seeburger BIC modules I need to use in Seeburger AS2/File Receiver Adapter
    4. Which Interface and Adapter  I need to use for 810 and which Interface and Adapter  I need to use for 997.
        Pls send its setup with its Mappings defined in Modules.
    5. What is Disptach Advice?  Is it also same like Supplier Invoice ? Does it also have EDI Number and if yes then what?
    Pls send me blogs for the above Supplier Invoice and Dispatch Advice settings.
    Regards

    >
    Rickkk wrote:
    > Hi Ravi and All
    >
    > I am thankful to all of you for great help of yours.
    >
    > Steps:
    >
    > 1) I wil create an INvoice in your backend system. It will generate an IDOC.
    > 2) This IDOC will be sent to my XI system.
    > 3) I will map the IDOC to the Target XML 810 --- From where I will get this Target XML 810 ?
    YOu have to login to the Physical box in which XI is installed (Take Basis Help.
    In one of the drives, you will find a folder called seeburger.
    Inside that folder, you can browse to find the XSD structure for your 810 .
    YOu will find different XSDs for different versions of 810.
    Suppose your EDI 810 version is 4010, then you have to use the XSD for 810 4010 version (There will be separate folders for each transaction set/version combination.
    It will be there also in the software CD that seeburger provides when you buy it.
    > 4) I need a seeburger receiver AS2 adapter that consist of modules that will convert the XML 810 docuemnt to EDI document.
    >
    > Below are the modules will be present in you suggested seeburger receiver AS2 adapter
    > module key                  Parameter name               Parameter value
    > bic                                destSourceMsg               MainDocument
    > bic                                destTargetMsg                MainDocument
    > bic                                mappingName                  <the name of your X2E mapping for 810>
    > exit                               JNDIName                         deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    >
    Yes.
    > 5. As per blog  -
    /people/rajeshkumar.pasupula/blog/2009/08/05/wanna-implement-seeburger-for-edi-find-the-booster
    >
    > For 997 Interface we are using seeburger Sender adapter and for 850 Interface we are using Split997 Sender adapter -- Reverse order
    >
    > For this scenario will it be like this again like
    > For 997 Interface we will use Seeburger Receiver AS2 Adapter where the above modules are configured -- Pls suggest
    >
    > For 810  Interface we will use Split997 Receiver adapter -- No modules configured Pls suggest
    >
    > I request you to kindly send me snapshots or blogs which has snapsot for this scenario.
    >
    No need of split 997 in outbound case. In this case, you will send the 810 and the partner will send the 997.
    So, to receive that 997 file, you need another scenario. You need the split 997 communication channel only in inbound case like in 850, but not in outbound case.
    > Last point -- is Dispatch advice direction is like 850 (Inbound ) or its direction is like 810 (outbound)?
    > Do we have IDOC or something like that present and its mapping ?
    >
    like I said earlier, it is an outbound document if your company is the vendor.
    It will be inbound if your company is the Customer to some other company.
    The IDOC that is used usually will be DESADV idoc.
    > Regards

  • Looking for some suggestions

    Hello, Just looking for some web developers/designer's to give some suggestions on window managers that may be suited to your profession more so than others, maybe highlight the pro's/con's if you could. I guess what I am really trying to decipher is which window manager is best suited for a web developer/designer, there seems to be a wealth of options to choose from. Thanks

    prog wrote:
    ewaller wrote:
    prog wrote:Apologies if I have posted this in the incorrect section !
    Big brother is watching you
    But /dev/zero is correct, these type of threads usually devolve into endless opinions, flame wars, along with a pinch of trolling, and some company usually gets slandered. 
    I've read the script -- in the end, it comes down to just try them until you find the tools you like.
    ah sorry, my intention was never to start a silly flame war. I am going to spend some time trying out tiling WM's other than Xmonad, It's kind of annoying since I'm forced to use win7 at work, and the contrast between work->home is quite large.
    If you like tiling, try the "plug.n" autohotkey script/app on your work windows box. Does a very good job - or at least as good as is possible.
    There is a limitation if you need to use stuff like VMs. But this is getting a bit OT, so i'll leave it at that .

  • Apple TV won't download movies anymore.  it says to go to store and check Purchase history, but everything seems to be in order.  Any idea what I am looking for to fix the problem and download movies again?

    My apple TV will no longer download movies.  It says to go to the Apple Store and check purchase history.  Everything seems to be in order.  Any idea what I am looking for?

    Okay - let's cut to the chase...
    If the Menu Bar (File, Edit... Help) shown in my screenshot below is not visible, use CTRL+B to display it. Then click on Help/Check for Updates. If one is available, you will be able to select it at this time.
    Note the item at the bottom of the list; About iTunes. Selecting that will show you which version of iTunes you are using.
    An alternative method to display the Menu Bar is click on the box in the top left of your iTunes window...

Maybe you are looking for

  • URGENT: I am getting Null in my JSP

    Below is my bean containing all the data access logic - the jsp file follows also is my presentation file, when i render i get null value at display, do anyone know why? Help me experts. import java.io.Serializable; import java.sql.Connection; import

  • Can I only bridge my network, rather than extending it?

    I have an airport extreme, which I'm trying to use as a bridge for the wired devices in my entertainment system for HD streaming.  It mostly works, but has problems with multiple devices are active on the network.   The other end of the connection is

  • My /etc/udev/rules.d is empty? [SOLVED]

    The other week i installed a virtal inviroment in QEMU, i read a little bit about writing udev-rules, in order to work with USB. but for some reason.. the folder in mentioned in the topic happends to be empty.. and it just strikes me, because when go

  • Logitech wired optical wheel mouse becomes unresponsive, light blinks

    Does anybody have any thoughts on what could be going on? I've noticed that sometimes my wireless mouse will begin blinking its optical light on and off every second or so, forcing me to remove the usb cord and plug it back in to reinitialize the dri

  • Sqlite and AIR

    Hey guys/girls... we're attempting our first Air app, so I apologize for the noobish question on best practices. We're going to use Sqlite for application data storage and have created the database. We aren't sure of the best way to deliver this data