Backomania 3: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* DB Anpassungen für Backomania 3 [[Backomania_3_DB_Anpassungen]] | |||
= | === Tips & Tricks === | ||
* | * Remote Filesystem über Fish mounten mittels sshfs -> zum mounten: sshfs macros.dyndns.org:/share/daten/www/backomania/ backomania3_macros/ | ||
* Subclipse für Eclipse installieren: [http://subclipse.tigris.org/update_1.6.x] | |||
* | |||
* Zend_Rest_Controller: [http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.routes.rest ZFW], [http://techchorus.net/create-restful-applications-using-zend-framework] und [http://techchorus.net/create-restful-applications-using-zend-framework-part-ii-using-http-response-code] | |||
* | * Dojo Data JSON Rest: [http://dojotoolkit.org/reference-guide/dojox/data/JsonRestStore.html#dojox-data-jsonreststore], [http://stackoverflow.com/questions/1343724/zend-framework-1-9-2-zend-rest-route-examples] | ||
= | === ToDo === | ||
* | |||
= | |||
= | |||
* | |||
Latest revision as of 22:23, 15 September 2010
- DB Anpassungen für Backomania 3 Backomania_3_DB_Anpassungen
Tips & Tricks
- Remote Filesystem über Fish mounten mittels sshfs -> zum mounten: sshfs macros.dyndns.org:/share/daten/www/backomania/ backomania3_macros/
- Subclipse für Eclipse installieren: [1]