Posts by Paulo • 169 points
8 posts
-
2
votes1
answer1110
viewsQ: How does Webservice SOAP/Rest work with JAX-WS?
I spent a whole day studying and finally managed to perform authentication with Webservice SOAP using JAX-WS, using Eclipse generated client. When adding the password and password to the SOAP…
-
5
votes2
answers350
viewsQ: Fetchtype.EAGER for Fetchtype.LAZY
I have the following problem, the whole system uses a relation, Eager, but for a specific query I do not want to bring all relations in the bank, because it would be too heavy the process, only for…
-
0
votes1
answer462
viewsQ: Image Servlet for JSF Project "Locking" the Application Server
I have the following code that provides my portal with the images that are in the database @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException,…
-
0
votes3
answers271
viewsA: Get List Help (Code Refactoring)
Sorry for the delay to answer, but I was able to solve the problem, but now I’ve changed the project code and I’m not using this piece of code anymore, but I used the idea of the first liobntt…
-
4
votes3
answers271
viewsQ: Get List Help (Code Refactoring)
I have a class with 2 attributes: public class Classe(){ private String conteudo; private String tipoConteudo; getters...setters.. } So I have a Arraylist with 3 or more objects of this class, as I…
-
1
votes1
answer88
viewsA: Openlayers | Cloudpopup
I was able to solve the problem by adding the Javascript code outside the OL4JSF :D tag, I took an example of the component and adapted, the strange thing that has that tag, was for all jscript in…
-
2
votes1
answer88
viewsQ: Openlayers | Cloudpopup
I’m trying to do a popup using Openlayers (more specifically using Ol4jsf) but the add to popup use the direct jscript, and the popup gets out all the time. What’s the reason? Code used:…
-
2
votes1
answer317
views