Hi
I have developed an application it has 2 parts. 1 in JSP/Servlets running on the webserver and the other in P
Java running on the mobile phone. The P java application running on the mobile phone is used to access the files of the mobile phone and send/upload data to the server. While the JSP/Servlet application performs other functions such as data display etc. The JSP/Servelet application can be viewed on the phone using the borwser of the phone.
Now i want to communicate between these applications. That is want to open up and run the p Java application from the browser and browser from the p java application. The point is i want to integrate these 2. If its not possible can some one suggest any other Java Api which enables this. The point is i need to have a webserver and a local mobile java application at the same time.
regards