python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to utilize jeemanagement-1.1 performance statistics in openliberty
We're migration a legacy software from WebSphere traditional to OpenLiberty.
Just recently we have been extracting Performance Data based on the jeemanagement specification which says:
JSR77.6.1 Perf...
dag
Votes: 0
Answers: 1
Entity Manager read old values even if locking with PESSIMISTIC_WRITE
I'm in the following scenario. Handling message inside an MDB, container managed transaction. MDB implements MessageListenerer interface so when a message is received it gets invoked (onMessage method...
Maki
Votes: 0
Answers: 0
How to invoke a form action only when clicking the submit button
When sending a jsf request without any query parameters to the page with the following jsf code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:jsf="http://xmlns.jcp.org/jsf"&...
Rui
Votes: 0
Answers: 2
Preserve file white spaces while reading file using jsch in java EE
I'm trying to read a file from a remote server using Jsch and print the contents in html file, It works fine but the file white spaces don't appear correctly in the Servlet.
For example, the contents ...
Michael Fikry
Votes: 0
Answers: 1