bolerio / seco

Advanced Scripting IDE for JVM based languages.
28 stars 4 forks source link

Split into GUI/core separate components (Android port in mind) #50

Open ponyatov opened 7 years ago

ponyatov commented 7 years ago

Split into GUI/core separate components: GUI must be replaceble for mobile/portable port or specially designed GUI components (Seco extending/embedding into other applications like complex SCADA interface).

PS: Android does not support dynamic bytecode creation but SL4A gives way to make some GHDB/Seco port

ponyatov commented 7 years ago

But going Seco ideology viewpoint this must be done via HGDB instances shares objects between on-phone and cloud replicated storages, and any GUI works as view/controller manipulates HGDB data.