Connecting the Database

Domain Modeling with WebRatio Mobile Platform
830 views Published on Feb 16, 2015 | Time 5 min
Applies to: 8.0 or higher

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.

 

Domain Model Synchronization: Importing the Database

Domain Modeling with WebRatio Mobile Platform
278 views Published on Mar 31, 2015 | Time 2 min
Applies to: 8.0 or higher

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...

 

Domain Model Synchronization: Exporting the Domain Model

Domain Modeling with WebRatio Mobile Platform
195 views Published on Feb 17, 2015 | Time 3 min
Applies to: 8.0 or higher

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. ...

 

Domain Model Synchronization: Manual Mapping

Domain Modeling with WebRatio Mobile Platform
17 views Published on Mar 31, 2015 | Time 3 min
Applies to: 8.0 or higher

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...

 

How to choose the primary key ID Generator Read this article and get points!

by Ombretta Malinverno
12,743 views Published on Oct 24, 2011
Applies to: All versions

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...

MoreRead this article and get points!
 

How to implement a custom database Metadata provider Read this article and get points!

by Michela Frigerio
14,761 views Published on Oct 24, 2011
Applies to: All versions

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...

MoreRead this article and get points!
 

How can I use JNDI in my application server? Read this article and get points!

by Michela Frigerio
9,949 views Published on Oct 24, 2011
Applies to: All versions

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...

MoreRead this article and get points!
 

Getting started with the Stored Procedure unit Read this article and get points!

by Michela Frigerio
14,128 views Published on Oct 24, 2011
Applies to: All versions

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.

MoreRead this article and get points!
 
8 items of 209
Reset
 
 

Filter by platform

BPM
Mobile
Web
 

Filter by role

Modeler
Designer
Programmer
Business Analyst
IT Operator
 

Filter by level

Beginner
Intermediate
Expert
 

Filter by dev. phase

Set Up
Model Interaction Flow
Model Domain
Model Action
Define Style
Define Components
Generate,Test & Deploy
Maintain
Model Business Process