Re: Are ASP and J2ME compatible.
Posted By:
Gagan_Diwan
Posted On:
Tuesday, May 20, 2003 05:02 AM
J2me supports HTTP Get/POST protocol,You can use j2me in your project follow this article http://wireless.java.sun.com/midp/articles/servlets/
its for servlets but you can use same technique for ASP pages. If you are more in microsoft stuff then Other altenative is to use C# or AsP.net mobile tool kit get it from microsoft or use Appforge Mobile VB http://www.mobilevb.com/.
Re: Are ASP and J2ME compatible.
Posted By:
Adrian_K
Posted On:
Friday, May 16, 2003 12:33 PM
It depends on the functionality of your project...if the modules are intercomunicated by XML (SOAP i.e) UDDI..or simply they interchange data using http get/post you wouldn't get problems....otherwise...if the modules that you are planing to develop are very coupled, and there is a need to share session or application variables for example...I will suggestyou that you may shift everything to java....