java-ee-5
JSON Web Service over simple HTTP GET/POST
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[详细]
2023-01-03 21:25 分类:问答Using EJB in Wicket WebPage
When I\'m using @EJB annotation to access stateless EJB through remote interface in common HttpServlet, it works OK:[详细]
2023-01-03 17:12 分类:问答How to set the transaction isolation level of a Postgres Datasource
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.[详细]
2023-01-02 08:35 分类:问答Generated queries contain schema and catalog name
I\'ve the same problem as described here In the generated SQL Informix expects catalog:schema.table but what\'s actually generated is[详细]
2022-12-31 15:49 分类:问答Defines Java EE 5 the handling of commit error using bean managed transactions?
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[详细]
2022-12-30 01:48 分类:问答Navigate to the Same Page After Action in JSF 2
I have a component done in JSF 1.x, this component has a command button as follows <h:commandButton ... action=\"#{templateController.next}\" />[详细]
2022-12-29 02:31 分类:问答Which are the differences/similarities between hibernate and other frameworks or specifications?
I want to know the differences/similarities between Hibernate and si开发者_StackOverflow中文版mple persistence in Java EE 5?[详细]
2022-12-28 14:28 分类:问答Enterprise Application
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[详细]
2022-12-21 15:18 分类:问答Cron syntax with Java EE 5?
Timer Tasks in Java EE are not very comfortable. Is there any util, to configure timer with cron syntax like \"0 20 20 * * \"?[详细]
2022-12-18 12:16 分类:问答jspx script element on GlassFish v3
The .war is served from GlassFish v3. I am trying t开发者_Go百科o include a javascript file from my jspx.[详细]
2022-12-16 12:11 分类:问答