Don't sweat massimo , we are talking about source build of qooxdoo's
application! :D

You should give qooxdoo a try , it is quite innovative . First
learning curve is steep for starters with Java Style programming but
later it getting so well and i am getting addicted now.

Only problem at web2py side is all web2py can do is generate JSON
output . If someone have good enough time to experiment with Web2py's
view and templating sytem , so it can integrate with qooxdoo , will
give totally responsive application style UIs . I  can now do powerful
UIs using  qooxdoo coz i do not need HTML CSS , JQuery and JQueryUI
plus Graphic Design .all foucsing on two language : Python and Qooxdoo
 .


But one problem is only 30% of COMMON Web2py features are can be used
( DAL,CRUD , Auth, and JSON RPC) , all others are not relevant coz
View part of web2py cannot be use. No Templating , no HTML Helpers ,
No Forms , no web2py_ajax.

If we can use template system inside JS file it would be good like eg
in qx_ui.js : var dbname= {{=db_name}} ; url={{=URL(r=request,.. , ..
etc)}}

and another problem is with Qxdoo being totally Ajax , i want to do
asynchronus with web2py, but web2py is WSGI focused. What can i do to
use asynchronus IO ?




On 9/17/11, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote:
> I am lost, are you referring to web2py source or something else? Can
> you explain better what is slow?
>
> On Sep 16, 9:35 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>> Yeah thanks to u i get it working :)
>>
>> Source version is not worth it , it loads so slow and it is slow.
>>
>> On 9/15/11, Alexei Vinidiktov <alexei.vinidik...@gmail.com> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > I think it's all you need to do.
>>
>> > I created the default type of application.
>>
>> > I don't think I had to adjust anything inside config.json.
>>
>> > Only the build version of the app seems to work with web2py. The source
>> > one
>> > doesn't, at least without modifications.
>>
>> > I think there is a way to make the source version work with web2py, but
>> > I
>> > haven't tried it myself yet.
>>
>> > On Thu, Sep 15, 2011 at 3:41 PM, Phyo Arkar
>> > <phyo.arkarl...@gmail.com>wrote:
>>
>> >> Thanks alot!
>>
>> >> thats all you need? anything need to adjust at qxdoo application ?
>> >> inside config.json etc?
>>
>> >> what application type created in qxdoo ? default?
>>
>> >> On 9/15/11, Alexei Vinidiktov <alexei.vinidik...@gmail.com> wrote:
>> >> > Here is what I have in default/index.html view of Phonetizer:
>>
>> >> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "
>> >> >http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
>> >> > <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
>> >> > <head>
>> >> > <base
>> >> > href="{{="http://www.phonetizer.com
>> >> "+URL(r=request,c='static',f='phonetizer/build/')}}"
>> >> > />
>> >> >   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
>> >> > />
>> >> >   <title>Add phonetic transcription to any English text with
>> >> > Phonetizer</title>
>>
>> >> >   <link rel="shortcut icon" href="resource/phonetizer/favicon.ico">
>>
>> >> >   <script type="text/javascript"
>>
>> >> src="{{=URL(r=request,c='static',f='phonetizer/build/script/phonetizer.js')
>> >> }}"></script>
>>
>> >> > </head>
>> >> > <body>
>>
>> >> > </body>
>> >> > </html>
>>
>> >> > On Thu, Sep 15, 2011 at 6:41 AM, Phyo Arkar <phyo.arkarl...@gmail.com
>> >> >wrote:
>>
>> >> >> i.body is null
>> >> >>http://localhost:8080/sExtract/static/ft/script/ft_ui.js
>> >> >> Line 3816
>>
>> >> >> exact error.
>>
>> >> >> Can you show me how u call it in ur example?
>>
>> >> >> On 9/15/11, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>> >> >> > i manage to build a Qooxdoo , only ui and i am quite impressed by
>> >> >> > its
>> >> >> > power.
>>
>> >> >> > But when i put inside web2py , it dont load at all  what did i do
>> >> wrong?
>>
>> >> >> > in controller: /sExtract/default/ft
>>
>> >> >> > def fasttract():
>> >> >> >       return dict(test="ok")
>>
>> >> >> > in view:
>>
>> >> >> > <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
>> >> >> > <head>
>> >> >> >   <meta http-equiv="Content-Type" content="text/html;
>> >> >> > charset=utf-8"
>> >> />
>> >> >> >   <title>FastTract1.0</title>
>> >> >> >   <script type="text/javascript"
>> >> >> > src="/sExtract/static/ft/script/ft_ui.js"></script>
>> >> >> > </head>
>> >> >> > <body></body>
>> >> >> > </html>
>>
>> >> >> > Error on firebug is :
>>
>> >> >> > ERROR: .body is null
>>
>> >> qx.bom.Document.isStandardMode(...ement.clientWidth:i.body.clientWidth;
>> >> >> > HELP!!!
>>
>> >> >> > On 9/12/11, Alexei Vinidiktov <alexei.vinidik...@gmail.com> wrote:
>> >> >> >> I'm afraid it really does have a minimum of 600 KB.
>>
>> >> >> >> It's compiled with build.
>>
>> >> >> >> Too bad the server the app is hosted on is so unreliable.
>>
>> >> >> >> On Sun, Sep 11, 2011 at 11:16 PM, Phyo Arkar
>> >> >> >> <phyo.arkarl...@gmail.com>wrote:
>>
>> >> >> >>> that never runs , giving me error in json response , too bad.
>>
>> >> >> >>> And the javascript alone really have 600KB ? is that compiled
>> >> >> >>> with
>> >> >> >>> source-all ?
>>
>> >> >> >>> On 9/11/11, Alexei Vinidiktov <alexei.vinidik...@gmail.com>
>> >> >> >>> wrote:
>> >> >> >>> > You are right about the CAPTCHA. The reason I'm not using it
>> >> >> >>> > is
>> >> that
>> >> >> >>> > at
>> >> >> >>> the
>> >> >> >>> > moment the site is only a playground where I'm getting
>> >> >> >>> > familiar
>> >> with
>> >> >> >>> web2py
>> >> >> >>> > and qooxdoo and testing things out.
>>
>> >> >> >>> > Please try again. Registration should work this time.
>>
>> >> >> >>> > On Sun, Sep 11, 2011 at 7:20 PM, Phyo Arkar <
>> >> >> phyo.arkarl...@gmail.com
>> >> >> >>> >wrote:
>>
>> >> >> >>> >> That page should have a CAPCHA .  spambots will like to spam
>> >> >> >>> >> registration it till your mailserver down with registrations.
>>
>> >> >> >>> >> One thing i am liking about qooxdoo is that really eliminate
>> >> >> >>> >> HTML
>> >> >> CSS
>> >> >> >>> >> and Graphics skills
>> >> >> >>> >> needed to develop a desktop like web-app easily. Normally
>> >> desiging
>> >> >> >>> >> web2py app needs all those skills.
>>
>> >> >> >>> >> I am good at linux , system engineering and python + js not
>> >> >> >>> >> at
>> >> >> >>> >> those
>> >> >> >>> >> art skills so i believes good intergration of qooxdoo with
>> >> >> >>> >> web2py
>> >> >> >>> >> will
>> >> >> >>> >> be perfect.
>>
>> >> >> >>> >> On 9/11/11, Alexei Vinidiktov <alexei.vinidik...@gmail.com>
>> >> wrote:
>> >> >> >>> >> > Oops, sorry. I'll see if I can fix it. It's been a long
>> >> >> >>> >> > time
>> >> >> >>> >> > since
>> >> >> >>> >> > I
>> >> >> >>> >> touched
>> >> >> >>> >> > the app last.
>>
>> >> >> >>> >> > On Sun, Sep 11, 2011 at 7:05 PM, Phyo Arkar
>> >> >> >>> >> > <phyo.arkarl...@gmail.com
>> >> >> >>> >> >wrote:
>>
>> >> >> >>> >> >> AH sorry i write this post before read the previous post.
>>
>> >> >> >>> >> >> Yeah as it seems all view code needs to go into Qooxdoo ,
>> >> >> >>> >> >> and
>> >> >> >>> >> >> web2py
>> >> >> >>> >> >> as Json RPC only. hmm.. so half of web2py potential will
>> >> >> >>> >> >> only
>> >> be
>> >> >> >>> used,
>>
>> >> >> >>> >> >> pyjamas todo tutorial i cannot register at all , ur mail
>> >> sender
>> >> >> >>> >> >> seems
>> >> >> >>> >> >> to be down. it saids unable to send email.
>>
>> >> >> >>> >> >> On 9/11/11, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>> >> >> >>> >> >> > Anyone have experience with qooxdoo?
>>
>> >> >> >>> >> >> > It seems that only way web2py applicable with QooXDoo is
>> >> >> >>> >> >> > as
>> >> a
>> >> >> >>> >> >> > JSON-RPC
>> >> >> >>> >> >> > Server. Whole view logic will be  only in Qooxdoo ,
>> >> >> >>> >> >> > cannot
>> >> use
>> >> >> >>> >> >> > any
>> >> >> >>> >> >> > Template langauge of web2py i guess.
>>
>> >> >> >>> >> >> > If anyone have any expeirence , enlighten me.
>>
>> >> >> >>> >> >> > On 9/11/11, Phyo Arkar <phyo.arkarl...@gmail.com> wrote:
>> >> >> >>> >> >> >> Anyone have a working tutorial for web2py MVC and
>> >> >> >>> >> >> >> Qooxdoo
>> >> >> >>> >> >> >> ?
>>
>> >> >> >>> >> >> >> I am wondering how to use Web2py's response.view
>> >> >> >>> >> >> >> template
>> >> >> >>> >> >> >> code
>> >> >> >>> >> >> >> inside
>> >> >> >>> >> >> >> JS files coz Qooxdoo's class definations are in JS file
>> >> >> >>> >> >> >> .
>> >> >> >>> >> >> >> Somthing
>> >> >> >>> i
>> >> >> >>> >> >> >> haven't tried.
>>
>> >> >> >>> >> > --
>> >> >> >>> >> > Alexei Vinidiktov
>>
>> >> >> >>> > --
>> >> >> >>> > Alexei Vinidiktov
>>
>> >> >> >> --
>> >> >> >> Alexei Vinidiktov
>>
>> >> > --
>> >> > Alexei Vinidiktov
>>
>> > --
>> > Alexei Vinidiktov

Reply via email to