Question
Can I build a image database/library that has an e-commerce style checkout system and a powerful search in Oracle/Java? Are there existing elements out there I should be aware of? Or, is this better in another dev environment like PHP/MySQL?
Overview
I am working on an image database/library dev team on the UI side of things, but I can't help but feel the team is tracking a bit off course on this one.
Ordinarily, I would look to see this entirely within an open-source, license-free environment like a PHP/MySQL/Apache server environment, however strict IT approvals processes have limited the areas of exploration to Oracle as the DB component with Java then making the likely programming environment.
With that noted, I have never worked with either, and don't know how complicated it would be to put the following features together:
- keyword and metadata based search
- e-commerce style checkout system (no payment methods or infrastructure required)
- gallery groupings of images (edited by a central editor)
- tag cloud generation and search
- component to parse metadata from embedded metadata (in XMP) to the database
- web-based back end for database management, maintenance of controlled keyword lists and administration of content
I've uploaded a pdf of screenshots of the UI I've developed for the web side of things.
Sorry for the complicated Q, having a hard time with it myself.