Alfresco. Wiley Publishing, Inc. PROFESSIONAL. PRACTICAL SOLUTIONS FOR ENTERPRISE. John Newton CONTENT MANAGEMENT. Michael Farman Michael G.

Size: px
Start display at page:

Download "Alfresco. Wiley Publishing, Inc. PROFESSIONAL. PRACTICAL SOLUTIONS FOR ENTERPRISE. John Newton CONTENT MANAGEMENT. Michael Farman Michael G."

Transcription

1 PROFESSIONAL. Alfresco PRACTICAL SOLUTIONS FOR ENTERPRISE CONTENT MANAGEMENT David Caruana John Newton Michael Farman Michael G. Uzquiano Kevin Roast WILEY Wiley Publishing, Inc.

2 INTRODUCTION xxix CHAPTER 1: INTRODUCING ALFRESCO 3 For the End User 3 For the Business 4 For the Developer 4 For the IT Organization 4 What Is Enterprise Content Management? 5 The Origins of ECM 6 Enter Alfresco 6 Alfresco Overview 7 The Content Application Server and the Repository 8 Alfresco Applications 8 The Alfresco Web Tier and Surf 9 Alfresco Programming Models 9 Content Applications 10 Knowledge Management 10 Document Management 10 Shared Drive Replacement 11 Enterprise Portals and Intranets 11 Web Content Management 11 Information Publishing 11 Records Management 12 Collaborative Content Development 12 Case Management 12 Alfresco and Your Environment 12 What to Consider 13 The Audience 13 The Number of Users 13 The Architecture 13 The Level of Configuration or Customization 13 The Enterprise IT Environment 14 The Support Requirements What is Professional Open Source Software? 14 Why Use Open Source? 15 Alfresco and the Community 16 14

3 CHAPTER 2: ARCHITECTURE 19 Guiding Principles "19 Supporting ECM Requirements 19 Simple, Simple, Simple 20 Scaling to the Enterprise A Modular Approach 20 Incorporating Best-of-Breed Libraries 20 Environment Independence 20 A Solid Core 20 Scriptable Extensions 21 A Standards-Based Approach 21 An Architecture of Participation 21 A High-Level Overview 21 The Alfresco Content Application Server 23 The Content Repository 24 Modularity through a Spring Framework 26 Content Services 27 Protocols 28 APIs 30 The Remote API 30 The Embedded API 32 Content Modeling 33 The Alfresco Web Application Framework 35 Deployment Options 37 Embedded Alfresco 38 The Alfresco Content Application Server 38 Clustered Alfresco 38 The Backup Server 39 Multitenancy 39 The Enterprise Infrastructure CHAPTER 3: SETTING UP AN ALFRESCO ENVIRONMENT 43 Installing Alfresco 43 Running the Alfresco Installation Wizard 44 Repository Configuration 45 Deploying Extensions 45 Spring Configuration Extensions 46 Web Script Extensions 46 Web Tier Configuration Extensions 47 Share Customization Extensions 47 Packaging Extension Files 48 xvl

4 Debugging Tips 48 Server-Side JavaScript Logging 48 Server-Side JavaScript Debugging 49 Client-Side JavaScript Logging and Debugging 49 Disabling Caching 50 CHAPTER 4: SERVICES 53 Content Repository Services 54 File and Folder Management 54 Versioning and Check Out/Check In 54 Auditing 55 Authentication, Authorities, and Permissions 55 Modeling 55 Search 56 Content Application Services 56 Content Services 56 Rules and Actions 56 Transformation 56 Metadata Extraction 56 Thumbnailing 56 Control Services 57 Workflow 57 Web Projects 57 Sandboxes 57 Assets 57 Collaboration Services 57 Sites 57 Invite 58 Activity 58 Tagging 58 Commenting 58 How Services Are Built 58 Using Services 59 Embedded APIs 59 Remote APIs 61 Configuring and Extending Existing Services 61 Building a Simple Service 63 Example Counter Service: Tier 1-Java Service Layer 64 Example Counter Service: Tier 2--JavaScript API 64 Example Counter Service: Tier 3--RESTful API 65 xvll

5 Content Management Interoperability Services (CMIS) 67 CMIS Requirements 68 Core Concepts of CMIS 69 CMIS Services 72 Using CMIS with Alfresco 73 CHAPTER 5: CONTENT MODELING 75 Modeling in Context 76 Deploying a Content Model 77 The Content Metamodel Explained 78 The Metamodel XML Schema 80 The Model Header 80 Model Namespaces 81 Types 82 Properties 84 Associations 85 Constraints 87 Inheritance 89 Aspects 90 Out-of-the-Box Models 92 A Step-by-Step Custom Model 92 Creating Content with JavaScript 96 Model Localization 99 The Relationship to CMIS 101 CHAPTER 6; AUTHENTICATION AND SECURITY 103 Alfresco Authentication 103 Authentication Subsystems 104 Authentication Subsystem Types 104 The Authentication Chain 105 Authentication Configuration Examples 105 Example 1: Customizing alfrescontlm 105 Example 2; The Idap-ad Subsystem 108 Example 3: The passthru Subsystem 111 Alfresco Security 114 Authorities 115 People and Users 115 Groups 116 Zones 116 Application-Related Zones 116 Authentication-Related Zones 117 xviii

