New data synchronization components from Microsoft designed to ease the process of connecting applications across both computing devices and services. Mobile computing is taking over. The superhero model for a typical IT worker is surely Batman, with a dozen gizmos hanging off his belt: smartphones, USB keys, MP3 players, cameras. However, Windows software developers who want their applications to synchronize data among those devices and with desktop clients, servers and web services… those developers often would prefer root canal surgery. Every Windows app that requires synchronization has had to be custom-crafted code; everything is built from scratch. MORE ON APPLICATION DEVELOPMENT 10 Things You Should Know About Microsoft’s Silverlight SUBSCRIBE TO OUR NEWSLETTER From our editors straight to your inbox Get started by entering your email address below. Please enter a valid email address Subscribe Google’s OpenSocial a Step Forward Hackers and Suits: 10 Tips for Managers to Bridge the Gap 25 Questions a Chief Executive Should Ask About Software Microsoft’s Sync Framework attempts to address that particular toothache. The Sync Framework, now in Community Technology Preview (CTP), extends Visual Studio 2008 to sync-enable applications and services. It will work with both online data (such as rich Internet applications and Web services) and peer-to-peer collaboration (such as file updating across USB keys or smartphone data and setting synchronization). “We now have a common reusable extensible framework to keep information synchronized, from back end servers to devices to peer-to-peer,” explained Anthony Carrabino, Microsoft Senior Product Manager for SQL Server Marketing. Carrabino discussed the Sync Framework during the DevConnections conference held in Las Vegas this week.With the Sync Framework, a developer enables a server or application to be sync-enabled using “sharing extensions” on Microsoft SQL Server 2008, Visual Studio 2008, Windows NTFS file systems and removable drives. Developers don’t have to know the nitty-gritty of Internet protocols, as the framework takes care of the gory details, and the framework is also said to have a platform-agnostic architecture. A node that’s set to be a willing participant in the sync architecture—such as that USB key or a smartphone—can be set to automatically update whenever a connection is possible. How it’s controlled and the data that’s exchanged is up to the developer, but the connection and data-swap process is smoothed.After a developer creates the sync-enabled client, server or web service, endpoints (which may themselves be services, applications or devices) are —bam!—suddenly enabled to do synchronization. The Sync Framework has prebuilt components to make it easier for the programmer to work with particular types of devices or services. After an endpoint is defined as a participant and a network connection is found, they can all “talk” and synchronize the data, said Carrabino.Ho-hum, yet another framework that keeps developers from having to drill down into protocols. But here’s the cool thing for IT teams: once a server or application is set to participate in the synchronization network, other applications can use that predefined synchronization without additional custom development.For example, if you write an in-house custom application to synchronize server information with mobile devices in an inventory application, and the Accounts Payable department later decides it wants to employ a Web services application to synchronize payment schedules with the company’s partners, nobody has to start all over again with yet another custom synchronization platform. Developers fro the different parties all can participate in the same database-driven connection used in the inventory application. That could save gobs of time.Security-wise, “Whatever you do at the data level is respected and leveraged by the sync framework,” said Carrabino. That includes whatever security you’re using to protect the information in-place (database, encryption, third party security keys); it also relies on the transport, such as https or SSL. Services can have another level authentication, Carrabino adds; there’s a little more control at that point. Related content news Oracle bolsters distributed cloud, AI strategy with new Mexico cloud region The second cloud region in Monterrey, providing over 100 OCI services, is part of Oracle's plan to compete with AWS, Google and Microsoft, and cash in on enterprise interest in generative AI. By Anirban Ghoshal Sep 26, 2023 3 mins Generative AI Generative AI Generative AI brandpost Zero Trust: Understanding the US government’s requirements for enhanced cybersecurity By Jaye Tillson, Field CTO at HPE Aruba Networking Sep 26, 2023 4 mins Zero Trust feature SAP prepares to add Joule generative AI copilot across its apps Like Salesforce and ServiceNow, SAP is promising to embed an AI copilot throughout its applications, but planning a more gradual roll-out than some competitors. By Peter Sayer Sep 26, 2023 5 mins CIO SAP Generative AI brandpost Mitigating mayhem in a complex hybrid IT world How to build a resilient enterprise in the face of unexpected (and expected) IT mayhem moments. By Greg Lotko, Senior Vice President and General Manager, Mainframe Software Division Sep 26, 2023 7 mins Hybrid Cloud Podcasts Videos Resources Events SUBSCRIBE TO OUR NEWSLETTER From our editors straight to your inbox Get started by entering your email address below. Please enter a valid email address Subscribe