DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Buddika Guest

    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

  2. #2
    Cirrus Guest

    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



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links