WHITE PAPER. TimeScape.NET. Increasing development productivity with TimeScape, Microsoft.NET and web services TIMESCAPE ENTERPRISE SOLUTIONS
|
|
|
- Julie Conley
- 10 years ago
- Views:
Transcription
1 TIMESCAPE ENTERPRISE SOLUTIONS WHITE PAPER Increasing development productivity with TimeScape, Microsoft.NET and web services This white paper describes some of the major industry issues limiting software development productivity. It then describes how web services, the.net Framework and TimeScape combine to address these issues and successfully deliver enterprise data management functionality in timeframes that meet and in many cases exceed business expectations. November 2003
2 Table of contents Table of contents...2 Introduction...3 The need for web services...4 What is the.net Framework?...6 TimeScape enterprise data management...8 Example case studies Summary Page 2
3 Introduction The financial markets form a very fast moving industry, one where technology requirements are constantly changing and evolving in order to meet market needs and maximise profitability. Almost all institutions within the financial markets are under increasing pressure to deliver products and services to clients in shorter timeframes, with fewer resources and under tighter budgetary constraints. Given the pressures outlined above, Xenomorph has designed its TimeScape enterprise data management suite to address many of the industry-specific issues found in financial markets. For example, TimeScape enables easy consolidation, comparison and analysis of multiple sources of market and reference data. TimeScape also facilitates rapid development of tactical business functionality by traders and risk managers, whilst providing an easy and scaleable migration route for IT to deploy business functionality across the financial enterprise. Whilst TimeScape addresses many business and technical issues that are specific to financial markets, the underlying process of software development across all industries remains a relatively immature one. A key example of this immaturity is that many low-level technical issues such as data formatting, networking and integration can often greatly exceed the effort expended on delivering the business functionality desired. Issues such as these inhibit development productivity, and in so doing cause costs to rise and valuable commercial opportunities to be missed. Web services, and related initiatives such as the Microsoft.NET Framework, hold the potential for increasing development productivity by successfully addressing many of the low-level technology hurdles currently faced by software development teams. In addition to these productivity benefits, web services can also deliver competitive advantage through the provision of highly sophisticated, highly interactive web experiences to business partners and clients. This paper illustrates how clients can benefit from the addition of web services and.net interfaces to the enterprise data management and analysis functionality of TimeScape. The resulting data management environment enables clients to deliver business functionality more productively and at lower cost than ever before. As a result, technologists are able to spend more time on business delivery, and commercial objectives can be achieved ahead of the competition. Page 3
4 The need for web services Development productivity The overriding aim for corporate software development should be to deliver business benefit in the form of reduced costs, competitive advantage and increased profitability. Whilst this should be the objective, the reality is often different. From a business user s perspective, software development can at times seem to be almost an aim in itself. Business users can often become frustrated at how much effort is expended by systems staff on discussing abstract technical issues such as data models, systems architecture and integration, with the actual business functionality seemingly being relegated to a lower priority by development teams. In fairness to the teams involved in major software development projects, issues that may superficially seem simple to the non-technologist can present major technical hurdles before business functionality can be addressed. Issues such as agreeing a format for exchanging data, how to integrate and communicate with other systems and how to reuse existing software libraries can become major obstacles to development productivity. Web services have the potential to transform these significant technical hurdles into relatively minor background considerations that enable the development team to focus on delivering business functionality in timeframes that meet and in many cases exceed business expectations. What are web services? Web services bring the concept of simple, rapid, building block development and deployment of applications and systems closer than ever before. The technical definition of a web service is A programmable application component accessible via standard web protocols Expanding upon this technical description, the main features of web services are that they use Internet standards for communication (HTTP, SMTP) Internet standards for data formatting (XML) As a result, little effort needs to be expended on data communication and compatibility with existing networks and security policies can easily be built in. Additionally, the XML markup-language provides a universal and self-describing format for conveying and exchanging structured data. Put in other words, XML contains not only the data, but also the meaning and context of the data being communicated. The most common protocol for the implementation of web services is SOAP (Simple Object Access Protocol). Due to this open, standards-based approach web services based on SOAP can be Developed in any language on any platform Accessed in any language on any platform Using web services based on SOAP, development teams can choose the most appropriate programming language or languages for each project. Page 4
5 As is shown in Figure 1) below, web services can be consumed directly by a client and also be used to augment existing user experiences delivered in HTML. Moving on from traditional client-server access, peer-to-peer access allows clients to exchange data with other clients and indeed one web service can consume others to deliver more sophisticated, composite functionality. Figure 1) Web services as development building blocks Another key aspect of the productivity that web services bring to software development is that they are self-describing in nature. Web services based on SOAP can Describe themselves and the functionality they expose (WSDL) Publicise their presence and availability over the Web (UDDI) Many programming languages, and as a result many systems, do not make it easy to see what functionality is available, where it can be found and how it can be used. This is a major inhibitor to code reuse and development productivity. Web services address these issues through adherence to common standards such as WSDL for defining the specifics of the functionality and data being made available from a particular service, and UDDI for publicising a description of the service to the web. UDDI publicises a rich directory of web services available over the web, allowing clients and partners to interact with and combine different services to meet specific business needs. In summary, web services based on SOAP allow developers to produce extremely powerful business applications, more simply, with shorter timeframes, higher flexibility and less effort. In doing so, developers are able to spend less time on fundamental technical issues and more time on delivering business benefit. Page 5
6 What is the.net Framework? Introduction One of the key things about web services is that they enable much richer webbased applications than is possible within the box of a web browser. Web services enable the client to process, aggregate and present data on the client. Microsoft have essentially taken this on to the next stage with the Microsoft.NET Framework, allowing developers to combine the best of the web services (universal access to information and functionality) with the best of Microsoft Windows (rich, powerful applications). What is the.net Framework? It is a set of technologies that Combine and leverage existing applications and functionality Make information available anytime, anywhere Simplify development and deployment The following sections illustrate the main aspects of the.net Framework. Web services The Microsoft.NET Framework is Microsoft s vision of the future platform for web services. The.NET Framework has been designed from the ground-up around the concept of simple development of powerful web services and their consumption within a highly productive application development infrastructure. Common Language Runtime The Common Language Runtime (CLR) is a fundamental part of the.net Framework. The CLR exposes a massive set of standard programming services to developers, with the aim of addressing painful technical issues such installation, registry management, DLL management, object lifetime and garbage collection. Multi-language development The CLR provides a means by which multiple programming languages can be used and combined in development under the.net Framework. The CLR allows easy code reuse and choice of the best programming language for each task undertaken. Multi-platform development Taking this platform independence of web services a stage further, the insulation provided by the CLR means that.net components are future proof since they themselves are not tied to any particular platform. For example, code written in the.net Framework for 32-bit deployment is ready to run on 64-bit Windows. Page 6
7 Figure 2) An overview of the Microsoft.NET Framework ASP.NET ASP.NET is the logical extension of Microsoft Active Server Page (ASP) development of html-based applications. ASP.NET code is compiled for high performance, is strongly typed, supports multiple language development and code can be cleanly encapsulated behind each web page. ASP.NET also supports a control based, fully event-driven execution model for far simpler web site development. Windows forms As a richer alternative to browser-based applications, Windows forms allow rapid development of Windows client applications within the.net Platform. Windows Forms offer full support for web services, ADO.NET and easy, language neutral user interface development. ADO.NET and XML data access ADO.NET is an evolution of Access Data Objects (ADO), Microsoft s core technology for accessing data. ADO.NET addresses issues such as state, disconnected and connected data access, scaleability and is designed explicitly for XML compatibility. ADO.NET also introduces new and powerful data objects such as DataSets. Easy installation and deployment Installation of.net based software packages will ordinarily require nothing more than copying files to a location on disk. Issues of registry management and DLL version management have been addressed, greatly simplifying the issue of systems deployment for developer and infrastructure manager alike. Rich development tools and user applications Visual Studio.NET provides an excellent Integrated Development Environment (IDE) for software development within the.net Framework. In addition to these very powerful development environments, many of Microsoft s end user applications, such as the Microsoft Office System, are being designed with access to web services for non-technologists as a key aim. Page 7
8 TimeScape enterprise data management Introduction Whilst the benefits of web services and.net will improve development productivity across all industry sectors, Xenomorph has itself been designing its TimeScape data management and analysis solutions to address key issues affecting development productivity that are particular to financial markets institutions. Key data management issues Many financial markets institutions face major issues including Trading needs that evolve and expand in extremely short time frames Commercial pressures to automate process and reduce costs Regulatory changes demanding high quality market and reference data The need to exchange data across both internal and external systems The operational risk and control of spreadsheet proliferation Ever more sophisticated trading and risk management techniques Increasing complexity of new financial instruments The competitive need to bring new products to market quickly If not managed correctly, these issues can lead to greatly increased cost, increased risk and lost trading opportunities. TimeScape overview In order to address these issues, financial institutions require a data infrastructure that supports A centralised, consistent framework for data management Connectivity to existing data, databases and systems High performance analysis of time series data Business users being able to build and prototype business functionality Open, consistent programming APIs for rapid application development Rapid integration of proprietary analytics and new instrument data structures A flexible data model capable of supporting any class of financial instrument TimeScape has been designed explicitly with these requirements in mind, providing an open, highly flexible and customisable data management infrastructure that delivers business benefit to all users from the moment it is installed. Page 8
9 TimeScape technical architecture TimeScape is currently split into three main functional sections. TimeScape Pricing Services is an extensible, scaleable and fault tolerant calculation architecture that allows proprietary financial products to be brought to market rapidly, and meets the need for near-real time portfolio repricing and sensitivity analysis. TimeScape Data Services combines powerful data management and analysis functionality with the data retrieval speed and modelling flexibility of the Xenomorph XDB object-relational database. TimeScape Connectivity Services provides a means by which existing data, databases and systems can be exposed server-side into the TimeScape architecture, allowing clients to leverage their existing data architecture without data duplication. Figure 3) The technical architecture of TimeScape In summary, TimeScape combines the best of Xenomorph s proprietary expertise in high performance data management and analysis with the latest technologies that form the Microsoft.NET Framework, including Windows Server 2003, Microsoft Application Centre 2000, MTS, MSMQ and COM+. Page 9
10 Example case studies Introduction Web services and.net access to TimeScape means that all of the functionality and data available within TimeScape can now be exploited over the web, as illustrated in the diagram shown below. In addition, all of this data and functionality can be made entirely consistent with that used within trading and risk management departments within the institution, thereby creating a consistent, auditable data management infrastructure that spans internal departments, partners and clients. Figure 4) Enhancing existing services with TimeScape Enhancement of existing client portals and web sites As is shown in the diagram above the data, statistical analysis and pricing functionality of TimeScape can be used to make existing trade execution and research services more dynamic. This allows users to perform sophisticated what-if analysis of data underlying the transaction or trade idea being proposed. As a result, clients are less likely to seek advice from other competing on-line services and more likely to transact upon the trading strategies being proposed from within the institutional portal. Cross platform access to data with SOAP and web services As described earlier, web services can be consumed using any programming language on any operating system and running on any hardware platform. This kind of open, standards based access can be extremely useful with attempting to integrate data from a mixed architecture comprising corporate mainframes, UNIX servers and Windows. In this way it is possible to collect data from existing legacy systems in a consistent and simple manner, and allow these same systems to access new sources of data almost as soon as they are populated within TimeScape. Page 10
11 Thin-client data management with ASP.NET Combining TimeScape functionality with web development under ASP.NET, means that thin-client data analysis applications can be designed and delivered far more easily and quickly than ever before. Given the consistency of functionality between TimeScape s Excel and.net interfaces, spreadsheets used by traders and risk managers can be used to rapidly prototype business functionality for scaleable, server-side deployment over the Web. Rapid development of trader applications with Windows forms Where functionally-rich Windows applications are required, Windows forms now allows rapid development of TimeScape-enabled trading and risk management applications. In addition to extremely easy GUI design, TimeScape-enabled trading applications developed using Windows forms and.net can be used both locally on the corporate network and remotely over the web, offering new opportunities for remote monitoring and control of trading and risk management processes. Figure 5) Services exposed through TimeScape Mobile access to data, trading and risk functionality One of the key aspects of the.net Framework is that business functionality should be available anywhere and at any time, not just on workstations within corporate networks. The.NET Compact Framework, a subset of the.net Framework, has been designed to facilitate the rapid development of applications for mobile devices such as mobile phones and PDAs. Through the.net Compact Framework, TimeScape data management functionality can be deployed on devices to make your data management environment available in all locations at all times. Page 11
12 Faster time to market with new strategies and products One issue still outstanding at many financial institutions is that it is often technically difficult to bring new financial products to market in small enough time frames. This is often due to systems limitations in supporting an ever-changing financial data model, linking it to pricing analytics and propagating these changes downstream through related trading and risk management systems. Throughout TimeScape, functionality relating to financial instruments is exposed as a range of services accessed simply through the name of the instrument. This highly decoupled design is consistent with that of web services and means that new financial products can be added to existing web applications without any client-side code changes. As a result, the time for the full enterprise-wide integration of a new financial product/pricing model is reduced to a matter of a few hours or days, which facilitates the rapid and profitable innovation of new products in a very structured and controllable manner. Page 12
13 Summary Web services and the Microsoft.NET Framework address many of the low-level technical issues that can limit software development productivity. Whilst web services are a very welcome addition to field of software development in general, financial markets is one of the most demanding arenas for software development professionals to work in. Within financial markets, data and its management is a vital cornerstone of operations across all institutions, and in this respect Xenomorph have addressed many industry-specific issues through the design of its TimeScape enterprise data management solutions. Through the combination of TimeScape, the.net Framework and web services, Xenomorph believe that financial markets institutions can greatly increase development productivity, reduce costs and respond more rapidly to everevolving commercial opportunities Xenomorph This document can be found at Xenomorph, TimeScape and TimeScape Pricing Services are either trademarks or registered trademarks of Xenomorph Software Limited. All other company, product or service names referred to in this document are used for identification purposes only and may be trademarks or registered trademarks of their respective owners. Page 13
Base One's Rich Client Architecture
Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.
How To Develop A Web Development Software For A Business
Company Profile Rg. No. GUJ-BVN-13673 0 Introduce with company OmTechSoft is an established high-potential player with a rich experience in developing customized commercial grade products and applications
BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use
Product Data Sheet BEA AquaLogic Integrator Agile integration for the Enterprise Build, Connect, Re-use BEA AquaLogic Integrator delivers the best way for IT to integrate, deploy, connect and manage process-driven
Insurance Company Improves Time-to- Market with Enhanced Rating Engine
Microsoft Visual Studio 2008 Customer Solution Case Study Insurance Company Improves Time-to- Market with Enhanced Rating Engine Overview Country or Region: United States Industry: Financial services Insurance
The Microsoft Way: COM, OLE/ActiveX, COM+ and.net CLR. Chapter 15
The Microsoft Way: COM, OLE/ActiveX, COM+ and.net CLR Chapter 15 Microsoft is continually reengineering its existing application and platform base. Started with VBX, continued with OLE, ODBC, ActiveX,
SpreadSheet Inside. Xenomorph White Paper. Spreadsheet flexibility, database consistency
SpreadSheet Inside Spreadsheet flexibility, database consistency This paper illustrates how the TimeScape SpreadSheet Inside can bring unstructured spreadsheet data and complex calculations within a centralised
WEB COMPAS MINIMUM HOSTING REQUIREMENTS
WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com [email protected] Adult COMPAS Web Application
Developing Database Business Applications using VB.NET
Developing Database Business Applications using VB.NET Curriculum class designed and written by Ernest Bonat, Ph.D., President Visual WWW, Inc. Visual WWW is a Microsoft Visual Studio Industry Partner
.NET Overview. Andreas Schabus Academic Relations Microsoft Österreich GmbH [email protected] http://blogs.msdn.
Based on Slides by Prof. Dr. H. Mössenböck University of Linz, Institute for System Software, 2004 published under the Microsoft Curriculum License.NET Overview Andreas Schabus Academic Relations Microsoft
Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT
Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP
Transactions traditional rollback and recovery for component-based applications in the event of system failure.
Enterprise Electronization and Integration 213 Components and the Enterprise As distributed applications are built from simple components and I nternet protocols emerged, a new set of enterprise platform
Introducing Micro Focus Net Express to Develop and Extend COBOL Applications within.net White Paper
Introducing Micro Focus Net Express to Develop and Extend COBOL Applications within.net White Paper Abstract This paper will introduce the capabilities of Micro Focus Net Express that allows COBOL to operate
ASNA Case Study. ASNA Visual RPG paves the path to.net for Management Control. Leaders in IBM i Modernization. Real Life Challenges
ASNA Case Study ASNA Visual RPG paves the path to.net for Management Control. By Thomas M. Stockwell When Management Control, Inc. in Alexander, Alabama decided to distribute its payroll processing services
The IBM Cognos Platform
The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent
ASP &.NET. Microsoft's Solution for Dynamic Web Development. Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon
ASP &.NET Microsoft's Solution for Dynamic Web Development Mohammad Ali Choudhry Milad Armeen Husain Zeerapurwala Campbell Ma Seul Kee Yoon Introduction Microsoft's Server-side technology. Uses built-in
Appeon for PowerBuilder
Appeon for PowerBuilder A Highly Productive Web Development Platform product brochure www.sybase.com A Highly Productive Web Development Platform Rapid Web Application Development Appeon for PowerBuilder
ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT
ASP.NET: THE NEW PARADIGM FOR WEB APPLICATION DEVELOPMENT Dr. Mike Morrison, University of Wisconsin-Eau Claire, [email protected] Dr. Joline Morrison, University of Wisconsin-Eau Claire, [email protected]
UDDI Executive White Paper November 14, 2001
UDDI Executive White Paper November 14, 2001 ! " #$! " % With the advent of service-centric computing, the Internet presents incredible value and reach for businesses of all sizes, providing opportunities
Modernizing enterprise application development with integrated change, build and release management.
Change and release management in cross-platform application modernization White paper December 2007 Modernizing enterprise application development with integrated change, build and release management.
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies
A Path from Windows Desktop to HTML5
A Path from Windows Desktop to HTML5 GIZMOX TRANSPOSITION: The path to modern enterprise application code a Reduce Risk, Cost, and Time to Market for Legacy App Conversions GIZMOX TRANSPOSITION Introduction
Attix5 Pro Overview. V7.x. An overview of the Attix5 Pro product suite.
Attix5 Pro Overview V7.x An overview of the Attix5 Pro product suite. Copyright notice and proprietary information This document is published by Attix5 or its local affiliated company, without any warranty.
A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet
A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet D. Swales, D. Sewry, A. Terzoli Computer Science Department Rhodes University Grahamstown, 6140 Email:
CA Repository for Distributed. Systems r2.3. Benefits. Overview. The CA Advantage
PRODUCT BRIEF: CA REPOSITORY FOR DISTRIBUTED SYSTEMS r2.3 CA Repository for Distributed Systems r2.3 CA REPOSITORY FOR DISTRIBUTED SYSTEMS IS A POWERFUL METADATA MANAGEMENT TOOL THAT HELPS ORGANIZATIONS
TimeScapeTM EDM + The foundation for your decisions. Risk Management. Competitive Pressures. Regulatory Compliance. Cost Control
TM The foundation for your decisions. Risk Management Manage any asset class, statistical and pricing analytics, spreadsheet data, time series and the validation of complex business objects such as curves,
IBM WebSphere ILOG Rules for.net
Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with
Contents. Client-server and multi-tier architectures. The Java 2 Enterprise Edition (J2EE) platform
Part III: Component Architectures Natividad Martínez Madrid y Simon Pickin Departamento de Ingeniería Telemática Universidad Carlos III de Madrid {nati, spickin}@it.uc3m.es Introduction Contents Client-server
Curl Building RIA Beyond AJAX
Rich Internet Applications for the Enterprise The Web has brought about an unprecedented level of connectivity and has put more data at our fingertips than ever before, transforming how we access information
ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence
ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ
Office SharePoint Server 2007
Top 10 Benefits of WSS 3.0 Office SharePoint Server 2007 1. Improve team productivity with easy-to-use collaborative tools Connect people with the information and resources they need. Users can create
www.progress.com DEPLOYMENT ARCHITECTURE FOR MICROSOFT.NET ENVIRONMENTS
DEPLOYMENT ARCHITECTURE FOR MICROSOFT.NET ENVIRONMENTS TABLE OF CONTENTS Introduction 1 Progress Corticon Product Architecture 1 Deployment Options 2 Option 1: Remote Server 3 Option 2: In-Process Server
EVALUATING INTEGRATION SOFTWARE
ENSEMBLE WHITE PAPER EVALUATING INTEGRATION SOFTWARE INTRODUCTION We created this white paper to help senior IT leaders and business managers who are evaluating integration software. On the following pages
Innovative Approach to Enterprise Modernization Getting it Right with Data
Innovative Approach to Enterprise Modernization Getting it Right with Data Featuring as an example: Insurity Insurance Enterprise View An Author: Karen Furtado, Partner Published Date: March, 2013 This
Unlocking the Power of SOA with Business Process Modeling
White Paper Unlocking the Power of SOA with Business Process Modeling Business solutions through information technology TM Entire contents 2006 by CGI Group Inc. All rights reserved. Reproduction of this
EBXML FEATURE SOAP WSDL. written by Una Kearns UDDI. Content Management & Web Services. 6 November 2001 www.wsj2.com
WS J FEATURE SOAP EBXML written by Una Kearns UDDI WSDL Content Management & Web Services 6 November 2001 econtent Services the services behind Web Services Una Kearns, XML architect at Documentum, leads
A Quick Introduction to SOA
Software Engineering Competence Center TUTORIAL A Quick Introduction to SOA Mahmoud Mohamed AbdAllah Senior R&D Engineer-SECC [email protected] Waseim Hashem Mahjoub Senior R&D Engineer-SECC Copyright
High Performance Time-Series Analysis Powered by Cutting-Edge Database Technology
High Performance Time-Series Analysis Powered by Cutting-Edge Database Technology Overview Country or Region: United Kingdom Industry: Financial Services Customer Profile builds data and analytics management
Research on the Model of Enterprise Application Integration with Web Services
Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business
High Frequency Data Analysis
Considered decision-making with TimeScape This paper illustrates how Xenomorph s real-time analytics and data management system, TimeScape, enables extremely rapid and extensible analysis of tick and intraday
Network device management solution
iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
Business Process Management in the Finance Sector
Business Process Management in the Finance Sector Leveraging the power of processes for profit oracle.com Introduction It is vital for financial services companies to ensure the rapid implementation of
A Guide to Building Enterprise Applications on the.net Framework (Building Distribut...
A Guide to Building Enterprise Applications on the.net Framework (Building Distribut... Page 1 of 35 Products Downloads Support Search Worldwide Microsoft Microsoft Home Search for Microsoft Home >.NET
How To Develop A Mobile Application On An Android Device
Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver
Integrating SharePoint Sites within WebSphere Portal
Integrating SharePoint Sites within WebSphere Portal November 2007 Contents Executive Summary 2 Proliferation of SharePoint Sites 2 Silos of Information 2 Security and Compliance 3 Overview: Mainsoft SharePoint
JOURNAL OF OBJECT TECHNOLOGY
JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7 No. 7, September-October 2008 Applications At Your Service Mahesh H. Dodani, IBM,
What is Middleware? Software that functions as a conversion or translation layer. It is also a consolidator and integrator.
What is Middleware? Application Application Middleware Middleware Operating System Operating System Software that functions as a conversion or translation layer. It is also a consolidator and integrator.
Key Benefits of Microsoft Visual Studio 2008
Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current
Service-oriented architecture in e-commerce applications
Service-oriented architecture in e-commerce applications What is a Service Oriented Architecture? Depends on who you ask Web Services A technical architecture An evolution of distributed computing and
Web Integration Technologies
Web Integration Technologies Application and Benefits Introduction In every corporation, the browser has become the most prominent and effective means to access applications systems and the data they provide.
A Flexible Services Architecture Based Translator Web Services
A Flexible Services Architecture Based Translator Web Services Phill Miller, Sushil K. Sharma, Fred L. Kitchens 1 Made2Manage Inc., Indianapolis, Indiana, USA [email protected] 2 Department of Management,
TECHNOLOGY GUIDE THREE. Emerging Types of Enterprise Computing
TECHNOLOGY GUIDE THREE Emerging Types of Enterprise Computing TECHNOLOGY GU IDE OUTLINE TG3.1 Introduction TG3.2 Server Farms TG3.3 Virtualization TG3.4 Grid Computing TG3.5 Utility Computing TG3.6 Cloud
Computer Information Systems Introductory Certificate
Credentials Programming skills certificate...16 cr. Introductory certificate... 27 28 cr. Networking Technology Integration certificate...31 cr. Web Specialist certificate...30 cr. Microcomputer Support
Enterprise Application Designs In Relation to ERP and SOA
Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...
Client Case Studies. Landesbank Baden-Württemberg. LBBW employs TimeScape to ensure data consistency, control and compliance.
Client Case Studies Landesbank Baden-Württemberg LBBW employs TimeScape to ensure data consistency, control and compliance. OVERVIEW Country/Region: Germany Industry: Sell side Investment Bank Customer
Moving Your COBOL Assets to Microsoft.NET: Fujitsu NetCOBOL for.net
Moving Your COBOL Assets to Microsoft.NET: Fujitsu NetCOBOL for.net Fujitsu Software! Hurwitz Report Moving Your COBOL Assets to Microsoft.NET: Fujitsu NetCOBOL for.net Fujitsu Software iii Executive Summary
Cache Database: Introduction to a New Generation Database
Cache Database: Introduction to a New Generation Database Amrita Bhatnagar Department of Computer Science and Engineering, Birla Institute of Technology, A 7, Sector 1, Noida 201301 UP [email protected]
Integrating Mainframe Systems in Microsoft Environments
Integrating Mainframe Systems in Microsoft Environments WHITE PAPER Integrating Mainframe Systems in Microsoft Environments CONTENTS About BizTalk Server and Host Integration Server... 2 The Legacy-Integration
Iron Speed Designer Installation Guide
Iron Speed Designer Installation Guide Version 1.6 Accelerated web application development Updated May 11, 2004 Iron Speed, Inc. 1953 Landings Drive Mountain View, CA 94043 650.215.2200 www.ironspeed.com
If you would like more detailed information about Caspian CRM products and services, or would like an on-line or personal demonstration, please
If you would like more detailed information about Caspian CRM products and services, or would like an on-line or personal demonstration, please contact us on [email protected] or just call us on
Software Architecture Document
COMPREHENSIVE WATERSHED MANAGEMENT WATER USE TRACKING PROJECT Southwest Florida Water Management District 2379 Broad Street Brooksville, FL 34604-6899 Date Revision Description Author Table of Contents
Service Oriented Architectures
8 Service Oriented Architectures Gustavo Alonso Computer Science Department Swiss Federal Institute of Technology (ETHZ) [email protected] http://www.iks.inf.ethz.ch/ The context for SOA A bit of history
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
Upgrading a Visual Basic Application to.net:
Upgrading a Visual Basic Application to.net: The e-volutionvisualizer Example Introduction The emergence of a new technology brings the opportunity to develop new and more powerful applications. The cost
Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology [email protected] Fall 2007
Internet Engineering: Web Application Architecture Ali Kamandi Sharif University of Technology [email protected] Fall 2007 Centralized Architecture mainframe terminals terminals 2 Two Tier Application
What are Web Services? A BT Conferencing white paper
Table of contents What are Web Services? 3 Why Web Services? 3 The BT Conference Service 3 Future Development 4 Conclusion 4 2 3 What are Web Services? Web services are self-contained business functions
IBM WebSphere Application Server Family
IBM IBM Family Providing the right application foundation to meet your business needs Highlights Build a strong foundation and reduce costs with the right application server for your business needs Increase
TNT SOFTWARE White Paper Series
TNT SOFTWARE White Paper Series Event Log Monitor White Paper: Architecture T N T Software www.tntsoftware.com TNT SOFTWARE Event Log Monitor Architecture 2000 TNT Software All Rights Reserved 1308 NE
Ebase Xi Agile Service Oriented Architecture
Ebase Xi Agile Service Oriented Architecture Ebase Xi is an agile service oriented architecture that accelerates and simplifies the delivery of business applications. The Xi platform combines process management,
David Pilling Director of Applications and Development
Service Oriented Architecture for Law Firms: SOA is inevitable, are you ready? David Pilling Director of Applications and Development "Things should be made as simple as possible, but no simpler. -- Albert
WHITE PAPER. Written by: Michael Azoff. Published Mar, 2015, Ovum
Unlocking systems of record with Web and mobile front-ends CA App Services Orchestrator for creating contemporary APIs Written by: Michael Azoff Published Mar, 2015, Ovum CA App Services Orchestrator WWW.OVUM.COM
Jitterbit Technical Overview : Microsoft Dynamics CRM
Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations
How To Manage Technology
Chapter 4 IT Infrastructure: Hardware and Software 4.1 2007 by Prentice Hall STUDENT OBJECTIVES Identify and describe the components of IT infrastructure. Identify and describe the major types of computer
SOA Myth or Reality??
IBM TRAINING S04 SOA Myth or Reality Jaqui Lynch IBM Corporation 2007 SOA Myth or Reality?? Jaqui Lynch Mainline Information Systems Email [email protected] Session S04 http://www.circle4.com/papers/s04soa.pdf
Advanced Web Application Development using Microsoft ASP.NET
Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course
Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS
Agile Business Suite: a 4GL environment for.net developers DEVELOPMENT, MAINTENANCE AND DEPLOYMENT OF LARGE, COMPLEX BACK-OFFICE APPLICATIONS In order to ease the burden of application lifecycle management,
SAP BW Connector for BIRT Technical Overview
SAP BW Connector for BIRT Technical Overview How to Easily Access Data from SAP Cubes Using BIRT www.yash.com 2011 Copyright YASH Technologies. All rights reserved. www.yash.com 2013 Copyright YASH Technologies.
What Is the Java TM 2 Platform, Enterprise Edition?
Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today
INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency
INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,
Service-Oriented Architecture: Analysis, the Keys to Success!
Service-Oriented Architecture: Analysis, the Keys to Success! Presented by: William F. Nazzaro CTO, Inc. [email protected] www.iconatg.com Introduction Service-Oriented Architecture is hot, but we seem
Web-based Solution Helps Death Care Service Provider Cut Costs, Scale Up
Microsoft.NET Customer Solution Case Study Web-based Solution Helps Death Care Service Provider Cut Costs, Scale Up Overview Country or Region: United States Industry: Death care services Customer Profile
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police
Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police NASCIO 2005 Recognition Awards Enterprise Architecture Category Executive
ANDROID DEVELOPER RESUME USA
Android Developer resume usa 1 of 5 1/12/2015 2:28 PM ANDROID DEVELOPER RESUME USA.NET Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide
Version 14.0. Overview. Business value
PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing
CrossPlatform ASP.NET with Mono. Daniel López Ridruejo [email protected]
CrossPlatform ASP.NET with Mono Daniel López Ridruejo [email protected] About me Open source: Original author of mod_mono, Comanche, several Linux Howtos and the Teach Yourself Apache 2 book Company:
3-Tier Architecture. 3-Tier Architecture. Prepared By. Channu Kambalyal. Page 1 of 19
3-Tier Architecture Prepared By Channu Kambalyal Page 1 of 19 Table of Contents 1.0 Traditional Host Systems... 3 2.0 Distributed Systems... 4 3.0 Client/Server Model... 5 4.0 Distributed Client/Server
4D as a Web Application Platform
4D as a Web Application Platform 4D is a powerful, flexible, and very scalable Web application platform. This white paper examines the common requirements for Web application servers, and discusses the
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER
MENDIX FOR MOBILE APP DEVELOPMENT WHITE PAPER TABLE OF CONTENTS Market Demand for Enterprise Mobile Mobile App Development Approaches Native Apps Mobile Web Apps Hybrid Apps Mendix Vision for Mobile App
Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio
Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for
IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities.
Application integration solutions To support your IT objectives IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Market conditions and business
Getting started with API testing
Technical white paper Getting started with API testing Test all layers of your composite applications, not just the GUI Table of contents Executive summary... 3 Introduction... 3 Who should read this document?...
Web Services and Application Frameworks (.NET and J2EE)
Tect Web and Application Frameworks (.NET and J2EE) Gunjan Samtani Dimple Sadhwani Tect. All rights reserved. The author and publisher have made every effort in the preparation of this document to ensure
