-
Can a background process run under an appserver
Can you deploy an application to run inside appserver environment for a extended
period without client interaction (i.e. in back ground).
Can you add new services (e.g. a Scheduler) in to an AppServer.
I'm trying to port an standalone background program, to utilize all the good
stuff that an App server provides.
Thanks in Advance
-
Re: Can a background process run under an appserver
Short answer : YES
Long Answer :
To implemenmt a scheduler you may need to have an interface...more specifically
if you are using a Java app server an interface with a JNDI name.
The simplest form of a scheduler is a JMS Server app with other apps having
a JMS connection to this server.
Cheers!!
"Buddika" <buddikagaj@hotmail.com> wrote:
>
>Can you deploy an application to run inside appserver environment for a
extended
>period without client interaction (i.e. in back ground).
>
>Can you add new services (e.g. a Scheduler) in to an AppServer.
>
>I'm trying to port an standalone background program, to utilize all the
good
>stuff that an App server provides.
>
>Thanks in Advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks