DMXzone App Connect Support Product Page
  Answered 
 Migrate from Data Bindings to App Connect
 Asked  04 May 2017  07:55:44 
  1 
     has   this question  
  04 May 2017  07:55:44 David Woolley posted: 
 How do you suggest migrating a complex dynamic site based on DMXzone Data Bindings/ Server Connect to App Connect/ServerConnect?  Replies
 Replied 04 May 2017  09:05:23 
   04 May 2017  09:05:23 Teodor Kuduschiev replied: 
  Hello David,
Unfortunately there is no magical one-click way to migrate from HTML5 Data Bindings to App Connect. It has to be rebuilt.
I'd suggest to just keep your site running using HTML5 Data Bindings, and use App Connect for your new projects.
  Unfortunately there is no magical one-click way to migrate from HTML5 Data Bindings to App Connect. It has to be rebuilt.
I'd suggest to just keep your site running using HTML5 Data Bindings, and use App Connect for your new projects.
 Replied 04 May 2017  12:56:10 
   04 May 2017  12:56:10 David Woolley replied: 
  Thanks Teodor! 
   Replied 31 Oct 2017  08:54:33 
   31 Oct 2017  08:54:33 Greta Garberini replied: 
  Is it safe to use DataBindings AND AppConnect on the same project on different pages? 
Lets say, I have a Bootstrap Site with several webpages using DataBindings and I'll add a page using the same BS-template but work with AppConnect?
  Lets say, I have a Bootstrap Site with several webpages using DataBindings and I'll add a page using the same BS-template but work with AppConnect?
 Replied 31 Oct 2017  08:58:59 
   31 Oct 2017  08:58:59 Teodor Kuduschiev replied: 
  Hi Greta,
Yes, there are no issues doing that, they just cannot exist on the same page.
  Yes, there are no issues doing that, they just cannot exist on the same page.
 Replied 01 Dec 2017  08:48:38 
   01 Dec 2017  08:48:38 David Woolley replied: 
  Hi Teodor
I know you suggested starting from scratch when converting from Data Bindings to App Connect, but I'm trying it out on a page where I used the DMXzone Mailer in conjunction with Server Connect & App Connect as in your video:
www.dmxzone.com/go/32482/sending-form-data-to-email
I removed all links to the DataBindings javascript files in the Head:
<script type="text/javascript" src="ScriptLibrary/dmxDataBindings.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataSet.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataBrowser.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataFilters.js"></script>
and all data bindings on the page.
Now I'm getting an error message whenever I change anything on the page:
"HTML5 Data Bindings should be loaded before dmxServerAction.js"
 
  I know you suggested starting from scratch when converting from Data Bindings to App Connect, but I'm trying it out on a page where I used the DMXzone Mailer in conjunction with Server Connect & App Connect as in your video:
www.dmxzone.com/go/32482/sending-form-data-to-email
I removed all links to the DataBindings javascript files in the Head:
<script type="text/javascript" src="ScriptLibrary/dmxDataBindings.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataSet.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataBrowser.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataFilters.js"></script>
and all data bindings on the page.
Now I'm getting an error message whenever I change anything on the page:
"HTML5 Data Bindings should be loaded before dmxServerAction.js"
 Replied 10 Sep 2018  14:30:52 
   10 Sep 2018  14:30:52 Michael Zucker replied: 
  Did you get a resolution to this HTML5 Data Bindings should be loaded before dmxServerAction.js issue? 
   Replied 10 Sep 2018  14:56:00 
   10 Sep 2018  14:56:00 David Woolley replied: 
  Yes - the line below should be removed from the <head> as well:
<script type="text/javascript" src="ScriptLibrary/dmxServerAction.js"></script>
Cheers
Dave
  <script type="text/javascript" src="ScriptLibrary/dmxServerAction.js"></script>
Cheers
Dave
 Replied 10 Sep 2018  15:59:05 
   10 Sep 2018  15:59:05 Michael Zucker replied: 
  AWESOME!  Thanks!  Worked... 
  
