Creating a java daemon application

Hi guys.. is it possible to implement/create a java application that will act like a daemon application?.. Basically, im going to use this stuff in linux OS and i want it to be as daemonize as possible... Hoping to hear some responds:)
[249 byte] By [spiritedNorksa] at [2007-10-2 6:40:47]
# 1
Wouldn't this be more of an OS specific issue than a Java issue?When you run a program in Linux from bash, typing an "&" at theend will make it run in the background. Is that good enough?
rkippena at 2007-7-16 13:48:58 > top of Java-index,Other Topics,Algorithms...