6 Dynamic Authorities and Roles 117 Permissions 118 Access Control Lists 120 ACL Ordering and Evaluation 121 An ACL Example 121 Public Services 124 Configuration 124 Defining Method-Level Security 124 Modifying Access Control 127 Access Control Extension 128 Implementation and Services 128 The Person Service 129 The Authority Service 129 The Permission Service 130 The Ownable Service 130 CHAPTER 7: BUSINESS PROCESS MANAGEMENT 133 Introduction to Workflow in Alfresco 133 HowjBPM Interprets and Implements a Process 134 Nodes and Transitions 135 Actions and Events 137 Tasks, Swimlanes, and Timers 138 Super-States and Sub-Processes 139 Defining a Workflow in Alfresco 141 Creating the Process Definition 143 Deploying a Process Definition 144 Configuring the Alfresco Server 144 Hot-Deploying a Process Definition 145 Testing the Deployment 146 The Task Model 146 Creating a Task Model 147 The Common Task Model 149 Workflow Task Definitions 149 The Start Task 150 Assignment Aspects 151 Workflow Package Actions 151 Accessing Task Attributes 152 Deploying the Task Model 153 Customizing Behavior 153 Process Variables 155 Assigning Tasks and Swimlanes 156 The Alfresco JavaScript Action 157 The ForEachFork Action 158 xix

7 Configuring the Explorer Web Client 159 Resource Bundles 159 Creating a Resource Bundle 159 Deploying Resource Bundles 161 Configuring Task Property Pages 162 CHAPTER 8: INTRODUCING WEB SCRIPTS 167 Types of Web Scripts 169 Data Web Scripts 169 Presentation Web Scripts 170 The Web Script Framework 170 Hello World Web Script 171 Listing Already-Built Web Scripts 173 Where Can I Invoke a Web Script? 175 Using curl Instead of a Web Browser 176 Authenticating 176 Creating the Hello User Web Script 177 Specifying User Identity 179 Custom Client Authentication 180 Response Formats 180 Adding a Response Format to the Hello User Web Script 181 Selecting a Response Format 182 Anatomy of a Web Script URI 183 Working with Client Limitations 184 Tunneling HTTP Methods 184 Forcing Success Response Status 185 JSON Callbacks 185 Caching 186 CHAPTER 9: HOW TO CREATE A WEB SCRIPT 189 Components of a Web Script 190 Creating a Description Document 191 URI Templates 195 Creating a Controller Script 197 Parsing the Web Script URI 198 Calling Alfresco Services 199 Setting the Response Status Code 201 Constructing the Model 202 Creating a Response Template 202 Accessing the Model 204

8 Constructing the Model 268 xxl CONTENTS Accessing Alfresco Services 205 FreeMarker Methods 206 Registering and Testing 207 Debugging a Controller Script 208 Multiple Response Templates 209 Response Status Code Templates 211 Step-by-Step: Knowledge Base Search Web Script 213 How Does Knowledge Base Search Work? 218 Testing Knowledge Base Search 219 Complex Root Objects Reference 222 url 222 status 223 cache 224 format 224 webscript 224 server 225 CHAPTER 10: ADVANCED WEB SCRIPTS 227 Internationalization 227 Configuration 231 Content Negotiation 235 Multipart Form Processing 238 The Form Data API 244 formdata 244 formfield 244 Request Processing 245 The JSON Object API 249 JSONArray 249 JSONObject 249 Caching 250 Descriptor Cache Controls 250 Runtime Cache Controls 251 Advanced Descriptor Options 254 Lifecycle 254 Family 255 Run As 255 CHAPTER 11: JAVA-BACKED WEB SCRIPTS 257 Step-by-Step: Folder Listing Java-Backed Web Script 258 Java Approach to Web Scripts 263 Parsing the URI 265 Calling Alfresco Services 265 Setting the Response Status Code 266

