Results 1 to 2 of 2

Thread: How Run Bean in Background?

  1. #1
    Join Date
    Jul 2007
    Posts
    1

    Default How Run Bean in Background?

    I have a web application running Jetty + Spring, and I need a process to be continously running in the background.

    I also need to be able to communicate with the background process to get its status and display it on a web page.

    Does anyone know how to create a background-running bean in Spring?

    Many Thanks!
    Brigham

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    So you want to run a background thread? What's the problem?
    http://www.springframework.org/docs/...cheduling.html
    Last edited by karldmoore; Aug 27th, 2007 at 03:13 PM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •