Advantage and Disadvantage of J2ME?

ぐ巨炮叔叔 提交于 2019-12-11 06:27:33

问题


I would like a list of advantages/disadvantages of J2ME, mainly MIDP. I figured that this would be the best place to ask since there seems to be a wealth of knowledge in this forum. Currently I have the following advantages in J2ME.,

* Rich Clients
* Offline use
* Consistency of applications across platforms
* Reuse of existing code base

I don't really have a list of disadvantages although I am sure that there are plenty. Any views on either advantages/disadvantages[ie., Limitations of J2ME] would be welcome.

Thanks in advance, Tilsan the Fighter..


回答1:


Noone of them. Main disadvantage is paranoidal security model. For instance read here.




回答2:


We cannot able to access the database directly.For database we should connect to intermediate.From that intermediate we should access the database.From that intermediate the result is return the j2me.Here the intermediate is any one of the following such as servlet,etc.




回答3:


As barmaley said and the link given. LWUIT allows you to create really nice J2ME apps, but really, J2ME is in it's death throws. Unless you have a specific requirement to use J2ME now, you'd be better off targeting Android.



来源:https://stackoverflow.com/questions/3986250/advantage-and-disadvantage-of-j2me

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!