• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Browser Mobile Communication

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic