I have my webapp written in extjs 4 and I am using apache-tomcat as server and java as backend implementation.I am not using sencha cmd till now. I am calling extjs library in index.html like below
<link rel="stylesheet" href="/css/ext-all.css" />
<script type="text/javascript" src="/js/ext-4.0.7/ext-all.js" > </script>
I have a few doubts.
1. Can I just replace extjs 4 with extjs 6 lib files in index.html for upgrading?
2.Since I am not using sencha cmd, Is it possible to use the tookits feature(tomcat as server) while calling from index.html even if it means rewriting from scratch(without sencha cmd though)?
- If i use sencha cmd,is it possible to deploy the app in tomcat server and call the bootstrap.js from index.html?