9 Spring-Framework Registration 268 Service Dependencies 269 Creating a New Kind of Web Script 270 Using a New Kind of Web Script 275 CHAPTER 12: UNDERSTANDING THE SURF FRAMEWORK 281 What Is Surf? 281 Basic Concepts 283 Content 283 Content Delivery Services 285 Content Applications 286 Putting It into Action 288 Plug-in for the Spring Framework 289 Model-View-Controller 289 Spring Web MVC 290 Surf View Resolvers 291 Examples 292 A Surf Page 292 Using an Annotated Controller 293 View Composition 294 Pages 295 Templates and Regions 296 Components 299 Presentation Content 300 Surf Objects 301 Templates 302 Web Scripts 302 Example 304 A Java-Backed Web Script 304 Connectors and Credentials 306 Connectors and Endpoints 306 Credentials 307 Authenticators 308 The Remote API 309 Example 310 Scriptable Controller 310 Getting Involved 310 CHAPTER 13: LEVELS OF CUSTOMIZATION 313 Overview The Alfresco Repository xxii

10 Content Models 315 Content Behavior 316 Process Definitions 318 Workflow Models 319 Actions 320 Other Extension Points 321 Alfresco Explorer 321 The Basics 321 Permissions 325 Rules 325 Other Extension Points 328 Alfresco Share 328 The Basics 328 Dashboards 331 Dashlets 332 CHAPTER 14: CUSTOM KNOWLEDGE BASE: GETTING STARTED 333 Overview 334 Content Lifecycle 334 Content Model 335 Knowledge Base Spaces 335 Knowledge Base Articles 336 Constraints 338 Alfresco Explorer Extensions 339 Property Sheets 340 Wizards and Icons 340 Smart Spaces and Scripting 341 Space Templates 342 Installing the Code 343 Stopping the Alfresco Server 343 Adding the Knowledge Base Content Model 344 Adding Alfresco Explorer Configuration 344 Adding the Knowledge Base Search Web Script 344 Putting It into Action 345 Starting the Alfresco Server 345 Signing on to Alfresco Explorer 345 Adding a Script to the Data Dictionary 345 Creating a Knowledge Base Space Template 346 Creating the Space Template 347 Adding an Archived Space 348 Setting Up Content Rules 348 Creating a Knowledge Base 351 xxlll

11 Contribute a Document 352 Using Alfresco Explorer 352 Using CIFS 354 Editing Your Knowledge Base Article 354 Seeing It in JSON! 355 Sample Code 356 Alfresco Repository 356 Alfresco Explorer 359 Data Dictionary Script 361 Knowledge Base-Search Web Script 362 CHAPTER 15: CUSTOM KNOWLEDGE BASE: BASIC SHARE CUSTOMIZATION 367 Overview 368 Sites 368 Custom Dashlet 370 Browser Dependencies 371 Internationalization (I18N) 371 Custom Site Page 373 A Knowledge Base Component 374 Browser Dependencies 374 Internationalization (I18N) and Configuration 375 Alfresco Share Configuration 376 Custom Site Preset 376 Dashboard Configuration 378 Internationalization (I18N) 378 Installing the Code 379 Stopping the Alfresco Server 380 Adding the Custom Dashlet 380 Adding the Custom Site Page 380 Adding the Web Script 380 Adding the Surf Page 381 Adding the Surf Template Instance 381 Adding the Freemarker Template 381 Adding the Surf Component Bindings 382 Configuring Your Site Page for Alfresco Share 382 Adding the Common Library 383 Configuring a Custom Site Preset 383 Adding the Preset 383 Overriding the Create Site Dialog Drop-Down List 383 Adding Your Custom Message-Bundle 384 Overriding the Message-Bundle Bootstrap Component 384 Adding Files to the Tomcat ROOT Web Application 384 Adding the web.xml File 384 xxiv

12 Components Preset CSS CONTENTS Adding the Custom Dashlet Dependencies 385 Adding the Custom Page Component Dependencies 385 Putting It into Action 385 Starting the Alfresco Server 385 Creating a New Alfresco Share Site 386 Adding the Custom Dashlet to Your Site 387 Adding the Custom Page to Your Site 388 Creating a Knowledge Base Site 389 Clicking on the Document Library 391 Sample Code 391 Alfresco Share-Custom Dashlet 391 Web Script 391 Alfresco Share-Custom Page 394 Surf Object-Page 394 Surf Object Surf Objects Template Instance Template 396 Web Script 397 Alfresco Share-Custom Site Preset 401 Share Object 401 Share Module-Site Creation 402 Alfresco Share-Common Library 403 Alfresco Share-Configuration Files 406 Alfresco Share-Message Bundle 407 Tomcat ROOT Web Application Files Custom Dashlet 408 Custom Page-CSS and JavaScript 408 CHAPTER 16: CUSTOM KNOWLEDGE BASE: ADVANCED SHARE CUSTOMIZATIONS 413 Overview 414 Alfresco Share Document Library 414 Aspects 415 Actions 416 Workflow 417 Forms in Alfresco Share 418 Alfresco Share Configuration 419 Installing the Code 421 Stopping the Alfresco Server 422 Document Library Services 422 Adding the Custom Workflow 422 Adding the Archive Action Handler 422 Setting Up the Kb: article Aspect 423 Alfresco Share 423 XXV

