Skip to content

Conversation

@NinjaManatee
Copy link
Collaborator

Merge to master to release updated examples

Tiago Pina added 14 commits April 28, 2021 09:47
Added MultiWindow config
feat: #35115

[Kanban link](https://cosaic.kanbanize.com/ctrl_board/106/cards/35115/details/)

**Description of change**
* Added MultiWindow Swing Example
* Updated java-example README

**Description of testing**

1. Run a `mvn clean install` to generate the jar files (these should be created under `<PROJECT_DIR>/target`
1. Ensure Finsemble is correctly configured
1. Launch 2 instances of the MultiWindow Java Swing Example
1. [x] Ensure both windows run under the same process (check windows task manager)
fix|feat|chore|docs|refactor|style|test: #id [CARD]

[Kanban link](https://chartiq.kanbanize.com/ctrl_board/18/cards/CARD/details)

**Description of change**
* Added Finsemble Desktop Agent example component

**Description of testing**

1. Ensure the example client can connect to the Interop Service
2. DesktopAgent can perform the expected commands using the FDC3 Desktop Client

Setup
Ensure the example app is using the desktop_agent_impl branch finsemble jar and that Finsemble is up and running with FDC3 enabled apps (appd.json)
Example Fisemble Setup:
1. From the mono repo copy `packages/manual-testing/components/chart` to `packages/seed/src/components/chart`. 
2. Add new appD chart entry (snippet below) in `packages/seed/public/configs/application/appd.json`.  
```
"Chart": {
	"appId": "Chart",
	"name": "Chart",
	"manifest": {
		"window": {
			"url": "$applicationRoot/components/chart/technical-analysis-chart.html"
		},
		"interop": {
			"rewire": [
				{
					"contextType": "layout",
					"fwd": "#Workspace"
				},
				{
					"contextType": "fdc3.instrument",
					"cc": "#Workspace"
				}
			]
		},
		"foreign": {
			"components": {
				"App Launcher": {
					"launchableByUser": true
				},
				"Window Manager": {
					"persistWindowState": true,
					"FSBLHeader": true
				}
			}
		}
	},
	"manifestType": "Finsemble",
	"version": "1",
	"description": "",
	"tags": ["charts", "market data", "visualization", "graphics"],
	"contactEmail": "info@cosaic.io",
	"supportEmail": "support@finsemble.com",
	"publisher": "Cosaic",
	"icons": [
		{
			"url": "https://i.imgur.com/mpBdiHd.png"
		}
	],
	"intents": [
		{
			"name": "ViewChart",
			"displayName": "View Chart",
			"contexts": ["fdc3.instrument"]
		},
		{
			"name": "ViewChartStudy",
			"displayName": "View Chart Study"
		}
	]
}
```
…ar (#29)

Pom was missing the execution config to generate a runnable jar
@NinjaManatee NinjaManatee requested a review from tpina July 19, 2021 18:33
@tpina
Copy link

tpina commented Jul 20, 2021

I've made 3 commits just with minor edits to docs or log lines.

@NinjaManatee NinjaManatee merged commit a71b7b4 into master Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants