QooxDoo frontend

11 posts / 0 new
Last post
joshkam
Offline
Joined: 11/20/2009
QooxDoo frontend

On on of the posts, i found the mention of Qooxdoo front end. Nothing much has been said about it yet. Qooxdoo is a great ajax framework and i would be very interested in seeing it as one of the presentation options for jspresso. I wanted to ask , is it fully supported in 3.0.1-SNAPSHOT, is it a replacement for wings? and lastly, how do i generate and launch the qooxdoo frontend?

<i hope there is no limit on the number of questions that i can ask here because i seem to have many .>

aol
Offline
Joined: 09/25/2009
Josh,   i use a

Josh,

 

i use a 3.0.1-snapshot and all qooxdoo things are generated automatically try

http://localhost:8080/<yourapp>/qooxdoo

http://localhost:8080/<yourapp>/wings

http://localhost:8080/<yourapp>/flex

FYI, all gui channeld Wings, Flex, QooxDoo and ULC are geenerated automatically wilout even a line of code!

 

Regards,

Andrey

joshkam
Offline
Joined: 11/20/2009
Thanks Andrey. I will try it

Thanks Andrey. I will try it out.

 

regards.

cvieira
Offline
Joined: 04/24/2009
Hi, i'm trying to launch

Hi, i'm trying to launch hrsample as QooxDoo, but the page stays empty... the login window does not appear... with wings i can login and view the toolbar, but no more than that... no matter what option i click on the menu, only the toolba is presented to me... the only channel working fine is Flex.

The hrsample that i'm trying is from trunk and i'm using 3.0.1-snapshot... i see that QooxDoo things are generated. What could be the problem?

Thanks in advance,

Carlos V.

vvandens
Offline
Joined: 05/29/2008
HRSample on Qooxdoo

Hi Carlos,

I'm sorry I have no clue on what happens. Try to "clean package" the whole project.

Are you sure that the build finished correctly ? Any stacktrace on the server ?

You can also track down Qooxdoo problems by :

  • installing the firebug plugin
  • launching the "debug" version that is built in [your project]/startup/qooxdoo/client/target/web-debug. Just open the index.html produced there once you've sarted the server.

 

HTH,

Vincent

cvieira
Offline
Joined: 04/24/2009
HRSample on Qooxdoo

Hi Vincent, thanks for your reply!

 

Well, with firebug there are not errors displayed.

Also, there is no stacktrace on server as well...

Curiously, i [your project]/startup/qooxdoo/client/target/web-debug/index.html opened the and the login window appears correctly...

I tried also a "mvn clean package" with no success...

Any more ideas on what to search (other logs, etc...) for this?

 

Thanks,

Carlos Vieira

cvieira
Offline
Joined: 04/24/2009
HRSample on Qooxdoo

Hmmm, regarding firebug use i was not using it correctly... on QooxDoo debug mode and with firebug i get these errors:

==

016216 org.jspresso.framework.gui.remote.RIcon[1s]: No such property: automationId

016356 org.jspresso.framework.gui.remote.RIcon[1v]: No such property: automationId

016471 org.jspresso.framework.state.remote.RemoteCompositeValueState[1x]: No such property: automationId

016581 org.jspresso.framework.state.remote.RemoteValueState[1z]: No such property: automationId

016685 org.jspresso.framework.state.remote.RemoteValueState[20]: No such property: automationId

016797 org.jspresso.framework.gui.remote.RForm[1u]: No such property: automationId

016906 org.jspresso.framework.state.remote.RemoteValueState[22]: No such property: automationId

017011 org.jspresso.framework.gui.remote.RTextField[21]: No such property: automationId

017118 org.jspresso.framework.state.remote.RemoteValueState[24]: No such property: automationId

017224 org.jspresso.framework.gui.remote.RPasswordField[23]: No such property: automationId

017332 org.jspresso.framework.gui.remote.RLabel[25]: No such property: automationId

017438 org.jspresso.framework.gui.remote.RLabel[26]: No such property: automationId
==
Regards,
Carlos Vieira

vvandens
Offline
Joined: 05/29/2008
HRSample on Qooxdoo

Hi Carlos,

I see... One of the late code upgrade broke the Qooxdoo channel. I've already fixed it locally and I will deploy the new SNAPSHOT hopefuly tomorrow. Thanks for having reported the problem !

 

Cheers,

Vincent

vvandens
Offline
Joined: 05/29/2008
HRSample on Qooxdoo

The snapshot is deployed. Can you give it a try ?

 

Thanks,

Vincent

cvieira
Offline
Joined: 04/24/2009
HRSample on Qooxdoo

Hi Vincent,

I've tested and it's OK now :) now i can evaluate qooxdoo jspresso channel... i'm starting to use jspresso... my first goal is to rebuild a CRM application that i develop 2 years ago. Jspresso is really fantastic... i think that there is a considerable footprint on first steps, but after overcoming that part it is really productive framework... congratulations for this great framework :)

Many, many thanks!

Cheers,

Carlos Vieira

vvandens
Offline
Joined: 05/29/2008
HRSample on Qooxdoo

Hi Carlos,

Thank you for the good words ! I really appreciate.

 

Best,

Vincent