I have been learning Oracle ADF for the past one week. I have got basic grasp over ADF now. (EO , VO , Application Module and JSF Views)
Now I want to understand how ADF can be used with other frameworks , mainly Spring and Hibernate.
This tutorial explains Spring and ADF integration.
I am looking for same for Hibernate also. But I am not finding any good resource for the same.
Primary thing I am searching is , can we read data from Hiberbate /JPA entities into ADF view objects ? Without using EO objects which are primary source of data for ADF fusion application ?
I have seen tutorials similar like this, but these use EJB as an interface to access JPA entities.
Is there any mechanism available apart from this to access JPA entities from ADF ?
Please advice.