Posts by Leandro Gama • 1 point
2 posts
-
0
votes2
answers338
viewsQ: How to save an upload file to the database with Primefaces
I searched a little about uploading files with primefaces and couldn’t find any example of code that saved a file in the database. You can save a file as if it were a class attribute?
-
0
votes1
answer490
viewsA: Spring Security Permissions
You could add a table of permissions in the database for users with many relationship to one, so a user could have an access permission and another from Adm, for example. Code, using Hibernate…