Hi Hari,
>First of all, what is the best IDE to develop for qooxdoo. I came across the
>SPKET plugin for eclipse.
>SPKET is a powerful IDE but also a bit new for me.
The other option is Aptana-plugin for eclipse with that you can also edit
javascript.
IntellijIDE is also an alternative option, but it is commercial software. You
must purchase it.
>I startet with File->New->SPKET->FirefoxExtensionProject.
>Now I have a Project with a Folder Structure : content,defaults,locale,skin,
>but I don´t know how to use it.
>SO I don´t know how to set up the project in the right way. Normally you
>create the project via the phyton script create-application.py -n custom from
>the qooxdoo_sdk >folder.
>Maybe somebody is able to help me out with a small tutorial how to get a
>running qooxdoo project with the SPKET-Plugin? Also how to get the right run
>and build >configurations?
The generic steps should look like:
1. Create a skeleton standalone application with qooxdoo generator.
> $QOOXDOO_PATH/tool/bin/create-application -name youApp -
2. Import the folder into eclipse as a js project.
3. Begin editing your js classes in the source folder.
4. After editing you should use generator under console/command line again to
build the application
> $yourApp/generator.py source
5. Call the index.html in source folder in any browser for showing result.
the source/index.html is a little bit slow at first cause it is for
development,
after you run the ">$yourApp/generator.py build", the build/index.html should
be optimized and become quicker.
These are very simplified steps.
You are strongly recommended to read through the relevant qooxdoo
documentation....
Hopefully it helps.
Regards,Daojun
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel