![]() |
Kwiki Blog |
||||||||||||||
What is ples? >> ples is a set of ReSTful HTTP interfaces to commonly used Open Source databases for the Perl, Python and PHP scripting languages. An application exposes its database to other applications as a REST web service i.e. URI-addressable resources. ples will provide a simple HTTP based mechanism for interoperability between applications and databases over networks and the Internet. What is ples-utils? >> A hodgepodge of simple, small but very useful programs written in Perl, Python or PHP. For example - untill quite recently there was no way to access hosts.deny/allow from within Python - now we have PyTCPWrap, courtesy of the ples project. Latest News
Open Source Collaboration >> The following pages can be edited on-line (see the KwikiFormattingRules and visit www.kwiki.org to learn more about a fabulous Kwiki:) Please help us to build a solid conceptual framework for this project. Also visit the Source Forge project page for the usual stuff about contacting and joining the development team.
ples intends to provide a common conceptual framework for developing REST interfaces to SQL databases in the Perl, Python and PHP scripting languages. The modules will first be designed and defined in terms of UML to provide a language independent framework to work from. The "UML" notation used doesn't necessarily comply with any recognised standard and has been modified so that it can easily be published and edited on-line. The following basic functionality will be rendered by a ples database interface :
Example of a Java REST interface to a SQL database Have a look at the screen shots from sqlrest project to get an idea of how the interface should work.
Describe the new page here.
python-utils PyTCPWrap - TCP Wrapper for python
Describe the new page here.
Class Hierarchy Main Classes IPlesInterface """ Utility Classes Dummy Classes (defined by the implementation language) Legend
.....................................................
ples intends to provide a common conceptual framework for developing REST interfaces to SQL databases in the Perl, Python and PHP scripting languages. The modules will first be designed and defined in terms of UML to provide a language independent framework to work from. The "UML" notation used doesn't necessarily comply with any recognised standard and has been modified so that it can easily be published and edited on-line. The following basic functionality will be rendered by a ples database interface :
Example of a Java REST interface to a SQL database Have a look at the screen shots from sqlrest project to get an idea of how the interface should work. |