Networking-related Classes in J2SE
I tested the following networking- and I/O-related J2SE classes in SavaJe:
- ServerSocket: It properly instantiates new server sockets, listens for requests and creates Sockets reliably.
- Socket: Socket also works fine. I did not detect any problems by calling its various methods.
- Input and Output Streams: I tried various input and output streams such as FilterInputStream, BufferedOutputStream, and BufferedOutputStream. I found all read/write operations worked fine.
- File: I experienced no problem in opening files and creating File type objects.
Networking- and I/O-related classes are very reliable in SavaJe. I also tested multiple applications to run simultaneously on SavaJe and found that SavaJe has no problem with multitasking.
Deployment RecommendationsThe virtual mode in SavaJe is very reliable. If you have a Java application that you want your customers to use on SavaJe, just ask yourself one question: Will the users of my application like be willing to use the scroll buttons to navigate the device window across the application GUI? If the answer is yes, then you can go ahead and target your app for SavaJe devices.
But if your answer is no and you think users will not be inclined to use the virtual mode, you may want to rethink. The normal screen mode is not bad but there are plenty of situations that will flummox it. If you have more than seven menus on the application's menu bar, you can forget using normal mode unless you redesign the application.
Apart from this, the networking- and I/O-related classes of SavaJe work perfectly and are very reliable. Moreover the performance (execution speed) of all programs that I tried was very good; comparable to what normal PC users are accustomed.