
Since the limitation of the Midp, for example we can only run one Midlet at one time, I put a lot effect to fulfill the multi-applications. I will talk more details of Midp and Midlet later.
Web Services is also employed to be the communication protocol from this release! It's easy to generate WS mobile client using WSDL. All the sending and receiving between server and clients are done by WS. Instead of converting XML to objects by using KXml, which is I did in previous versions, WS takes care of the work. All I need to do is making and maintaining good WSDLs.
It is also good that I can apply a lot of knowleages I learned from my master's courses.
No comments:
Post a Comment