Given the fact that I have to build an application, or a series of applications using Oracle ADF, how much flexibility do I have?
- Can I run my application on another application server, like IBM WebSphere, or on a simple Servlet container, like Tomcat?
- Can I use Hibernate instead of EclipseLink?
- Can I easily access another database, like Microsoft SQL Server?
- Would Domain-Driven Design fit in the picture?
- How much of an ADF application can be configured using a DI container like Spring?
- What would I miss when I use my favorite IDE, say Eclipse, instead of JDeveloper?
- Can I use Maven for ADF projects?
In other words, what are the limits of freedom within ADF-land? Note that it still has to be an ADF application, not just a JEE application that uses ADF Faces.