13 Adding the Archive Action to the Document Library 423 Configuring Configuring the Alfresco Share Form for ktxarticle Objects 424 Adding the Alfresco Share Form Template 424 Adding Your Custom Message Bundle 424 Overriding the Message Bundle Bootstrap Component 425 Adding Files to the Tomcat ROOT Web Application 425 Adding the web.xml File 425 Adding the Document Library Dependencies 425 Adding the Knowledge Base Article Image 426 Putting It into Action 426 Alfresco Share to Show Your Custom Workflow 423 Restarting the Alfresco Server 426 Setting Up a Knowledge Base 426 Browsing to the Knowledge Base 428 Adding a Document to the Knowledge Base 429 Editing the Document Metadata Using a Form 430 Requesting Approval for Your Document 431 Approving the Document 432 Archiving the Document 433 Sample Code 434 Alfresco Repository 434 Custom Workflow 435 Archive Web Script (POST Handler) 438 Document Library Services 440 Alfresco Share 441 Configuration Files 441 Form Template 443 Document Library-HEAD Override 444 Document Library-Action List 446 Workflow 448 Tomcat ROOT Web Application Files 449 Document Library-Browser Dependencies 449 CHAPTER 17: INTEGRATING WITH OTHER APPLICATIONS 451 Why Integrate Content Management into Applications? 452 Why Not Just Use a File System or a Database? 453 Application Integration Options 455 CMIS 455 Web Scripts 456 File-Based Access 456 OpenSearch and Feeds 456 Java Applications 456 PHP Applications 457 xxvi

14 .NET Applications 457 Surf Components 457 Authentication and Directory Services 457 Patterns of Content Management Integration 457 Content Service Mappers 458 Using a Content Service Mapper 459 When to Use It 459 Example 459 Property View 462 Using a Property View 462 When to Use It 463 Example: Confluence 463 Article 464 Using the Article Pattern 465 When to Use It 466 Example 466 Query View 467 Using a Query View 468 When to Use It 469 Example: Drupal and OpenSearch 469 Browser View 472 Using a Browser View 472 When to Use It 473 Example: Drupal Repository Browser 474 Librarian 482 Using a Librarian 482 When to Use It 483 Example 484 Catalog View 484 Using a Catalog View 485 When to Use It 486 Example: Image Gallery in Share 486 Attachment 487 Using an Attachment 487 When to Use It 488 Example 488 Annotation 488 Using an Annotation 489 When to Use It 490 Example: Comments in a Share Blog 490 Archive 492 Using an Archive 492 When to Use It 493 Example: Kofax Release Script 494 xxvll

15 Project Space 499 Using a Project Space 500 When to Use It 500 Review and Approval Workflow 500 Using a Review and Approval Workflow 500 When to Use It 501 Example: Kofax 501 Feed 501 Using a Feed 501 When to Use It 502 Example: Activities Atom Feed 502 Portlet View 503 Using a Portlet View 504 When to Use It 504 Example: Liferay and CMIS 505 Example Integrations 507 Joomla and Drupal 507 Confluence 508 Liferay Portal 508 SAP 509 Kofax Image Scanning 509 Microsoft SharePoint 509 Lotus Quickr 511 Clients 511 APPENDIX A: RESTFUL API REFERENCE 3 APPENDIX B: SURF PLATFORM API REFERENCE 43 APPENDIX C: REPOSITORY FREEMARKER TEMPLATE API 61 APPENDIX D: REPOSITORY JAVASCRIPT API REFERENCE 75 APPENDIX E: SURF QUICK REFERENCE 107 INDEX 513 xxviii

Professional Alfresco. Practical Solutions for Enterprise Content Management

Professional Alfresco. Practical Solutions for Enterprise Content Management Brochure More information from http://www.researchandmarkets.com/reports/2251636/ Professional Alfresco. Practical Solutions for Enterprise Content Management Description: A timely and authoritative guide,

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1

CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools 1 Language Integrated Query 2 List Enhancements 2 Business Connectivity Services 2 Silverlight

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

rpaf KTl Pen source Alfresco 3 Records Management Comply with regulations and secure your organization's records with Alfresco Records Management

rpaf KTl Pen source Alfresco 3 Records Management Comply with regulations and secure your organization's records with Alfresco Records Management Alfresco 3 Records Management Comply with regulations and secure your organization's records with Alfresco Records Management Dick Weisinger rpaf KTl Pen source I I /t V»» IV I I community experience distilled

More information

Unlocking the Secrets of Alfresco Authentication. Mehdi BELMEKKI,! Consultancy Team! Alfresco!

