I have a requirement based on the following that already exists in the system
- persistence store is Oracle 11g. no containers in use.
- db is on linux 5.6 server.
- there are a bunch of related tables - about 10
- there are a few views on these tables to ease access of related data
requirements -
- display data in tables/views in a browser.
- also allow editing some data via the page.
- navigation from one page to another
- performance is not a constraint as of now.
Where should I start from, what to use, how to use? note - constraints - time (2 weeks) and money (no sanctions yet).