Reputation: 723
The company I am working for is planning for a technology transformation. We are currently using Flex 4.5 for our front-end development and php for the database interaction with MySQL as our database. We are using LCCS for our push requirements. As we know that Adobe is planning to stop support for LCCS late this year and hence it will be a problem for us in the near future. Definitely HTML/js will be our best choice and HTML5 is seen as future.
When searched on the net for this transformation, there seem to be numerous amount of framework for javascript. Here are few elements we be interested in:
Any pointers / experiences will be of a great help!
Thanks,
Anji
Upvotes: 1
Views: 282
Reputation: 20155
You can try ExtJs which would be the closest thing that looks like Flex in javascript , or SproutCore. Now dont expect js developpement to be as smooth as flex developpement ,no IDE , no real GUI builder ( though extJs has one ) , and you'll have to re-invent a lot of things before actually starting to build something. extJs is not free , but it should not be a problem since you might have paid for Flex. oh , and no AMF of course between javascript and php , good luck.
Upvotes: 1