Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow中文版
I\'ve got a problem with JBoss 6.1 / JSF 2.0: <h:inputText value=\"#{orderController.getOrder(orderId).date}\" />
One of the first things I\'ve learned about Java EE开发者_如何学C development is that I shouldn\'t spawn my own threads inside a Java EE container. But when I come to think about it, I don\'t know the
I have the following code: import java.rmi.RMISecurityManager; import java.uti开发者_C百科l.Hashtable;
I have a spring maven 2 project. I built it in terminal and everything is ok, I got build success, but when trying to import it to eclipse
Is possible do injection in EntityManager with EclipseLink 2.3 ? This is my persistence.xml file: <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I have NetBeans 7.0.1 and GlassFish 3.1. After installing (or reinstalling) GlassFish it deploys correctly and launches my java ee project.
I am java / grails developer working on redesigning a software system. One of the requirements is to have a sever-side application send data to various network printers to print text data.
The code is given below ......... private List<EmployeeAllRec> listg; private List<Employee> list;
I have a general question related to the quartz scheduling framework: I need to perform a task after a fixed amount of time after a user registration. For the sake of simplicity let\'s say exactly 1