3

Is there any code converter available for converting code for extjs4 to sencha-touch?

I am trying to put my efforts by reviewing docs. But I am getting stuck at many points. Please let me know if anybody is having any idea.

durron597
  • 31,968
  • 17
  • 99
  • 158
Curious_k.shree
  • 990
  • 2
  • 18
  • 37

2 Answers2

1

Currently, there is no such tool available for such code migration. Please refer following links for more details -

Sencha Touch and ExtJS

http://www.sencha.com/forum/showthread.php?150710-Migrating-ExtJS-app-to-Sencha-touch-2.0

Community
  • 1
  • 1
Avinash T.
  • 2,280
  • 2
  • 16
  • 23
1

There is no code converter because there is no 1 on 1 conversion possible. At best you can reuse models, stores an possibly controllers (if they are written loose-coupled from the views). Views will always be different.

http://www.sencha.com/forum/showthread.php?122534-ExtJS-4-Sencha-Touch

VDP
  • 6,340
  • 4
  • 31
  • 53