Posts by Odione • 81 points
3 posts
-
1
votes1
answer208
viewsQ: How to distribute the entities among projects?
I have doubts whether there are good practices for the distribution of entities between projects. Let’s say I have a java REST microservice that provides a client (id, name, address) through GET and…
-
4
votes1
answer505
viewsQ: JSF/Hibernate How do I save null to a database field?
I have an application using Primefaces/JPA-Hibernate/Tomcat8, and I need that when a field on the screen is empty, it will record null in the bank (Postgres). I need this because I have some fields…
-
2
votes1
answer759
viewsQ: How to make livebindings with objects and pick up the objects contained?
I have a problem that I cannot solve in any way. With the Delphi XE8, have already done livebindings to connect screen components TEdit with non-visual objects, but I cannot connect screen…