Hi,

On 04/10/2012 03:44 PM, totty wrote:
>
>   - How should I organize my code in order to use them on both on server and
> on the client? I would like to don't have to copy-paste files or code from a
> folder containing only server to the client or viceversa. I don't even need
> all the code from the server on the client and viceversa.
>

I suggest organizing the server-side code in a basic skeleton 
(create-application.py -t basic). It gives you the usual benefits of the 
toolchain like dependency analysis and optimization (which aren't that 
useful on the server), but more importantly it provides a Manifest.json 
file. That way, your client application can use classes from the 
server-side code like with any other qooxdoo library.


Regards,
Daniel

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to