An adaptation of the collections framework, reflection and object cloning from J2SE to J2ME

  • Authors:
  • Tales P. Nogueira;Luis C. L. Neto;Lincoln S. Rocha;Rossana M. C. Andrade

  • Affiliations:
  • Universidade Federal do Ceará - UFC, Fortaleza, Ceará, Brazil;Universidade Federal do Ceará - UFC, Fortaleza, Ceará, Brazil;Universidade Federal do Ceará - UFC, Fortaleza, Ceará, Brazil;Universidade Federal do Ceará - UFC, Fortaleza, Ceará, Brazil

  • Venue:
  • Proceedings of the 2008 ACM symposium on Applied computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The jargon used by Sun Microsystems related to the Java technology "write once, run anywhere" does not match the reality when it comes to devices with distinct memory and processing capability as can be evidenced by software engineers in migration projects between J2SE and J2ME platforms. This work proposes a solution on how to port conventional desktop-tailored codes to less capable mobile devices, achieving the same results, with comparative examples that use the Collections framework classes, and the object cloning and reflection resources. Moreover, this paper shows a case study where the proposed process is applied.