I would suggest the former. To me its as simple as getting the list of entities, and add those in a single list, based on some filter.
Adeel Ansari
2010-02-09 10:09:54
I would suggest the former. To me its as simple as getting the list of entities, and add those in a single list, based on some filter.
Oracle comes with a generic ODBC gateway that allows you to link the oracle database with another database, so you can join tables from both databases etc. with SQL, as if both tables were on Oracle. See this link for details. By doing that, you don't have to replicate database features in your java program.