Hi Nicolas,

A good example is the feed reader demo application. You can find it in the 
current release under:

PATH_TO_QOOXDOO/application/feedreader

Unfortunately there is no example that shows how to integrate user / session 
management. qooxdoo only supports BasicAuth "out of the box":

http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Request~setUseBasicHttpAuth

When you use other authentication methods, e.g. OpenId / oAuth, you have to add 
the authentication header needed on your own:

http://demo.qooxdoo.org/current/apiviewer/#qx.bom.Request~setRequestHeader

To retrieve the status code use: 

http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Response~getStatusCode

Good luck!
Tino


Am 04.03.2011 um 17:21 schrieb Nicolas BOUSSIER:

> Hello,
> 
> 
> Qooxdoo comes with a documentation on how to use the different parts of 
> the framework or how to use each framework classes. That's wonderful.
> 
> 
> But as a beginner with this tool i'm looking for an example of a simple 
> online application with basic standard functionalities for understanding 
> how to organize my project.
> 
> 
> For example,
> 
> - how to manage user access rights (login, session managing)
> 
> - how to organize my own application classes inside the qooxdoo logic,
> 
> Is there such an example with of course readable source code?
> 
> If not, I think it could be a good tool to help total beginners to 
> quickly start to create small apps using qooxdoo ?
> 
> Thanks
> 
> Regards.
> 
> Niko
> 
> 
> 
> ------------------------------------------------------------------------------
> What You Don't Know About Data Connectivity CAN Hurt You
> This paper provides an overview of data connectivity, details
> its effect on application quality, and explores various alternative
> solutions. http://p.sf.net/sfu/progress-d2d
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Tino Butz
Mobile Architect

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-4488
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren




------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to