python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is a @SessionScoped bean can be use to save information of authentication of a client?
I'm currently using a object @SessionScoped "SessionBean" to store information of the logged user and to return him a custom ID, for instance.
@Path("/auth")
public class Authentic...
iriiko
Votes: 0
Answers: 1
NullPointer while using JPA EntityManager in a ThredPoolExecutor
I'm implementing a JavaEE8 application using CDI and running on an Open Liberty (v20.0.0.4). The application has a event-triggered job, which runs some code in an separate thread using the ThreadPoolE...
cloudy_rowdy
Votes: 0
Answers: 1
Why Eclipse folding shortcuts are not working?
I was trying to get better control over my code by using eclipse folding shortcuts. Trouble is none of the shortcuts that I found were working even though they are bound to collapse and expand code in...

Louay Belgasmy
Votes: 0
Answers: 0