jakarta-ee
Optimistic locking and org.hibernate.StaleObjectStateException:
I\'m just experimenting with Optimistic locking. I have the following class: @Entity public class Student {[详细]
2023-04-11 04:07 分类:问答Glassfish V2.1.1 Heap size never decrease after server batch job
I\'ve set up a glassfish cluster with 1 DAS and 2 Node Agents. The system has TimedObjects which are batched once a day. As glassfish architecture, there is only 1 cluster instance allowed to trigger[详细]
2023-04-11 03:31 分类:问答Best way to persist soap request and response into Oracle database?
I want to track service calls for security reasons into datab开发者_开发技巧ase and I need to generate reports above them. I don\'t know what is the best way, using soap handlers, using database logge[详细]
2023-04-11 02:35 分类:问答resolving org.apache.jasper.JasperException
I have a small web application written using Javaprogramming language . whenever I am trying to access a jsp page I am getting the following error..................[详细]
2023-04-11 01:50 分类:问答Internationalization of distances in java
Is it possible in Java without any extra library to internationalize distances? I mean it is possible to handle that with date, time, currencies, numbers...[详细]
2023-04-11 01:48 分类:问答How to separate "view" and "control" layers easily without RMI, messaging etc.?
I have applications built on Spring 3 + JPA 2 + JSF 2/Vaadin running on servlet container (Tomcat/Jetty).[详细]
2023-04-11 00:39 分类:问答Allow from a webpage and get immediate response
I am new in J2EE. Can anyone tell me: What is one way to allow from a web page to start a long running server process but get an immediate response back?[详细]
2023-04-11 00:30 分类:问答Java EE authentication and authorization [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-11 00:26 分类:问答Apache Tomcat MimeTypes - Any way to fetch them?
I\'m writing a filter for Apache Tomcat,开发者_JAVA百科 I was wondering if there\'s a way to fetch the mimetypes placed in the /conf/web.xml file configuration file without reading the xml file explic[详细]
2023-04-10 22:50 分类:问答EJB 3.1 remove invocation context for security purpose (ThreadLocal, ...)
I have a webapp on one Glassfish server (front-end) and an EJB 3.1 app (back-end) on another Glassfish server. The weba开发者_C百科pp communicates with the EJB 3.1 via remote invocation.[详细]
2023-04-10 22:22 分类:问答