Posts by Hawk • 3 points
2 posts
-
0
votes0
answers10
viewsQ: Image only appears on the web if update project in Eclipse
Good night, I am running a project in Eclipse IDE, Tomcat server and using Primefaces. In a table where I have images, the same ones only appear when I "refresh" the project inside the Eclipse, as…
-
0
votes1
answer38
viewsQ: Use Hibernate to save two equal classes
Good afternoon, I’d like to relate the class Partida with class Time, where departure would receive the PK(Id) of the home team and the visiting team. I am doubtful how to relate in both classes,…