If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
In this lesson you learn how to connect the Domain Model, built in WebRatio Mobile Platform, with a relational database.
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Domain Model synchronization process, you can extract the Domain Model elements starting from an existing database structure. The imported...
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Domain Model synchronization process, you can transpose the Domain Model elements on the database in terms of tables, views, and columns.
...
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Manual Mapping procedure you can easily bind each element in the Domain Model with the corresponding already-existing item in the physical...
Modeling the domain information managed by the Web Application is a task that can be easily done with WebRatio. In fact, you have at your disposal many options that allow you to easily create the Domain Model starting from an existing database. Nevertheless you may need to manually add some new obje...
WebRatio support all the databases that are supported by Hibernate. Nevertheless, the list of the database types that you have at disposal when creating a new database connection does not contain the full list, but it proposes the most used. Therefore WebRatio gives you the chance to integrate a new...
The Java Naming and Directory Interface (JNDI) is an API for directory service that allows clients to discover and lookup data and objects via a name. Like all Java APIs that interface with host systems, JNDI is independent of the underlying implementation. Additionally, it specifies a service provi...
The Stored Procedure is an Operation that allows calling a procedure stored in a database.
To use this Component correctly, the procedure must be previously created in your database.
Discover how to use the Stored Procedure reading this article.