Jump to content

New app opinions

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
civilized

civilized

    Newbie

  • Members
  • Pip
  • 1 posts
I'm trying to create an app that is accessible online through a browser and also when a user's offline. This app does a lot of math and displays results graphically (e.g. graphs, tables, figures, etc). What would the best way to do it? Java applet? Flash? What's the offline version of gmail written in? Anyone can offer some opinions here? Thanks in advance.

#2
ZekeDragon

ZekeDragon

    Writes binary right handed and hex left handed

  • Moderators
  • 2,103 posts
Well a Java Applet is perfect for an online solution, but for offline you'd need to have something stored on the users computer. You could have a Java Web Start program, that gives the user an option to download the program itself (shouldn't require any recoding) and can then be ran locally.
Wow I changed my sig!

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Google Web Toolkit - Google Code
Specifically: Examples - Google Web Toolkit - Google Code

With the Google Web Toolkit you can create advanced online applications like gmail and then have an offline mode using Gears. Google Web Toolkit Blog: GWT Gears Up