I've developped a GWT app which runs fine. Now a special version for the iPhone of my website is needed. So far i know gwt runs well on the iPhone. But i have a problem.
On the Desktop-Page the user has the full functionality of my webapp. But on the iPhone he should only be able to use certain functions due to simpler navigation. Both pages use the same business logic on the server. Only the view is different. I thought of this approach: If the user comes from a desktop my initial servlet will dispatch him to the desktop version of my site If the user comes from an iphon my initial servlet will dispatch him to the iphone page The problem: i do not want to combine the iphone version and the desktop version since then the user would have to load both apps although he would only use one part at a time. Therefore i want to split up both parts. What is the best approach for this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---