[Java] Form data transition into entity beans to persist them by the server side ORM
- by cscsaba242
Hello guys,
Is there any good explanation or tutorial which describes the common way how can we create entity beans from the received data of the form ?
The main reason of my question the treating the received ids (e.g id of country,city and so forth) which is the way from the id to entity ?
Example:
................Client side form
…