Good morning
Someone could help me how to make a Parceable to an entity in Android and .Net; and also make an UnParceable to an entity in android and .Net
"I need both because in .Net I have the webservice."
Thanks
Happy day
I have a question
What are the different ways to connect a Java application to the database?
I've seen that you can by means of connection pool and hibernate but what are the other forms and which is the best to be able to use it?
I have a JSF application but after a while I close the session but it gives me the following error and does not redirect to the login.
public String cerrarSession() {
SessionUtils.getSession().invalidate();
return "/login";
}
Sessi...
I am developing an application in which I call several JInternalFrame from a menu. These JInternalFrames open a JDialog in turn.
The problem arises when I open for second, third and so on said frames, because when calling the dialogs, they open...
This is the jsp file that is giving the error.
client.jsp
<%@page import="pe.edu.sise.ejbbeans.ClienteFacadeLocal"%>
<%@page import="pe.edu.sise.entities.Cliente"%>
<%@page import="java.util.List"%>
<%@page import="pe...
I'm trying to test an application with hibernate, but I'm having a lot of problems when it comes to configuring it. At the moment I have managed to generate the file hibernate.cfg.xml, hibernate.reveng.xml and the object of Hibernate Console Con...
I have a result saved in a list, the list is passed to a jsp by means of a servlet, with that list filled with a select and depending on that select (name = nomFuent) an input must be completed (name="nitfuente "), how can I do it.
servlet...
When creating an instance of an object with the code
Persona3 respuesta = new Persona3("","","",25,80,150f)
Get an error saying: String cannot converted to int and the whole line appears in red.