Too bad the article you refer to does not mention web2py which is the
ONLY development environment that allows you to write code that runs
on the iPhone and on Google App Engine without modifications.
This is the web2py folder structure
\web2py
README
LICENSE
TODO
Makefile # make all and make app
web2py.py # the startup script (*)
parameters.py # created at startup
admin.w2p # the admin app (*)
examples.w2p # examples and documentation app
(*)
welcome.w2p # the welcome app (entry point) (*)
\gluon # the core libraries (*)
\deposit # used for zip and install apps
wsgihandler.py # to use Gluon with mod_wsgi
\docs # in progress documentation
\applications # are the apps
\welcome # application welcome, for example
\models <--- table definitions
\views <---- the HTML with embedded code go
here
\controllers <--- business logic of your
applicaiton
\static <------ the static flies (HTML, JS,
CSS go here)
\sessions
\errors
\cache
\uploads
\modules
\cron
\tests
On Jun 28, 10:52 pm, gluegl <[email protected]> wrote:
> Thanks!!
> Here is the reason why I am asking... where CSS / HTML5 / JS files are
> place within Web2Py framework.
>
> It is now possible to build outstanding and fully functional iPhone
> applications that take full advantage of all native iPhone ObjectiveC
> calls.
>
> =======================================================
> python-to-javascripthttp://pyjs.org
> Compiler with an AJAX Web Widget set, for creating python
> desktop-like applications that run in all major web browsers.
>
> =======================================================
> Connecting iPhone to
> GAEhttp://www.ibm.com/developerworks/library/wa-aj-iphone/?S_TACT=105AGX...
> ========================================================
> ******** PhoneGAP ************ (Awesome)
> for developers who wants to build mobile applications in HTML and
> JavaScript while still taking advantage of the core features in the
> iPhone, Android and Blackberry SDKs.
> PhoneGap iPhone Javascript API (JS -
> ObjectiveC)http://phonegap.pbworks.com/JavaScript-API
> PhoneGap JS SQLite
> supporthttp://phonegap.pbworks.com/sqlite-databases-in-webkit
> • JavaScript Tips and Tricks
> • Supported Fonts for the iPhone
> • Using PhoneGap as xCode Template (for Objective-C applications)
> • PhoneGap-compatible Javascript frameworks:
> ◦ iUI - make iPhone-feeling interfaces
> ◦ xUI - slimmed down jQuery work-alike
> ◦ Magic Framework - make fast and smooth iPhone-feeling apps with
> native-feeling widgets, lists, etc. Also provides an easy HTML5 db
> storage interface.
> ◦ JQTouch - JQuery Plugin for Making iPhone-like
> appshttp://www.jqtouch.com/
>
> A jQuery plugin with native animations, auto list navigation, and
> default application styles for Mobile WebKit browsers like iPhone, G1,
> and Pre.
>
> ◦ The Dojo Toolkit - Flexible and extensible JavaScript framework
>
> ============================================================================
> Other Python - JS linkshttp://code.google.com/p/python-spidermonkey/
>
> This Python module allows for the implementation of Javascript?
> classes, objects and functions in Python, as well as the evaluation
> and calling of Javascript scripts and functions.
>
> ----------------------------------------------------------------------------------------------------------------------------------
>
> On Jun 27, 8:05 pm, mdipierro <[email protected]> wrote:
>
> > Not sure what do you mean using only HTML / CSS/ JS?
>
> > perhaps this will help:http://www.web2py.com/AlterEgo/default/show/110
>
> > Massimo
>
> > On Jun 27, 6:35 pm, gluegl <[email protected]> wrote:
>
> > > Any Web2Py GAE site sample code (using only HTML / CSS / JS)?
>
> > > THANKS in advance,
> > > -G
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---