We have a web application written using J2EE stack. This web app shows list of doctors (photos and information) and the member can browse the doctors from the page. Since we already have the business logic and services already written in Java, how can we reuse these and make this web application available to the end users on iPhone ?
How do design the UI for iphone, what are the hardware and software requirements. Can this be done on windows ?
How can the UI communicate to the Java services which can return the list of available doctors ?