For what definition of "used with"? Drupal is entirely PHP, not Java, so runtime integration is out. (In theory there some sort of huge hack to make PHP talk to Java at runtime, but I've never touched it as the very idea is scary.) You could, however, have a Java app read the Drupal MySQL database and parse out whatever data it needs from it. The vast majority of the data in the database is well-normalized SQL-friendly fields, but you do have to know Drupal's data schema.
Really, it depends on what "used with" means.
On Friday 16 February 2007 12:34 am, Asad Habib wrote:
Does anyone know if Drupal can be used with a Struts-based Java application? If so, has anyone actually done this and how can it be achieved? Thank you.
- Asad