Posts by felipeabraga • 11 points
3 posts
-
0
votes1
answer18
viewsA: How to configure the mvc resoures tag without xml
// equivalents for <mvc:resources/> tags @Override public void addResourceHandlers(ResourceHandlerRegistry registry) {…
javaanswered felipeabraga 11 -
0
votes1
answer63
viewsA: Strange characters when executing a method to add matrices
The problem possibly occurs in Thread. But I can’t even debug to see what happens. I recommend removing this thread. If you’re only using it to do with Thread.Sleep() you don’t need Runnable…
javaanswered felipeabraga 11 -
1
votes1
answer700
viewsA: How can I get an Entitymanager from an org.hibernate.Session
It is necessary to create Entitymanagerfactory from Hibernate/JPA. But what is the need to use Entitymanager? Session provides everything you need and even more functions. But it would be something…