by Altova - Product Type: Application
Altova MapForce 2012 Enterprise Edition - Upgrade from Altova MapForce Professional Edition 2012 by Altova
URLs: altova-mapforce-enterprise-upgrades-mapforce-professional, altova mapforce enterprise upgrades mapforce professional, altovamapforceenterpriseupgradesmapforceprofessional, altova
Visual data integration and Web services implementation tool. Altova MapForce Enterprise Edition is a graphical data mapping, data conversion, and data integration tool. It maps between any combination of XML, database, flat file, EDI, Excel, XBRL, and/or Web service, then transforms data instantly or autogenerates royalty-free code for the execution of recurrent conversions. Altova MapForce includes the following languages for code generation: XSLT 1.0, XSLT 2.0, XQuery, Java, C#, and C++. Altova MapForce integrates with Visual Studio and Eclipse to let you access MapForce benefits inside these leading IDEs. Altova MapForce also allows you to easily integrate disparate data sources or create Web services using graphical, drag-and-drop functionality.
MapForce supports the following functionality:
Graphical data mapping
Executing and saving mapping output
Bi-directional XML, database, flat file and EDI data mapping
Advanced data processing functions
Mapping data to WSDL operations
Visual function builder for creating custom functions
Building Web services
Project view for organizing mappings
Mapping multiple sources to multiple targets
Seamless integration with Eclipse and Visual Studio
Parsing flat files using FlexText utility
OLE and ActiveX controls
XSLT 1.0, XSLT 2.0, XQuery generation
Java, C#, C++ program code generation
Simplify Web Services Development
Despite the advantages of Web services for exchanging information between disparate systems, writing the code to implement them by hand can be complicated, time consuming, and error-prone. Altova MapForce removes these drawbacks by allowing you to build Web services visually, then auto-generating the Java or C# code required to implement the Web service on a server.
To build a Web service, you simply load an existing WSDL (Web Services Description Language) file in the MapForce project view, and create a mapping for each transaction. All standard WSDL documents are supported, including those created in the graphical WSDL design view of Altova XMLSpy.
Once you’ve loaded a WSDL file, you simply define the operations for each transaction included in the Web service as a mapping design. MapForce represents the transaction’s input and output schemas graphically, and you can easily map data and perform operations by dragging connecting lines to link elements and dragging in function blocks from the library. Supported data sources include XML, databases, flat files, and EDI (EDIFACT and ASNI X12) formats, and you can map these in any combination to and from the operations in your WSDL transactions.
An extensible library of data processing functions is available for filtering and processing data before returning it to the output schema, and the MapForce visual function builder helps create and save complex functions for use in other mappings.
Once you’ve created mappings for the transactions in the WSDL file, you can generate code for a single transaction – or for the entire WSDL project – in Java or C#.
Now, instead of writing the hundreds to thousands of lines of code required to implement each Web services transaction, you can define mappings visually and let MapForce generate the code all at once. Code that used to take hours or days to write is now auto-generated in a matter of seconds. Visual design in MapForce removes the complexity from Web services development, allowing you to build standards-conformant Web services applications more quickly than ever before.
Integrate Enterprise Data
In addition to support for building Web services, MapForce allows you to design data integration applications for mapping any combination of XML, database, flat file, and EDI data.
XML mapping support is based on XML Schema
Database mapping support includes accessing database views and systems table in any relational database
Flat file mappingsupport includes CSV, tab delimited, and fixed-width text files. Support for arbitrary or mixed layout flat files is also provided through MapForce FlexText, a versatile flat file parsing utility
EDI mapping support includes the hundreds of messages covered by the two most popular EDI standards: UN/EDIFACT and ANSI X12
You can map XML, databases, flat files, and EDI in any combination, and multiple sources and multiple targets are supported. As with Web services creation, you define mappings between content models visually by dragging connecting lines linking corresponding elements in the source(s) and target(s) and inserting data processing rules. You can choose functions from the extensive MapForce function library, import your own function libraries, and create and save complex functions using the unique visual function builder.
The built-in MapForce Engine allows you to execute any mapping and view the output with one click. The output of the MapForce Engine can be saved as the result of a one-time mapping, or it can be used for previewing sample results, which simplifies the process of designing and testing complex mapping projects significantly. Then, with just one more click, MapForce auto-generates the software code required to programmatically marshal data from the source(s) to the target(s) for use in customized server-side data integration applications.
What’s new in MapForce 2012 Release 2?
Sorting database input components - MapForce users have long been able to sort database data through ORDER BY statements in SQL queries. However, SQL queries that operate inside the database are not always sufficient for complex data mapping tasks. MapForce 2012r2 adds additional database sorting functionality to the existing MapForce SQL-WHERE component to become SQL-WHERE/ORDER
Sorting structured data - New Sort component for general-purpose sorting of structured data.
Support for logical files in IBM iSeries databases - MapForce now includes support for logical files specific to IBM iSeries databases.
What's new in Altova Mapforce 2012?
Visual alignment guides - Complex data mappings with many components and functions can appear very cluttered on the screen. MapForce 2012 introduces new horizontal and vertical alignment guides to help users organize a mapping as they drag elements into place.
What’s new in MapForce Basic 2011r3?
Save individual values or entire sub-trees in intermediate variables
What’s new in MapForce Basic 2011r2?
Expandable if-else component (switch statement)
Reverse existing mapping
New function to retrieve node name
Ability to search Function Library
What’s new in MapForce 2011?
Chained transformations
Chained transformations enable users to create complex mappings in which the output of one mapping becomes the input of another. This is a feature that adds to MapForce's ability to execute fully automated transformations. Each chained component becomes a modular entity in an interdependent transformation sequence, allowing for conversions to be made on-the-fly. MapForce users can create chained transformations using any number of mapping components connected to a final target component. Preview and code generation features can be displayed/generated for intermediate components, as well as for the final mapping result. Intermediate mapping components will also now have a "pass-through" button in the title bar. This button will enable users to define the set of data that gets passed on to the following component.
Integration with StyleVision for output components
Integration with StyleVision lets MapForce users automatically render results of their XML and XBRL mappings using an associated StyleVision template design. This means that these components can be previewed as HTML, RTF, PDF, or Word 2007+ documents. This feature for MapForce essentially combines its capabilities with those of StyleVision, meaning that users can now automate report generation from virtually any data format - as long as it can be mapped to an XML Schema or XBRL taxonomy.
Formatting of numbers, dates, and times
One of the most frequently requested features, this enables MapForce users to easily convert numbers, dates, and times to their string representations using a variety of different formatting functions. For example, the simple format-number function below converts a numerical input (e.g., 12345) to a monetary one in with a USD prefix, comma separating the thousands digits, and two decimal places (e.g., $12,345.00).
Two new parameters in auto-number function
The auto-number generator function in MapForce has been updated to include two additional parameters, global-id and restart-on-change, adding to the ways in which you can manipulate data between source and target format(s). Global-id assigns a global identifier to an auto-number sequence, making it accessible throughout the data mapping project, including in user-defined functions. Restart-on-change allows users to restart auto-numbering every time the value supplied this parameter changes, enabling them to create intelligent numbering sequences.
Visual data integration and Web services implementation tool.
Pricing: Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Installed Users (1), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Installed Users (5), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Installed Users (10), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Installed Users (20), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Installed Users (50), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (1), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (5), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (10), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (20), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (50), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (1) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (5) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (10) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (20) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (50) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (1) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (5) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (10) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (20) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (50) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (1) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (5) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (10) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (20) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Installed Users (50) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (1) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2012 Professional Edition Concurrent Users (5) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edi
Evals & Downloads: Browse the Altova MapForce Edtions Feature Comparision, Read the Altova License Agreement - Requires Acrobat Reader, Read the MapForce help file, Download the Altova MapForce 2012 Release 2 Enterprise evaluation on to your computer - Expires After 30 Days
Operating System for Deployment: Windows 7, Windows Vista, Windows XP, Windows Server 2003, Windows ME, Windows 2000, Windows 98, Windows NT 4.0
Architecture of Product: 32Bit, 64Bit
Product Type: Application
Built Using: MFC V4.2 / V6.0
Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Studio .NET 2003, Microsoft Visual Studio 6.0, Microsoft Visual Basic 2010, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual Basic .NET 2003, Microsoft Visual C++ 2010, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C++ .NET 2003, Microsoft Visual C++ 6.0, Microsoft Visual C# 2010, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Microsoft Visual C# .NET 2003, Microsoft Visual InterDev 6.0, Microsoft Office 2007, Microsoft Office 2003, Microsoft Office 2000, Microsoft Access 2003, Microsoft Access 2002, Microsoft Access 2000, Microsoft SQL Server 2000, Microsoft SQL Server 7.0, Microsoft Outlook 2002, Microsoft Outlook 2000, Microsoft Exchange Server 5.5, Microsoft Internet Information Server 5.0, Microsoft Internet Information Server 4.0, Microsoft Internet Explorer 6.0, Microsoft Internet Explorer 5.5, C++Builder 6, C++Builder 5, Delphi 7.0, JBuilder 9, JBuilder 8, Oracle 9i JDeveloper, .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, .NET Framework 1.1, WebLogic Workshop, IBM DB2 8.x, Eclipse V3.3, Eclipse V3.1.2, Eclipse V3.0
Product Class: Component Development Tools, .NET Development Tool, Component Building Tools
Keywords: Altova MapForce, MapForce, Altova MapForce Enterprise
Altova GmbH - The XML Spy Company
XML Extensible Markup
Code Creation Editing
Conversion Convert converts converting
Database DB Connectivity
Database DB Management
Development
Productivity performance efficiency
webservices web-services
Part numbers: PC-517383-441575 517383-441575 PC-517383-441577 517383-441577 PC-517383-441579 517383-441579 PC-517383-441581 517383-441581 PC-517383-441583 517383-441583 PC-517383-441585 517383-441585 PC-517383-441587 517383-441587 PC-517383-441589 517383-441589 PC-517383-441591 517383-441591 PC-517383-441593 517383-441593 PC-517383-441595 517383-441595 PC-517383-441597 517383-441597 PC-517383-441599 517383-441599 PC-517383-441601 517383-441601 PC-517383-441603 517383-441603 PC-517383-441605 517383-441605 PC-517383-441607 517383-441607 PC-517383-441609 517383-441609 PC-517383-441611 517383-441611 PC-517383-441613 517383-441613 PC-517383-441615 517383-441615 PC-517383-441617 517383-441617 PC-517383-441619 517383-441619 PC-517383-441621 517383-441621 PC-517383-441623 517383-441623 PC-517383-441625 517383-441625 PC-517383-441627 517383-441627 PC-517383-441629 517383-441629 PC-517383-441631 517383-441631 PC-517383-441633 517383-441633 PC-517383-441635 517383-441635 PC-517383-441637 517383-441637 PC-517383-441639 517383-441639 PC-517383-441641 517383-441641 PC-517383-441643 517383-441643 PC-517383-441645 517383-441645 PC-517383-441647 517383-441647 PC-517383-441649 517383-441649 PC-517383-441651 517383-441651 PC-517383-441653 517383-441653 PC-517383-441655 517383-441655 PC-517383-441657 517383-441657 PC-517383-441659 517383-441659 PC-517383-441661 517383-441661 PC-517383-441663 517383-441663 PC-517383-441665 517383-441665 PC-517383-441667 517383-441667 PC-517383-441669 517383-441669 PC-517383-441671 517383-441671 PC-517383-441673 517383-441673 PC-517383-441675 517383-441675 PC-517383-441677 517383-441677 PC-517383-441679 517383-441679 PC-517383-441681 517383-441681 PC-517383-441683 517383-441683 PC-517383-441685 517383-441685 PC-517383-441687 517383-441687 PC-517383-441689 517383-441689 PC-517383-441691 517383-441691 PC-517383-441693 517383-441693
Mfr. Part No: M12P+M1-M12E-C001+M1 M12P+M1-M12E-C001+M2 M12P+M1-M12E-C005+M1 M12P+M1-M12E-C005+M2 M12P+M1-M12E-C010+M1 M12P+M1-M12E-C010+M2 M12P+M1-M12E-C020+M1 M12P+M1-M12E-C020+M2 M12P+M1-M12E-C050+M1 M12P+M1-M12E-C050+M2 M12P+M1-M12E-I001+M1 M12P+M1-M12E-I001+M2 M12P+M1-M12E-I005+M1 M12P+M1-M12E-I005+M2 M12P+M1-M12E-I010+M1 M12P+M1-M12E-I010+M2 M12P+M1-M12E-I020+M1 M12P+M1-M12E-I020+M2 M12P+M1-M12E-I050+M1 M12P+M1-M12E-I050+M2 M12P+M2-M12E-C001+M2 M12P+M2-M12E-C005+M2 M12P+M2-M12E-C010+M2 M12P+M2-M12E-C020+M2 M12P+M2-M12E-C050+M2 M12P+M2-M12E-I001+M2 M12P+M2-M12E-I005+M2 M12P+M2-M12E-I010+M2 M12P+M2-M12E-I020+M2 M12P+M2-M12E-I050+M2 M12P-M12E-C001 M12P-M12E-C001+M1 M12P-M12E-C001+M2 M12P-M12E-C005 M12P-M12E-C005+M1 M12P-M12E-C005+M2 M12P-M12E-C010 M12P-M12E-C010+M1 M12P-M12E-C010+M2 M12P-M12E-C020 M12P-M12E-C020+M1 M12P-M12E-C020+M2 M12P-M12E-C050 M12P-M12E-C050+M1 M12P-M12E-C050+M2 M12P-M12E-I001 M12P-M12E-I001+M1 M12P-M12E-I001+M2 M12P-M12E-I005 M12P-M12E-I005+M1 M12P-M12E-I005+M2 M12P-M12E-I010 M12P-M12E-I010+M1 M12P-M12E-I010+M2 M12P-M12E-I020 M12P-M12E-I020+M1 M12P-M12E-I020+M2 M12P-M12E-I050 M12P-M12E-I050+M1 M12P-M12E-I050+M2
Publisher
Primary Category
Related Products
Related Categories