Migration from Servoy 7 to Titanium

Hi Marco,

I don’t think this is possible.

  1. The SmartClient relies on deprecated technology (Java webstart) and should be phased out.
  2. NG-Client is the replacement for Smart-Client and Webclient. AnguarJS is also end of life, so
  3. NG2-Client (Titanium) is the replacement NG-client

You typically only need to change 5-10% of your code to convert. Much of the code base can stay the same.

Depending on how you have build the system there will be some more or less work to convert, first to NG-client and then to NG2.
Going from SmartClient to NG is a revolution, in my case the systems ran faster, the users stopped complaining and became happier. I should have moved earlier.

NG to NG2 coversion removes the last legacy of the smart client with modern components, the old list and table views need to be replaced…

Hope this helps,