Posts by Jhonatan Souza • 32 points
8 posts
-
0
votes1
answer133
viewsA: I cannot download Hibernate and mysql dependencies #Algaworks
What I can do to help you is to post my pom.xml. Take a look and see if dependencies like CDI, and Hibernate Validator are missing. I hope I helped! Answer if it worked. <project…
-
0
votes1
answer101
viewsA: Add markers to Gmap
I made some changes and now it’s working: <f:metadata> <f:viewParam name="dummy"/> <f:event listener="#{gadoBean.obterPosicaoTag}" type="preRenderView"/> </f:metadata>…
-
0
votes1
answer101
viewsQ: Add markers to Gmap
I want to add a marker to the point I’m showing on the map. It loads the map and everything, but I can’t add the marker. <h:body> <h:form> <p:poll interval="10"…
-
0
votes1
answer500
viewsQ: Display coordinates on map with Gmap
I want to get coordinates from the database and show them on the map along with the marker, but I can’t. I think something is missing from the view. It should show only the last location data stored…
-
0
votes1
answer84
viewsQ: I can’t write in Jtextarea
have the class: import javax.swing.JTextArea; public class Semantico { private String tipo; private String variavel; public void verificaSem(String stipo, String svariavel, JTextArea txtSemantico){…
-
-1
votes3
answers1018
viewsA: Call another class (Java)
Well, if instantiating the class can access it, main class: public static void main(String args[]) { Aluno estudante = new Aluno();//Aluno é outra classe. Was that your doubt?…
-
1
votes1
answer177
viewsQ: How can I check if a variable has been declared (desenv. of a compiler in Java)
I’m having trouble implementing a demonstration of a semantic analysis of the desenv. of a compiler in Java. I have a Jtextarea and put. ex type: int x; x = 'a', it must be an error since x is an…
-
0
votes1
answer62
viewsA: What does "@" mean in JSF?
@jsfis used in so-called annotations, which serve to annotate classes, methods, and fields so that they can be handled by the compiler, development tools, and libraries. There is a more technical…
jsfanswered Jhonatan Souza 32