Items we found so far:
- we use both socket and http communication. Both need to be rewritten to use the microedition Connector. So far the changes are small, but we will need to keep different classes for Java ME and SE versions
- we use gzip, in the SE version java.util.GZIPInputstream which is not included i Java ME
- enums is a big problem, looks like we will have to convert those used to old-fashioned int and classes with constant definitions.
- minor problems like String.split() (no such method in JME, and no StringTokenizer either) needs to be solved.
No comments:
Post a Comment