• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please provide urls for iphone simulator to download for windows xp

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am planning develop one small application, using wml, strtus and Tomcat6.0. Would like to test in Iphone.
I am using windows xp computer.

Please recommend any sample codes and iphone simulators.

Thanks in advance.

Regards
Kris

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are none. Only on a Mac.

Also, based on the technology you are using it isn't an iPhone app, but instead a web app that you want to view on an iPhone. Even the Mac's emulator doesn't work that way. Or maybe it can, but I doubt it.

Mark
 
Chris Da
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark,

Thank you very much for your response.

I understood that iPhone doesn't support wml. Now I am using mac OS.
Can you suggest me what are the technologies, I can use for my application.

I mean HTML, Servlets or any dynamic pages we can use?

Thanks in advance for your time.

Regards
Kris
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kris,
If you are developing a web application then then it is not necessary for you to use mac OS. Your web application will deployed in a server which may or may not be a mac machine. You can use any technology of your choice which you will use to develop a web application. However you should not use WML and Flash component as these are not supported in iPhone. To test you iPhone web application, open a safari brouser and then go to www.testiphone.com. It gives a near real experience. However if you have iPhone then you can deploy in the server and test it from the iPhone device itself.
 
Chris Da
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much Shahnawaz Shakil for your information.

Know I am using JSP with Sturts/Servlets for my Mobile web application.
Can it support in all mobiles other than IPhone?
If not support, what would be alternative?

Please suggest me.

Thanks and Regards
Kris
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kris Dara wrote:Thank you very much Shahnawaz Shakil for your information.

Know I am using JSP with Sturts/Servlets for my Mobile web application.
Can it support in all mobiles other than IPhone?
If not support, what would be alternative?

Please suggest me.

Thanks and Regards
Kris



Are you building a Web App or are you building an iPhone App. Both are completely different. an iPhone App is only written in Objective-C on a mac with the SDK and their tools.

If you are building a Web App, it can be viewed on the iPhone, but through the browser, so you probably want to make the pages to look good on the iPhone then you have to write pages geared for the iPhone, meaning small and big sized fonts so you can see it. You can make them normal size, but the user will have to zoom in and most web pages just are tough to read on a mobile device. For Web apps Flash is not supported so you can't use Flash.

There was some Web apps that people wrote that look nice on an iPhone, but you have to Google to find out how to create those. Those were the apps that were created before Apple created and release the iPhone SDK

Mark

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

You can download the Windows Iphone Simulator using below Link:

http://kanebt.wordpress.com/iphonebt-an-iphone-emulator-simulator-for-windows/



Thanks,
Mishal Shah
 
Their achilles heel is the noogie! Give them noogies tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic