-
Recent Posts
Categories
TechFerry Links
Archives
Tag Cloud
Annotation Tutorial AoT Ext-js grid with remote sort Ext-js Panel ExtJS Ext JS Deployment ExtJS grid and hibernate ExtJS grid panel Fast growing companies Fast Growth growth analytics. Hibernate annotations HTML Content via Ajax IoT JPA and JAXB Annotations jUnit Annotations Mobile Application Performance Improvement RIA Rich Internet Applications Sales Analytics Sencha SDK Tools Sencha Touch Spring Annotations Spring MVC Annotations Techferry UsabilitySite Posts Calendar
May 2022 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Category Archives: Ext-JS Sench Touch
Are product user-guides a history now?
Who taught us how to use facebook? In fact, who taught our parents on how to use facebook? Where is the user-guide on how to search on google? Your customers who use facebook and google almost daily – will they … Continue reading
Posted in Ext-JS Sench Touch
Tagged ExtJS, RIA, Rich Internet Applications, Usability
Comments Off on Are product user-guides a history now?
Sencha Touch Performance Improvement Tips
A website designed for desktop browsers can take up to 40 seconds to load on mobile devices. Your Sencha Touch application if not built and deployed properly may take more than a minute to load – a far cry from … Continue reading
Posted in Ext-JS Sench Touch
Tagged Mobile Application, Performance Improvement, Sencha Touch
Leave a comment
ExtJS grid panel with remote sorting and pagination using Hibernate
This blog post talks about setting up ExtJS grid panel for remote sorting and pagination at server side. For our example below we are using JEE technologies like Hibernate for server side sorting and pagination. We are using Jersey to … Continue reading
Ext-js Deployment – Sencha SDK Tools Correct Usage
If you are new to Ext-JS applications deployment and if you are using Sencha SDK tools, there are a number of things that you need to do correctly to produce correct jsb3 and app-all.js and all-classes.js files. This blog lists … Continue reading
Ext JS Panel Content – fetch HTML via Ajax
How to fetch Ext JS Panel’s content HTML from Server using Ajax? Sometimes, you may want to populate an Ext-JS Panel with HTML content generated at server side (using JSP, PHP or any other server side view technology). This enables … Continue reading