I am starting to develop OpenXava apps to replace an old system (Delphi programs using a Firebird database), but the new apps will have Postgres as the data store.
The app I am developing now needs to have read-only access to 2 tables from the old Firebird database (thus not modifying them whatsoever!) and everything else will be in the new Postgres database (basically, 2 entities from one database and about 4 from another).
Eventually everything will be moved to Postgres, but while the integration is happening, I need to be doing things like these.
Is there a way to do this in OpenXava? Any suggestions on how to tackle this problem will be greatly appreciated.