Microsoft Office System UK Developers Conference

Slides:



Advertisements
Similar presentations
Connecting Web Services to Microsoft Office Applications: An Introduction to Information Bridge Framework Darren Neimke Senior Consultant Readify Limited.
Advertisements

DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Mike Fitzmaurice Technical Product Manager Microsoft Corporation
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
It’s always better live. MSDN Events Developer Productivity Improvements with Visual Studio 2008 and Office Business Applications.
Guidance 15-Day (Proof-of-Concept) 10-Day (Proof-of-Concept) 5-Day (Deployment Documents) 3-Day (Architectural Design Session) 1-Day (Strategic.
Winter Consolidated Server Deployment Guide for Hosted Messaging and Collaboration version 3.5 Philippe Maurent Principal Consultant Microsoft.
Today’s Agenda 14:30 Communication & Collaboration Platform 14:50 Portals & Document Management 15:10 Enterprise Project Management 15:30 Break 15:50 Business.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
OFC 322 Building Office Research Web Services: Exposing Corporate Data Through Office Brian Jones Program Manager Authoring Services Martin Sawicki Lead.
OFC304 Excel 2003 Overview: XML Support Joseph Chirilov Program Manager.
Future Directions: Building Customizable Applications using.NET Eric Schnepp TLN205 Lead Program Manager Microsoft Corporation.
Using the Actions Pane, Host Controls, and Smart Tags
Microsoft Dynamics Snap Michael McClary ISV Developer Evangelist Microsoft Corporation.
Introducing Reporting Services for SQL Server 2005.
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
D402 Extending your LOB Solution with Microsoft EPM Larry Duff Senior Consultant Microsoft Corporation.
CFO Summit. Microsoft Business Solutions Customer Relationship Management (aka Microsoft CRM) Building Profitable Customer Relationships Alex Simons Product.
Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code.
OFC 307 Office 2003 Solution Case Studies Ray Stephenson Smart Client Technical Evangelist
James Akrigg Microsoft Ltd Integrating InfoPath Forms Into Workflow Solutions And Business Processes.
Microsoft Dynamics NAV 2009 and Architecture Overview Name Title Microsoft Corporation.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
ADD-IN EXPRESS World-class Office extensions with little coding.
EBIZ302 Jupiter Business Process Automation and Web Services David Fong Program Manager.
Ben Robb MVP, SharePoint Server CTO, cScape Ltd Interoperability Overview: All Roads Lead to SharePoint.
Microsoft Visual Studio 2005 Tools for the Office System: Building Office Solutions Using Visual Studio 2005 Tools for Office Andrew Coates Developer Evangelist.
The Office Development Platform & Visual Studio Tools for Office Mike Hernandez Product Manager Microsoft Corporation Steven Goulet Group Program Manager.
Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29 th & 30 th June 2005.
Workflow in Microsoft Office SharePoint Server Jessica Gruber Consultant Microsoft Corporation.
DEV221 Windows Forms in Visual Studio 2005: An Overview Saurabh Pant Program Manager Microsoft Corporation.
Introduction to SQL Server 2000 Reporting Services Jeff Dumas Technical Specialist Microsoft Corporation
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
Microsoft Ignite /10/2018 3:38 AM
Office Add-ins: Make your solution a native part of Office
5/20/2018 2:53 AM © 2006 Microsoft Corporation. All rights reserved.
Microsoft Office SharePoint Server 2007 Enterprise Search
Integrating Enterprise Applications Into SharePoint® Portal Server
Building Custom Application With Office Add-Ins for OneNote
Beyond the BDC\BCS Model
Chris Menegay Sr. Consultant TECHSYS Business Solutions
Business Connectivity Services in SharePoint 2010 and Office 2010
Visual Studio Tools for Office 2005
Accessing and Surfacing LOB Data in SharePoint 2010
2007 Office System Integration
Web Engineering.
Microsoft Dynamics.
Office Power Hour New developer APIs and features for Apps for Office
Microsoft SQL Server 2008 Reporting Services
11/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Welcome to GDC’05 Riyadh, Saudi Arabia
Overview of Visual Studio 2005 Tools for the Microsoft Office System
Session Objectives And Key Takeaways
Microsoft Dynamics.
LitwareHR v2: an S+S reference application
Visual Studio 2005 Tools For Office: Creating A Multi-tier Application
2/24/2019 6:15 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Delivering great hardware solutions for Windows
The Social Life of Information
DEV322 Visual Studio 2005 C# IDE Enhancements
Microsoft’s evolving view of Project Management
ADO.NET Entity Framework
Windows Forms in Visual Studio 2005: An in-depth look at key features
SharePoint 2007 Developer Overview Collaboration BI Features
Windows Forms in Visual Studio 2005: An Overview
Mark Quirk Head of Technology Developer & Platform Group
Developer & Platform Group, Microsoft Ltd
9/8/ :03 PM © 2006 Microsoft Corporation. All rights reserved.
Developing Data Driven SharePoint Solutions
Contexualized Data In Document Authoring
Presentation transcript:

Microsoft Office System UK Developers Conference 10/04/2019 04:15 Microsoft Office System UK Developers Conference Radisson Edwardian, Heathrow 29th & 30th June 2005 © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Web Services and Information Bridge Framework 10/04/2019 04:15 Web Services and Information Bridge Framework Paul Appleby Developer Evangelist Microsoft Ltd © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Agenda IBF Architecture IBF Web Services Creating IBF Service Metadata Creating IBF Solution Metadata

Architecture Overview

Case Study Scenario (Northwind DB) Use Northwind DB as our data source Expose Customers/Orders to Office apps Required functionality View data Navigate data Search for data Interact with the document

Creating An IBF Web Service Build recommendations From a technical prospective require WS-I compliant Web service Additionally it also… Exposes meaningful data for building applications Groups methods around an entity with methods for Get/Put/Act on that entity Entity Get ( Reference ) – retrieves entity Put ( Reference, Entity ) – update/creates entity Data Act ( Reference, Data ) – acts on an entity Uses references as the way to identify data  a reference is a schema that represents a unique instance of an entity (ex., <Customer id=12 />)

Creating IBF Service Metadata IBF Metadata elements Scope Top grouping element in metadata Usually maps to your service Entity Conceptual business object (i.e., Customer) View Concrete subset of data for a given entity (i.e., CustomerContactInfo) Relationship Mapping between Entities/Views for navigation between them Reference Schema used to uniquely identify a piece of information Usually input of get operations

Creating IBF Service Metadata Design service Metadata ByName Customers ByCustId Customer ByCountry ByCustId Order ByOrderId Orders

Creating Metadata For The Web Service 10/04/2019 04:15 Creating Metadata For The Web Service © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Case Study Overall architecture Metadata Solution Metadata Service Metadata Solution Components: UI, Search, Recognizers, etc. Northwind Web Service Northwind DB

Creating Solution Metadata 10/04/2019 04:15 Creating Solution Metadata © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.

Session Summary IBF Architecture Web Service Requirements Understanding Metadata Building a solution using the Metadata tools

Summary: The IBF Advantage Users discover and operate on enterprise applications directly without leaving the Office environment No unnecessary and repetitive “screen hopping” and “copy and paste” operations Actions and Data are mapped to the familiar Office experience Instant productivity. No learning curve Transparent delivery of just the right data in real-time Without having to worry about where the data source is located or how it is accessed

IBF with LOB Connectors IBF Product Roadmap IBF V1.0 June, 04 IBF V1.5 SP February, 05 IBF with LOB Connectors 3Q CY06 Summary Core Features Contextually access and act on business objects using Smart Tag / Attached Schema Office documents Client engine localized in 8 languages Hosted within Excel 2003 Word 2003 Outlook 2003 Visual Studio add-in tools for Solution UI designer Metadata Editor to create and configure LOB connectivity and solution description Services for LOB Connectivity Prescriptive guidance & reference code for metadata based services that expose Office consumable business objects Developers need to create the metadata based semantics for business objects Requires 3rd party or custom connector to interface with LOB system Summary New Features URL Moniker (hyperlinks) based invocation Client Cache Manager Metadata driven SmartTags New Hosts supported - InfoPath 2003 SP1 Internet Explorer Tools Enhancements - Wizards to simplify metadata population and solution creation XML Mapper (Biztalk) to generate XSL transformations visually Better debugging support Services for LOB Connectivity Updated guidelines and Reference Code (Resource Kit) Summary New Features Out of box connectivity with LOB systems Ability to embed and host IBF views in any app via Smart Viewer and Smart Parts New Hosts supported - Can be hosted by any app e.g. Axapta, MSN Messenger, 3rd party – mySAP, Siebel etc. Tools Enhancements Solution Designer fully integrated with VSTO IBF appears as a data source in VSTO Rich Client Designer (End User) Metadata Browser Services for LOB Connectivity Provides complete metadata and connectors to link to major LOB Apps out-of-box Frequently used business objects exposed natively for use in solutions Excel IE IE 3rd Party Host Smart Viewer Smart Parts Outlook Host Clients InfoPath InfoPath Host Clients Word Excel Host Clients Excel Host Clients Excel Outlook Outlook Outlook Word Word Word Solution Design Tools Wizards & XML Mapper Wizards & XML Mapper Integrated with VSTO Tools Metadata Design Solution Designer Tools Solution Designer Tools Solution Designer Rich Client Designer VS Add-in Metadata Editor Metadata Editor Metadata Browser Needs Manual Metadata Population for LOB Connectivity Prescriptive guidance & reference code for developing semantically rich services Prescriptive guidance & reference code for developing semantically rich services Semantically rich services with biz objects that integrate seamlessly with Office Services Services Services Services LOB/WEB services Connectivity Guidelines 3rd party or custom LOB connector 3rd party or custom LOB connector Integrated LOB connector

Call To Action Discuss with end users challenges of accessing and acting upon enterprise information and define requirements Download and start learning Information Bridge Framework today http://msdn.microsoft.com/ibframework Develop & Deploy solutions with Information Bridge Framework Newsgroup http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.office.informationbridge&lang=en&cr=US http://www.officezealot.com/ibframework E-Mail IBF Team at ibffeed@microsoft.com E-Mail me at pappleby@microsoft.com

© 2005 Microsoft Corporation. All rights reserved. 10/04/2019 04:15 © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. © 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.