Data Controls are objects which acts as an intermediate layer between the view layer and business layer on JDeveloper Architecture. These takes a consistent way to manipulate data collection to show at the view in programming time. They maps the model, and business services, binding, and managing the data transactionality, keeping the view coherent.
Tag Archives: JDeveloper
EJB 3.0: Capa de Negocio
En este post nos ocuparemos de como resuelve JDeveloper la capa de negocio. EJB 3.0 es el estándar para resolver esta capa. Se trata de construir los procesos de negocio, que luego serán llamados por la vista, los servicios web, ….
Nos basaremos en el post anterior, donde creamos la capa de persistencia para nuestra pequeña aplicación.
EJB 3.0: Business Layer
In this phase we will see how JDeveloper solves the business layer. EJB 3.0 is the standard to solve it. This is about to construct the business process, which will be called by the view, web services, …
We will base on a past post, where we created the persistence layer for our little application.