Wednesday, June 9, 2010

Automated testing for Java phones: http://webcast-west.sun.com/interactive/10A12537/index.html The framework makes it easy to create Java phone client and Java server skeleton that will run tests, either automated with no user interaction, or interactive. Typically client code will connect to a server and do some stuff, then do something with the result - and this can be verified. Logging for Java phones:
  1. microlog - http://blogs.sun.com/mobility_techtips/entry/powerful_logging_in_java_me
  2. your own log implementation - http://blogs.sun.com/mobility_techtips/entry/simple_strategy_for_logging_and
  3. another option (used by us so far) is http://www.j2mepolish.org/cms/leftsection/documentation/building/preprocessing/directives.html#preprocessing-debug
A funny thing about iPhone v.3: For Basic HTTP authentication over a secure connection (HTTPS), Safari on iPhone displays: Secure Connection. Username: ... Password: ... (It misses to display the realm name - usually the name of the service you are authenticating to)

No comments: