Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
"Build Database-Powered Mobile Applications on the Java Platform"
Michael J. Yuan and Ju Long
Why a JSP-based communication layer?
Michael and Ju,
In the article's architecture, why did you use JSP (JavaServer Pages) as the communication layer? I think a servlet is a more suitable option. According to what I know about JSP and servlets, JSP is best when you actually have to display something, and servlets play a good role when you want to do some sort of communication only, like object streams.
Ghulam
Wireless Java
"Data Security in Mobile Java Applications"
Michael Juntao Yuan
Where does SIM fit in?
Michael,
I feel that you failed to mention one of the most important factors of the security modules for future mobile devices: SIM (Subscriber Identity Module), which has its roots in security and authentication. Modern SIMs have RSA (Rivest, Shamir, Adelman) accelerators making PKI (public key infrastructure) possible and secure on these devices. The interface between the mobile device and SIM can be extended to include J2ME (Java 2 Platform, Micro Edition) requirements (which I believe is part of what JSR (Java Specification Request) 177 is all about). Not adding this information to the article was quite a serious omission.
Eric
I actually exchanged emails with someone who claimed they were close to the JSR 177 workgroup. The group planned to issue a community release in Q1 this year, a deadline they already missed.
I should follow up a bit. I am currently contracting with an aggressive mobile operator in mobile commerce, which gave me the opportunity to meet with some handset manufacturers and SIM vendors who committed to push this hard. Alas, the results aren't there yet.
I notice that Microsoft is using this opportunity and is working on a similar SIM-based solution, something which J2ME is in a favorable position to address since Java Card could provide what SIM needs and most SIM vendors have a Java Card product.