Hi Raymond, the preferred way to implement backend communication in a qooxdoo application is RPC[1]. qooxdoo-contrib features RPC server implementations in several languages[2].
There was a lengthy thread discussing secure backend communication a while ago that might be of interest[3]. Regards, Daniel [1]http://manual.qooxdoo.org/1.2/pages/communication/rpc.html [2]http://qooxdoo.org/contrib/project#backend [3]http://qooxdoo.678.n2.nabble.com/stateless-backend-and-security-td1567891.html#a1567891 Raymond Rösch schrieb: > hi all, > > I am rather new to qooxdoo since I developped only one smaller app. I > still struggle with the API, but I consider the framework as one of the > best. > > My question: I would like to start to develop a database application > with quiet a number of different forms which use heavy database access > queries. It uses confidential data records. > In your opinion, what is the easiest and safest way to fetch data from a > sql database server and provide it in a GUI (form) and let the user do > updates on these records? > I did not find an example in the playground. > > TIA > Raymond > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > > > ------------------------------------------------------------------------ > > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
