|
There's no way for all users to attach to a single JVM for interactive use ... but it's not hard to create a java server application that listens on a data queue ... each users application would send requests via the data queue and the single java app would act and send responses by another data queue.Another option that's really powerful is to use a web application server to expose business logic as web services, either via SOAP or REST (I prefer the latter for intracompany work). Let the application server handle all of the session management issues. You also get the benefit of being able to share logic with other business units if needed.
You could use a data queue keyed on the jobname or something similar.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.