It's not a secret anymore!
The moose likes iOS and the fly likes Web app running on ipad using local db Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » iOS
Reply Bookmark "Web app running on ipad using local db" Watch "Web app running on ipad using local db" New topic
Author

Web app running on ipad using local db

Nandan Jain
Ranch Hand

Joined: Feb 14, 2006
Posts: 44
Hi,
I want to develop an application for my client which would run on ipad. Since i dont have mac and i dont know ios programming, i can develop app which runs on safari. I need to fetch data from data base because client want to author data. If i keep data base on server then there are performance issues (slow loading of images). Os there a way to keep data base locally on ipad and read it in web app running on safari?

Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

Web apps don't "run in Safari", or any other browser, they run on the server.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Nandan Jain
Ranch Hand

Joined: Feb 14, 2006
Posts: 44
Sorry. I mean my web app is hosted on server and runs on safari browser.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

The database must be located on the net.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Web app running on ipad using local db
 
Similar Threads
iPad
Existing JEE web app - acces over iPad
ipad and ios
Which style of webservice to use for heavy file load?
JDBC platform independent ?? HOW??