Top "Application-server" questions

An application server is a software framework dedicated to the efficient execution of procedures (programs, routines, scripts) for supporting the construction of applications.

What alternatives exist to Spring Batch to handle queued jobs?

I have been looking in to Spring Batch to solve a batch processing scenario with huge amount of data involved …

java jakarta-ee scheduled-tasks application-server spring-batch
Threading in an Application Server

I have a Java program/thread that I want to deploy into an Application Server (GlassFish). The thread should run …

java multithreading glassfish ejb application-server
Choosing an Open Source Application Server for Java EE

I know this may be a recurring topic, but I have read a lot of articles and I still have …

java open-source jakarta-ee application-server
A free Commercial-Use Application server for Java EE?

Is there a free Commercial-Use Application-Server ? I found a chart on Wikipedia("Comparison of application servers"), which says that JSAS (…

jakarta-ee jboss glassfish websphere application-server
Client side sessions

I want the clients of several related web apps to hold their own authentication state. This improves scalability, because no …

java security session servlets application-server
How to enable Weblogic 12.1.2 JPA 2.1

I have been deploying our web application to Weblogic server. However, although I was able to deploy the application successfully …

java hibernate jpa weblogic application-server