Can you suggest a way or a framework or etc. for Java EE in order to make simple HTTP GET/POST calls to some web services like in SOAP web services but transport format must be JSON; not XML and there
When I\'m using @EJB annotation to access stateless EJB through remote interface in common HttpServlet, it works OK:
How do I set the global transaction isolation level for a postgres data source. I\'m running on jboss and I\'m using hibernate to connect.
I\'ve the same problem as described here In the generated SQL Informix expects catalog:schema.table but what\'s actually generated is
I\'m using GlassFish 2.1 and 2.1.1. If I\'ve a bean method annotated by @TransactionAttribute(value = TransactionAttributeType.REQUIRES_NEW). After doing some JPA stuff the commit fails in the afterC
I have a component done in JSF 1.x, this component has a command button as follows <h:commandButton ... action=\"#{templateController.next}\" />
I want to know the differences/similarities between Hibernate and si开发者_StackOverflow中文版mple persistence in Java EE 5?
I am thinking about a platform for study application (it is team work). I mean standard Java EE 5 (or maybe try raw Java EE 6) and Spring. What is your choose? (I don\'t mean Spring MVC but 开发者_JAV
Timer Tasks in Java EE are not very comfortable. Is there any util, to configure timer with cron syntax like \"0 20 20 * * \"?
The .war is served from GlassFish v3. I am trying t开发者_Go百科o include a javascript file from my jspx.