Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Framework to develop simple Eclipse plugin using PHP"

(New page: ==About== '''Abstract''' Framework to develop simple Eclipse plugin using PHP. Create a framework that could support developing simple Eclipse plugin using a PHP To Java bridge (Like Cauch...)
 
Line 1: Line 1:
 +
Project lead, student:
 +
* Toomas Römer (IRC: toomasr_) Blog: http://tom.jabber.ee
 +
 +
Mentor:
 +
* Ahti Kitsik (IRC: AhtiK) Blog: http://ahtik.com/blog/
 +
 +
This project is one of the selected projects for Google's Summer of Code program in 2007.
 +
 
==About==
 
==About==
 
'''Abstract'''
 
'''Abstract'''
 
Framework to develop simple Eclipse plugin using PHP. Create a framework that could support developing simple Eclipse plugin using a PHP To Java bridge (Like Caucho's Quercus and other JSR 223 engines). Develop and document a sample plugin in PHP, so that PHP developers could create simple plugins.
 
Framework to develop simple Eclipse plugin using PHP. Create a framework that could support developing simple Eclipse plugin using a PHP To Java bridge (Like Caucho's Quercus and other JSR 223 engines). Develop and document a sample plugin in PHP, so that PHP developers could create simple plugins.

Revision as of 09:58, 28 April 2007

Project lead, student:

Mentor:

This project is one of the selected projects for Google's Summer of Code program in 2007.

About

Abstract Framework to develop simple Eclipse plugin using PHP. Create a framework that could support developing simple Eclipse plugin using a PHP To Java bridge (Like Caucho's Quercus and other JSR 223 engines). Develop and document a sample plugin in PHP, so that PHP developers could create simple plugins.

Back to the top