Posts by Vinícius França • 617 points
9 posts
-
0
votes2
answers209
viewsQ: Related tables: What is it? What is it? What is it for? What justifies its use?
I would like a better explanation of this strategy (if so called) and what justifies its use since I see some commercial systems using it. Supplementation of the question: Well, I had never seen it…
-
2
votes8
answers17582
viewsA: Use Bootstrap and Primefaces without one interfering with the other?
This question has become quite popular, so after all this time I am adding a suggestion which is the current solution to the problem. Unless you want to do on the arm through the various attempts…
-
3
votes1
answer338
viewsQ: What is the design pattern to use to save objects that have similar ways to save?
I have this doubt because if I am not mistaken I have read, seen, or even implemented something of this type but I am no longer remembering, it is the following: I have here an EJB project with…
-
1
votes3
answers1169
viewsQ: How to load the list of items from p:selectOneMenu when clicking to open the dropdown?
I would like my p:selectOneMenu to reload the items and show the options every time I click to open the dropdown, has anyone ever tried this? If so, how do I?
-
0
votes5
answers6040
viewsA: What tool to use to convert a visually developed UML to code?
Running a little away from the plugins field and going to specific IDE’s for this, there are some great professional and respected tools from which it is possible to do this and more. The best known…
-
1
votes2
answers122
viewsQ: Changes directly in the database reflect in the bean Managed?
I’m developing a simple web application, a form. I did the DAO’s, Facades and they are working correctly (at least I think they are) but I will also need to edit some values directly in the bank…
-
7
votes2
answers1431
viewsQ: After all Phonegap (Apache Cordova) actually compiles the applications in PURE native code?
Does Phonegap (Apache Cordova) actually compile applications in PURE native code or does it act as a layer between a browser and the phone’s S.O. code? Which of the two options below is the most…
-
24
votes8
answers17582
viewsQ: Use Bootstrap and Primefaces without one interfering with the other?
I’m trying to use Bootstrap along with primefaces in a JSF project, the problem is that in most components I need to use JSF tags instead of the primefaces because the primefaces do some tricks with…
-
12
votes2
answers4872
viewsQ: With the output of Viewscoped from the new JSF specification, what scope do I use now in my managed Beans that used it using JSF 2.2?
I have a big question now with the appearance of JSF 2.2: What to do with my views and my old Beans Managed? How to do it now (what scope to use) since I can no longer use view scoped in a view that…