Skip to content

Commit 6a0cbf6

Browse files
committed
TW review
1 parent cd3ee68 commit 6a0cbf6

8 files changed

Lines changed: 232 additions & 220 deletions

File tree

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2606-configuration/_index.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
title: "Teamcenter Connector 2606"
33
url: /appstore/industry/teamcenter-connector/teamcenter-connector-2606/
44
weight: 2
5-
description: "Describes the unified Teamcenter Connector 2606."
5+
description: "Describes Teamcenter Connector 2606, a unified Mendix Marketplace module for integrating Mendix with Teamcenter."
66
---
77

88
## Introduction
99

10-
Teamcenter Connector 2606 marks a shift in how Mendix integrates with Teamcenter. For the first time, we're bringing together everything you need in a single, unified Marketplace module. This release combines what were previously two separate Marketplace downloads: Teamcenter Connector and the Teamcenter Extension (which itself contained two modules: Teamcenter Toolkit and the Extension add-on) into one streamlined package that works seamlessly with Mendix 11.12 and higher.
10+
Teamcenter Connector 2606 is a unified Mendix Marketplace module that brings together everything you need to integrate Mendix with Teamcenter. It combines what were previously two separate Marketplace modules, Teamcenter Connector and Teamcenter Extension, with Teamcenter Extension containing two modules, Teamcenter Toolkit and the Extension add-on. Teamcenter Connector 2606 is a streamlined package that works seamlessly with Mendix 11.12 and above.
1111

12-
Additionally, Teamcenter Extension has been re-built using the Web Extensibility Framework and is now available as a Teamcenter service document. You can think of a Teamcenter service document as a container that can be created on a per module basis which stores everything related to your Teamcenter integrations within a specific module.
12+
Teamcenter Extension has been rebuilt using the Web Extensibility Framework and is available as a Teamcenter service document. A Teamcenter service document is a container that you can create on a per-module basis. It stores everything related to your Teamcenter integrations within a specific module.
1313

14-
In previous versions, the Extension stored the Teamcenter integrations and configurations on disk (resources folder), separate from your Mendix app. This made version control tricky and team collaboration more complex. With the Teamcenter service document approach, everything is stored inside the Mendix model, just like microflows, pages, and domain models. This means:
14+
In previous versions, the Teamcenter Extension stored integrations and configurations on disk, in the resources folder, separate from your Mendix app. This made version control difficult and team collaboration more complex. With a Teamcenter service document, everything is stored inside the Mendix model, just like microflows, pages, and domain models. This means:
1515

1616
* Your integrations travel with your module when you export it or commit it to version control.
1717
* You can have different Teamcenter service documents for different purposes within the same app.
18-
* You can have different Teamcenter service documents for different Teamcenter instances, for example for test and production.
19-
20-
## Architecture Overview
18+
* You can have different Teamcenter service documents for different Teamcenter instances, such as for test and production.
2119

22-
Here's how all the pieces fit together:
20+
### Architecture Overview
21+
22+
The following diagram shows how all the pieces fit together:
2323

2424
```
25-
Studio Pro (Mendix 11.12+)
25+
Studio Pro 11.12+
2626
2727
├── Teamcenter service document ← stores integrations + connection settings
2828
│ └── Extension UI (TypeScript / Web Extensibility Framework)
@@ -48,23 +48,25 @@ Studio Pro (Mendix 11.12+)
4848
(self-hosted v2506+ / Teamcenter X v2506+)
4949
```
5050

51-
## How it works in practice
51+
## How It Works
52+
53+
These steps describe how Teamcenter Connector 2606 works in a nutshell:
5254

53-
1. You start by creating a Teamcenter service document, where you configure your Teamcener connection and create integrations.
55+
1. You start by creating a Teamcenter service document, where you configure your Teamcenter connection and create integrations.
5456
2. The Teamcenter service document generates domain model entities and microflows specific to your integration needs, placing them directly in your module.
55-
3. The generated microflows make use of predefined Teamcenter connector microflows for the integration with Teamcenter, using the TcConnector Java Actions to call Teamcenter's SOA layer
57+
3. The generated microflows use predefined Teamcenter connector microflows for the integration with Teamcenter, using the TcConnector Java Actions to call Teamcenter's SOA layer.
5658

5759
## Prerequisites and Compatibility
5860

59-
Before you start working with Teamcenter Connector 2606, make sure your environment meets these requirements:
61+
Before working with Teamcenter Connector 2606, make sure your environment meets these requirements:
6062

61-
| Requirement | Minimum version |
62-
|---|---|
63-
| Mendix Studio Pro | 11.12.1 |
63+
| Requirement | Supported versions |
64+
| --- | --- |
65+
| Mendix Studio Pro | 11.12.1 and above |
6466
| Teamcenter (self-hosted) | 2606, 2512, 2506 |
6567
| Teamcenter X | 2606, 2512, 2506 |
6668

67-
### Required Marketplace modules
69+
### Required Marketplace Modules
6870

6971
* Community Commons
7072
* Encryption

0 commit comments

Comments
 (0)