Click to See Complete Forum and Search --> : Please help.............with H4150


zrekha
08-01-2004, 11:33 PM
We have developed an application on web using JSP and servlets and we wanted to put that on PDA got -ipaq H 4150.
What I want is that any specifications regarding using of font size, font style or for that matter anything which we should consider while making changes to the web application so that it runs on Windows CE-PocketPC.

Do you think its better to develop seperate application for the PDA or its ok to use the current web application.
We are new to PDA so not sure what is best.

All suggestions are welcome

AnswerDude
08-02-2004, 08:50 AM
It's really depending on how complex the end-user pages are. Pocket Internet Explorer has some limitation comparing to desktop version, this whitepaper should give you some ideas;
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k/html/ppc_dev.asp

If the pages require more advanced features, you may need to reply on 3rd party browser such as Netfront;
http://www.access-us-inc.com/Prod_NetFront_nf_ppc.html

And if the pages requires a lot of dynamic realtime contents, you are better off with stand alone application.

zrekha
08-09-2004, 05:41 AM
Thanks for the help