Posts by Daniel Sousa • 71 points
5 posts
-
3
votes3
answers143
viewsQ: How to enter records when starting the JSF+JPA system?
How do I insert pre-registered records into the system with jsf and jpa. I want when the system starts the admin user to be created.
-
3
votes3
answers210
viewsQ: How to create tables when starting Sisitema with JSF and JPA?
Guys, how do I make sure that when the system starts the tables you are created automatically? The way my system is, tables are only created when some kind of access to the bank is done. For example…
-
0
votes1
answer453
viewsQ: How do I create templates in iReport?
I wonder if there is any way to use a template created by me in other reports? I want all reports in my system to follow a pattern, but how to do this?
-
1
votes1
answer365
viewsQ: How to read properties file to configure JPA?
I have a file . properties to configure my project’s database. However, I cannot read the file. Someone gives a force? Entitymanagerproducer @ApplicationScoped public class EntityManagerProducer {…
-
0
votes2
answers1232
viewsQ: How to change persistence.xml file settings through an external file?
I wanted to know how to change the configuration of the persistence.xml file through an external file. I am using JSF + JPA. I want to do this so as not to leave this setting stuck in the source…