I am a JSP developer. but Moodle is PHP. my questions are
1. Does Moodle have plan to move PHP to JSP ?
2. Currently, PHP Moodle has any developing documentation for developer , just like javadoc ?
Moodle is great, I hope it has a JSP version soon.
Thanks.
1. Does Moodle have plan to move PHP to JSP ?
No. That would be like starting from scratch!
2. Currently, PHP Moodle has any developing documentation for developer , just like javadoc ?
Moodle developer documentation is here: http://moodle.org/mod/resource/view.php?id=17
Best
Dan
PHP offers considerable advantage is terms of low cost high performance server space of JSP. And as Dan says it would be like starting from scratch. I developed an online quiz system in JSP and after much work on that version converted to PHP, not a trivial activity.
There has been some use of the phpdoc tool which is heavily inspired by Javadoc and Martin D has recommended its use
http://moodle.org/doc/?frame=coding.html
It has not universally been adopted in moodle yet however