I am new to drupal.

I am doing an academic project ,building website where people can post their photos along with a blog for each photo. People can comment abt the photos,somewhat similar to fotolog.com. Technologies are oracle database, jsp and EJB.

I want to log all the events done by the users such as registration, uploading a photo, abt comment.

Is it possible to do this part using drupal, rest of the technologies being same?

Comments

erdemkose’s picture

You can do all of them by using Drupal but without Oracle, JSP and EJB. If you must use these technologies you should use Java which is irrelevant to Drupal.

You MAY use Oracle but it is not supported by core Drupal. You can write your own database layer. But I don't think that it is possible to use JSP or EJB.

If you don't know anything about Java, JSP or EJB:

http://java.sun.com/
http://java.sun.com/products/jsp/
http://java.sun.com/products/ejb/

--------------------------------------------------------------
<signature owner="erdemkose">
  <content>http://www.students.itu.edu.tr/~koseer/drupal/</content>
  <description>This site is working with text files. Thanks to PHP-TXT-DB. You may download a copy of php-txt-db database layer for Drupal. There are bugs, incompatibilities but it is a good experiment.</description>
</signature>