java-bridge

Categories

Component ID

195177

Component name

java-bridge

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Note: Please use http://drupal.org/project/encset for an alternative.

Drupal is a database driven CMS. If you can access the database, basically you can do anything including re-implement Drupal in Java.

The "java-bridge" module is to provide a pure Java library that helps you access the database. It also provides several handful Java utility functions. With this module, you can write powerful Java backend applications and build it into Drupal.

Basic features include:

  • Read Drupal settings.php and provide database connection (connection pooling).
  • Read/Write PHP serialization strings from/to Java
  • etc.

Note: This project is still in the planning phase. You are welcome to submit comments and feature requests.