-
Sencha User
-
You can integrate Ext with any back end language. Your topic is really too broad to answer here, I suggest you check out the learn section: http://extjs.com/learn
-
Ext User
As Evant noted, you can use any back end language.
Briefly, Ext only requires two things from a back end server:
- a page where javascript must to live (tipically an HTML page generated with what you want)
- a communication way to the server (an entry point) to make calls and retrieve results in JSON format, in XML format, in DWR? format, in SOAP format...These entry points are URLs. What is behind that URL, Ext is agnostic.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules