Slashdot Mirror


Windows 8 Introduces a New Cross-App Data-Sharing System

There's been a lot of attention to the way Windows 8 looks; reader aabelro writes with an interesting look at one way it behaves. The article begins thus: "Microsoft has created a new mechanism for sharing information between applications in Windows 8 called Windows Share. Apps can share text, bitmaps, HTML, URI, files, and other type of data, and the usage scenarios are numerous. For example, the app receiving the information can post it to Tweeter or Facebook[, making] it easy to post information to a social network without actually visiting it." Here's a short (video) explanation at MSDN, too.

8 of 213 comments (clear)

  1. The embedded video is Silverlight only by hey · · Score: 4, Informative

    I guess I won't watch it.
    (Or you can download 312M)

  2. Android Intents by bsv368 · · Score: 5, Informative

    I would argue this is not a new idea. The same basic concept exists in Android as Intents.

  3. What, it took over a decade for this? by izomiac · · Score: 4, Informative

    Well, this sounds almost exactly like BeOS's Negotiated Drag and Drop. I remember Leo Laporte doing an episode of (IIRC) The Screensavers where he showed the BeOS, and demonstrated this by dragging an unsaved piece of data between three or four applications and manipulating it in each. But, all I could easily find was this classic scene from a demo video demonstrating the concept between Tracker (the desktop application) and the Book application.

  4. Re:I know! We can call it Publish and Subscribe! by FrootLoops · · Score: 3, Informative

    That's nothing like this system. Well, they're both generalized clipboards, but in different ways. In Publish and Subscribe, "changes to the original published document would be noticed and updated by the subscribers". In Share, the link between the source and target app dies off as soon as the data finishes transferring. No further updates are sent after the "paste" finishes.

  5. "short" by FrootLoops · · Score: 4, Informative

    The "short (video) explanation" is an hour long. If you just want some demos, they start at about 10:33, 12:19, 14:14, and 17:44.

  6. Re:Sounds like a clipboard by Anonymous Coward · · Score: 0, Informative

    nah, tweeter is gay slang for a man (or woman, but this is usually fag activity) that farts while being rimmed. It sounds like a wet 'n juicy shit-my-pants fart due to all the saliva and/or anal lube. It's generally considered rude (do you want somebody farting in your face while you're licking out their asshole?) but some pervs get off on it.

  7. Re:A fully automated social netowrk by Opportunist · · Score: 3, Informative

    In the end, your application will tweet and use facebook with your friend's application while you can go and do something entertaining.

    It's like buying two chess computers so they can play against each other while you go to the movies.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  8. Re:Akonadi by shutdown+-p+now · · Score: 3, Informative

    OLE has the problem of having to run some other process's code in your own address space in order to read the data.

    OLE never did that. If you were passed a COM object implemented by some other process, then your method calls would simply be marshaled across processes, in the same way as they are when you e.g. access Word from VBScript (between winword.exe and wscript.exe).