mpostol / OPC-UA-OOI

Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
https://commsvr.gitbook.io/ooi/
MIT License
141 stars 33 forks source link

Refactor the application to meet external editor needs. #125

Closed mpostol closed 8 years ago

mpostol commented 8 years ago

It should be possible to compose external editor and inject functionality of this library using MEF. Open questions:

mpostol commented 8 years ago

Test in progress with Address Space Model Designer:

mpostol commented 8 years ago

The composition method must implement generic approach to find components considered for composition, e.g folder, configuration file, other.

mpostol commented 8 years ago

Move creation of the IInstanceConfiguration to the external factory.

mpostol commented 8 years ago

Lets work on saving changes and notification of the editor about pending charges.

mpostol commented 8 years ago

It is done, compliant with ASMD prerelease version.