K
knurgb
Hi,
I would like to provide my implementation of some api on j2me that is
complient with MIDP 2.0. The functionality of this api is provided as
a library. My problem is about communication of the java and the
library. I see two solutions:
1. Deploy my library as a service and implement communication with
java via the sockets
2. Recompile jvm in order to add my api and link directly to the
library.
Personally I think that solution 2 is the proper one. Especially if
the goal is to implement some standard api and expect that application
written according to this api will work on any mobile device where my
api is deployed.
Thanks in advance,
Grzegorz
I would like to provide my implementation of some api on j2me that is
complient with MIDP 2.0. The functionality of this api is provided as
a library. My problem is about communication of the java and the
library. I see two solutions:
1. Deploy my library as a service and implement communication with
java via the sockets
2. Recompile jvm in order to add my api and link directly to the
library.
Personally I think that solution 2 is the proper one. Especially if
the goal is to implement some standard api and expect that application
written according to this api will work on any mobile device where my
api is deployed.
Thanks in advance,
Grzegorz