Posts by DanielFelipe01 • 75 points
4 posts
-
2
votes2
answers645
viewsQ: Where should I place the Try/Catch blocks using MVC?
I am making a web application in java and I have some doubts regarding the block Try catch, I am using the standard MVC and I have the following codes: Controller: try { String pesquisa = "%" +…
-
1
votes1
answer55
viewsQ: JPA in java web
I am with a JAVA WEB project and I am having problems with Hibernate. The error is as follows: Informações: HCANN000001: Hibernate Commons Annotations {4.0.2.Final} Informações: HHH000412: Hibernate…
-
0
votes2
answers60
viewsQ: How to search the bank with three types of user?
Hello I’m doing a college project, it’s an internship site project, it has to be developed in Java WEB with database. It has three types of user, the student, the company and the administrator. I…
-
2
votes1
answer6137
viewsQ: How to access an item in an object array?
I’m taking information from the database and putting it into an array: (more details of the code) var alunos = {}; var self = 0; function sortearAluno(){ var dataForm = {'tipo': "listar"}; $.ajax({…