I want to use JPA with socket server which is developed by one of college. I don't have any idea how integrate JPA in an application which use that socket server which is developed using java...
What is the connection between using JPA in an application, and the application using sockets (or the application connecting to a server using sockets)? What is and does this "socket server"?