Unlocking the Secrets of Alfresco Authentication. Mehdi BELMEKKI,! Consultancy Team! Alfresco! Unlocking the Secrets of Alfresco Authentication Mehdi BELMEKKI,! Consultancy Team! Alfresco! Agenda Introduction! Talk objectives! Repository Authentication! Share Authentication! External Authentication!

More information

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com

126 SW 148 th Street Suite C-100, #105 Seattle, WA 98166 Tel: 877-795-9372 Fax: 866-417-6192 www.seattlepro.com SharePoint 2010 Bootcamp This five-day course is designed to equip Systems Administrators, Integrators and Developers with a strong foundation for implementing solutions on Microsoft SharePoint 2010. Attendees

More information

[paf i/t1 enterpri. Getting Started with IBM. FileNet P8 Content Manager. Enterprise Content Management platform

[paf i/t1 enterpri. Getting Started with IBM. FileNet P8 Content Manager. Enterprise Content Management platform Getting Started with IBM FileNet P8 Content Manager Install, customize, and administer the powerful FileNet Enterprise Content Management platform William J. Carpenter [paf i/t1 enterpri I I flv»» IV I

More information

TIBCO ActiveMatrix BPM - Integration with Content Management Systems

TIBCO ActiveMatrix BPM - Integration with Content Management Systems TIBCO ActiveMatrix BPM - Integration with Content Management Systems Software Release 3.0 May 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Spring Security 3. rpafktl Pen source. intruders with this easy to follow practical guide. Secure your web applications against malicious

Spring Security 3. rpafktl Pen source. intruders with this easy to follow practical guide. Secure your web applications against malicious Spring Security 3 Secure your web applications against malicious intruders with this easy to follow practical guide Peter Mularien rpafktl Pen source cfb II nv.iv I I community experience distilled

More information

TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013

TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013 TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010 Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server

More information

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction

More information

Acquia Introduction December 9th, 2009

Acquia Introduction December 9th, 2009 Acquia Introduction December 9 th, 2009 Agenda 1. Content Management 2. Web Application Framework 3. Architecture principles 1. Modular 2. Event driven 3. Skinnable 4. Secure 5. Accessible 4. Enterprise

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

GOA365: The Great Office 365 Adventure

GOA365: The Great Office 365 Adventure BEST PRACTICES IN OFFICE 365 DEVELOPMENT 5 DAYS GOA365: The Great Office 365 Adventure AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Professional Developers Instructor-led training with hands-on

More information

Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform

Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform Managing Microsoft Office SharePoint Server Content with Hitachi Data Discovery for Microsoft SharePoint and the Hitachi NAS Platform Implementation Guide By Art LaMountain and Ken Ewers February 2010

More information

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx

http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx ASP.NET Overview.NET Framework 4 ASP.NET is a unified Web development model that includes the services necessary for you to build enterprise-class Web applications with a minimum of coding. ASP.NET is

More information

Windchill Service Information Manager 10.2. Curriculum Guide

Windchill Service Information Manager 10.2. Curriculum Guide Windchill Service Information Manager 10.2 Curriculum Guide Live Classroom Curriculum Guide Introduction to Windchill Service Information Manager 10.2 Building Information Structures with Windchill Service

More information

Automating. Administration. Microsoft SharePoint 2010. with Windows. PowerShell 2.0. Gary Lapointe Shannon Bray. Wiley Publishing, Inc.

Automating. Administration. Microsoft SharePoint 2010. with Windows. PowerShell 2.0. Gary Lapointe Shannon Bray. Wiley Publishing, Inc. Automating Microsoft SharePoint 2010 Administration with Windows PowerShell 2.0 Gary Lapointe Shannon Bray WILEY Wiley Publishing, Inc. TABLE OF CONTENTS B S8 0 «4} 8#«l6& Introduction xxv Part 1 Getting

More information

The Great Office 365 Adventure

The Great Office 365 Adventure COURSE OVERVIEW The Great Office 365 Adventure Duration: 5 days It's no secret that Microsoft has been shifting its development strategy away from the SharePoint on-premises environment to focus on the

More information

Multi-tenancy in Cloud-based Collaboration Services

Multi-tenancy in Cloud-based Collaboration Services Multi-tenancy in Cloud-based Collaboration Services David Banks, John Erickson, Michael Rhodes HP Laboratories HPL-2009-17 Keyword(s): FRACTAL, Multi-Tenanted, Architecture, Cloud, SaaS, HP Abstract: In

More information

ADS2013: App Development with SharePoint 2013

ADS2013: App Development with SharePoint 2013 SHAREPOINT 2013 FOR IT PROFESSIONALS 4 DAYS ADS2013: App Development with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led webcast with hands-on labs This 4-day course explores

More information

JBoss Portal 2.4. Quickstart User Guide

JBoss Portal 2.4. Quickstart User Guide Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

What s New in IBM Web Experience Factory 8.5. 2014 IBM Corporation

What s New in IBM Web Experience Factory 8.5. 2014 IBM Corporation What s New in IBM Web Experience Factory 8.5 2014 IBM Corporation Recent history and roadmap Web Experience Factory 8.0 2012 Multi-channel Client-side mobile Aligned with Portal 8 Developer productivity

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform

Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform Is Liferay Right for Your Organization? Seven Things to Consider When Choosing a Portal Platform BY DAN LILIEDAHL, CTO, TANDEMSEVEN The outcome of your portal initiative and its success is directly related

More information

GSA2013: The Great SharePoint Adventure 2013

GSA2013: The Great SharePoint Adventure 2013 SHAREPOINT 2013 FOR.NET DEVELOPERS 5 DAYS GSA2013: The Great SharePoint Adventure 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course explores

More information

BIRT Application and BIRT Report Deployment Functional Specification

BIRT Application and BIRT Report Deployment Functional Specification Functional Specification Version 1: October 6, 2005 Abstract This document describes how the user will deploy a BIRT Application and BIRT reports to the Application Server. Document Revisions Version Date

More information

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0

SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 SAP BusinessObjects Query as a Web Service Designer SAP BusinessObjects Business Intelligence platform 4.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

WEB SERVICES. Revised 9/29/2015

WEB SERVICES. Revised 9/29/2015 WEB SERVICES Revised 9/29/2015 This Page Intentionally Left Blank Table of Contents Web Services using WebLogic... 1 Developing Web Services on WebSphere... 2 Developing RESTful Services in Java v1.1...

More information

OpenText Content Hub for Publishers

OpenText Content Hub for Publishers OpenText Content Hub for Publishers For managing content across all your publishing channels July 2011 TOGETHER, WE ARE THE CONTENT EXPERTS WHITEPAPER 1 What is OpenText Content Hub for Publishers? OpenText

More information

NextRow - AEM Training Program Course Catalog

NextRow - AEM Training Program Course Catalog NextRow - AEM Training Program Course Catalog Adobe Experience Manager Training Program Course Catalog NextRow provides Adobe CQ training solutions designed to meet your unique project demands. To optimize

More information

Enterprises Need an Open Alternative to SharePoint

Enterprises Need an Open Alternative to SharePoint Enterprises Need an Open Alternative to SharePoint This white paper explores the key issues with SharePoint - such as vendor lock-in to a complete Microsoft stack, the burden and high cost of CALS, the

More information

BizFlow 9.0 BizCoves BluePrint

BizFlow 9.0 BizCoves BluePrint BizFlow 9.0 BizCoves BluePrint HandySoft Global Corporation 1952 Gallows Road Suite 100 Vienna, VA USA 703.442.5600 www.handysoft.com 1999-2004 HANDYSOFT GLOBAL CORPORATION. ALL RIGHTS RESERVED. THIS DOCUMENTATION

More information

San Jose State University

San Jose State University San Jose State University Fall 2011 CMPE 272: Enterprise Software Overview Project: Date: 5/9/2011 Under guidance of Professor, Rakesh Ranjan Submitted by, Team Titans Jaydeep Patel (007521007) Zankhana

More information

Developer s Guide. How to Develop a Communiqué Digital Asset Management Solution

Developer s Guide. How to Develop a Communiqué Digital Asset Management Solution Developer s Guide How to Develop a Communiqué Digital Asset Management Solution 1 PURPOSE 3 2 CQ DAM OVERVIEW 4 2.1 2.2 Key CQ DAM Features 4 2.2 How CQ DAM Works 6 2.2.1 Unified Architecture 7 2.2.2 Asset

More information

Web-JISIS Reference Manual

Web-JISIS Reference Manual 23 March 2015 Author: Jean-Claude Dauphin jc.dauphin@gmail.com I. Web J-ISIS Architecture Web-JISIS Reference Manual Web-JISIS is a Rich Internet Application (RIA) whose goal is to develop a web top application

More information

Portal Factory 1.0 - CMIS Connector Module documentation

Portal Factory 1.0 - CMIS Connector Module documentation DOCUMENTATION Portal Factory 1.0 - CMIS Connector Module documentation Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

... Introduction... 17

... Introduction... 17 ... Introduction... 17 1... Workbench Tools and Package Hierarchy... 29 1.1... Log on and Explore... 30 1.1.1... Workbench Object Browser... 30 1.1.2... Object Browser List... 31 1.1.3... Workbench Settings...

More information

Contents. 2 Alfresco API Version 1.0

Contents. 2 Alfresco API Version 1.0 The Alfresco API Contents The Alfresco API... 3 How does an application do work on behalf of a user?... 4 Registering your application... 4 Authorization... 4 Refreshing an access token...7 Alfresco CMIS

More information

Describe how to utilize the Publishing API to access publishing settings and content.

Describe how to utilize the Publishing API to access publishing settings and content. CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 days About this Course

More information

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions Summary Duration Vendor Audience 5 Days Microsoft Developer Published Level Technology 21 November 2013 300 Microsoft SharePoint

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server This document describes how to configure Apache HTTP Server

More information

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development By Kenji Uchida Software Engineer IBM Corporation Level: Intermediate

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Architecture Guide Jahia EE v6.1

Architecture Guide Jahia EE v6.1 Documentation Architecture Guide Jahia EE v6.1 Jahia delivers the first Web Content Integration Software by combining Enterprise Web Content Management with Document and Portal Management features. Jahia

More information

SharePoint Integration Framework Developers Cookbook

SharePoint Integration Framework Developers Cookbook Sitecore CMS 6.3 to 6.6 and SIP 3.2 SharePoint Integration Framework Developers Cookbook Rev: 2013-11-28 Sitecore CMS 6.3 to 6.6 and SIP 3.2 SharePoint Integration Framework Developers Cookbook A Guide

More information

SOA Software: Troubleshooting Guide for Agents

SOA Software: Troubleshooting Guide for Agents SOA Software: Troubleshooting Guide for Agents SOA Software Troubleshooting Guide for Agents 1.1 October, 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks SOA Software,

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Microsoft Dynamics 80640 Training

Microsoft Dynamics 80640 Training Table of Contents Microsoft Dynamics 80640 Training Dynamics AX 2012 R3 Retail in Ecommerce Stores: Development and Customization 1 Microsoft Dynamics AX for Retail in ECommerce Stores: Development and

More information

Pro/INTRALINK 10.1. Curriculum Guide

Pro/INTRALINK 10.1. Curriculum Guide Pro/INTRALINK 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Pro/INTRALINK 10.1 Business Administration of Windchill Pro/INTRALINK 10.1 System Administration of Windchill 10.1 Customization

More information

Password Power 8 Plug-In for Lotus Domino Single Sign-On via Kerberos

Password Power 8 Plug-In for Lotus Domino Single Sign-On via Kerberos Password Power 8 Plug-In for Lotus Domino Single Sign-On via Kerberos PistolStar, Inc. PO Box 1226 Amherst, NH 03031 USA Phone: 603.547.1200 Fax: 603.546.2309 E-mail: salesteam@pistolstar.com Website:

More information

Developer Tutorial Version 1. 0 February 2015

Developer Tutorial Version 1. 0 February 2015 Developer Tutorial Version 1. 0 Contents Introduction... 3 What is the Mapzania SDK?... 3 Features of Mapzania SDK... 4 Mapzania Applications... 5 Architecture... 6 Front-end application components...

More information

Implementing and Administering an Enterprise SharePoint Environment

Implementing and Administering an Enterprise SharePoint Environment Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified

More information

Arbortext Content Manager 10.1. Curriculum Guide

Arbortext Content Manager 10.1. Curriculum Guide Arbortext Content Manager 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Arbortext Content Manager 10.1 Business Administration of Arbortext Content Manager 10.1 Workflow Administration

More information

Copyright Pivotal Software Inc, 2013-2015 1 of 10

Copyright Pivotal Software Inc, 2013-2015 1 of 10 Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10

More information

Portals and Hosted Files

Portals and Hosted Files 12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

Management. Oracle Fusion Middleware. 11 g Architecture and. Oracle Press ORACLE. Stephen Lee Gangadhar Konduri. Mc Grauu Hill.

Management. Oracle Fusion Middleware. 11 g Architecture and. Oracle Press ORACLE. Stephen Lee Gangadhar Konduri. Mc Grauu Hill. ORACLE Oracle Press Oracle Fusion Middleware 11 g Architecture and Management Reza Shafii Stephen Lee Gangadhar Konduri Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key

More information

A brief introduction on SharePoint

A brief introduction on SharePoint A brief introduction on SharePoint Raizel Consulting 11/09/2007 SharePoint is an enterprise information portal, from Microsoft, that can be configured to run Intranet, Extranet and Internet sites. SharePoint

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

ActiveVOS Server Architecture. March 2009

ActiveVOS Server Architecture. March 2009 ActiveVOS Server Architecture March 2009 Topics ActiveVOS Server Architecture Core Engine, Managers, Expression Languages BPEL4People People Activity WS HT Human Tasks Other Services JMS, REST, POJO,...

More information

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

SAS 9.3 Intelligence Platform Middle-Tier Administration Guide Third Edition

SAS 9.3 Intelligence Platform Middle-Tier Administration Guide Third Edition SAS 9.3 Intelligence Platform Middle-Tier Administration Guide Third Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS 9.3 Intelligence

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

SharePoint Checklist and Resources

SharePoint Checklist and Resources SharePoint Checklist and Resources Activity Labs for Developer Labs for Administrator Resources Create a re-buildable SharePoint environment Lab : Install SharePoint 2010 Exercise 1: Create Active Directory

More information

Getting Started Guide for Developing tibbr Apps

Getting Started Guide for Developing tibbr Apps Getting Started Guide for Developing tibbr Apps TABLE OF CONTENTS Understanding the tibbr Marketplace... 2 Integrating Apps With tibbr... 2 Developing Apps for tibbr... 2 First Steps... 3 Tutorial 1: Registering

More information

Workflow Administration of Windchill 10.2

Workflow Administration of Windchill 10.2 Workflow Administration of Windchill 10.2 Overview Course Code Course Length TRN-4339-T 2 Days In this course, you will learn about Windchill workflow features and how to design, configure, and test workflow

More information

Architecture and Mode of Operation

Architecture and Mode of Operation Software- und Organisations-Service Open Source Scheduler Architecture and Mode of Operation Software- und Organisations-Service GmbH www.sos-berlin.com Scheduler worldwide Open Source Users and Commercial

More information

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158

multiple placeholders bound to one definition, 158 page approval not match author/editor rights, 157 problems with, 156 troubleshooting, 156 158 Index A Active Directory Active Directory nested groups, 96 creating user accounts, 67 custom authentication, 66 group members cannot log on, 153 mapping certificates, 65 mapping user to Active Directory

More information

Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Design of the Course

Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Design of the Course Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions 1 Trainer Preparation Guide for Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

More information

Coveo Platform 7.0. Microsoft Exchange Connector Guide

Coveo Platform 7.0. Microsoft Exchange Connector Guide Coveo Platform 7.0 Microsoft Exchange Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Application Developer s Guide

Application Developer s Guide TIBCO BusinessEvents Extreme Application Developer s Guide Software Release 1.0.0 May 2012 The Power to Predict Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF

More information

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience IBM Digital Experience Using Modern Web Development Tools and Technology with IBM Digital Experience Agenda The 2015 web development landscape and IBM Digital Experience Modern web applications and frameworks

More information

JVA-561. Developing SOAP Web Services in Java

JVA-561. Developing SOAP Web Services in Java JVA-561. Developing SOAP Web Services in Java Version 2.2 A comprehensive look at the state of the art in developing interoperable web services on the Java EE 6 platform. Students learn the key standards

More information

CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1

CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1 CREATE A CUSTOM THEME WEBSPHERE PORTAL 8.0.0.1 WITHOUT TEMPLATE LOCALIZATION, WITHOUT WEBDAV AND IN ONE WAR FILE Simona Bracco Table of Contents Introduction...3 Extract theme dynamic and static resources...3

More information

Configuring. Moodle. Chapter 82

Configuring. Moodle. Chapter 82 Chapter 82 Configuring Moodle The following is an overview of the steps required to configure the Moodle Web application for single sign-on (SSO) via SAML. Moodle offers SP-initiated SAML SSO only. 1 Prepare

More information

WebSphere Commerce V7 Feature Pack 5

WebSphere Commerce V7 Feature Pack 5 WebSphere Commerce V7 Feature Pack 5 Bazaarvoice ratings and reviews integration 2012 IBM Corporation Feature Pack 5 includes the Integration of Bazaarvoice Ratings and Reviews widgets into the Aurora

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

70-489. Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>>

70-489. Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>> 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions Version: Demo Page 1. You need to configure the external content type to search for research papers. Which indexing connector

More information

TIBCO Spotfire Statistics Services Installation and Administration Guide. Software Release 5.0 November 2012

TIBCO Spotfire Statistics Services Installation and Administration Guide. Software Release 5.0 November 2012 TIBCO Spotfire Statistics Services Installation and Administration Guide Software Release 5.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

Feature Integration Across Microsoft Office Server Products SharePoint Server, Exchange Server, Lync Server, and Office Web Apps

Feature Integration Across Microsoft Office Server Products SharePoint Server, Exchange Server, Lync Server, and Office Web Apps Feature Integration Across Microsoft Office Products SharePoint,,, and Office Web Apps Illustrations for cross-server features This multi-tab Visio file (or multi-page PDF file) includes descriptions and

More information

Customizing IBM Lotus Connections 3.0 email digests and notifications

Customizing IBM Lotus Connections 3.0 email digests and notifications Customizing IBM Lotus Connections 0 email digests and notifications Vincent Burckhardt Software Engineer - Lotus Connections Development IBM Collaboration Solutions Mulhuddart, Ireland Lorenzo Notarfonzo

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps May 2015 This guide includes: What is OAuth v2.0? What is OpenID Connect? Example: Providing OpenID Connect SSO to a Salesforce.com

More information