a client wants to "modernize" a 5 year old web/html-based Blackberry "application". The application allows field service technicians and franchisees to inquire on warranty and service status. Currently they use very simple php/html pages.
Application seems slow, especially on repeated inquiries which require constant reload. Blackberry/Java seems to be obvious choice, but client seems to think that development and maintainace is expensive, which I suppose is true because this skill is not very common around here.
I am thinking of maybe loading all pages in a single initial load and use a javascript hide/show type technique to reveal pages as user requests them, and using ajax to populate/update data.
They want to target javascript enabled Blackberry devices (OS 4.5 and later). I know that issues and limitations with css and js on early browsers. i would like to hear other people's experiences.
I know jQuery so that would be obvious choice, but it is pretty fat for wireless. Is there a better toolkit for this purpose - I found the iqTouch site, but that was not Blackberry specific. Any sites with examples that I can harvest?