File: STATUS.html

package info (click to toggle)
commons-daemon 1.0.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,764 kB
  • ctags: 1,770
  • sloc: ansic: 15,466; sh: 2,530; xml: 1,504; java: 1,042; makefile: 81
file content (74 lines) | stat: -rw-r--r-- 2,009 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>Status File for Jakarta Commons "Daemon" Component</title>
</head>
<body bgcolor="white">


<div align="center">
<h1>The Jakarta Commons <em>Daemon</em> Component</h1>
$Id: STATUS.html 155409 2005-02-26 12:57:06Z dirkv $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Committers">[Committers]</a>
<br /><br />
</div>


<a name="Introduction"></a>
<h3>1.  INTRODUCTION</h3>

<p>The <em>Daemon</em> Component contains a set of Java and native code, 
including:</p>
<ul>
<li>A set of Java interfaces applications must implement</li>
<li>Unix native code to control a Java daemon from a Unix operating system</li>
<li>Win32 code to control a Java daemon from a NT based Windows operating
system</li>
</ul>
<p>This code was originally developped as part of the Tomcat project.</p>


<a name="Dependencies"></a>
<h3>2.  DEPENDENCIES</h3>

<p>The <em>Daemon</em> component is dependent upon the following external
components for development and use:</p>
<ul>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
    (Version 1.2 or later)</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
    (Version 3.7 or later) - for unit tests only, not required
    for deployment</li>
</ul>


<a name="Release Info"></a>
<h3>3.  RELEASE INFO</h3>

<p>Current Release: Daemon is yet to be released.  We hope it will be RSN.</p>

<p></p>


<a name="Committers"></a>
<h3>4.  COMMITTERS</h3>

<p>The following individuals are the primary developers and maintainers of this
component.  Developers who plan to use <em>Daemon</em> in their own
projects are encouraged to collaborate on the future development of this
component to ensure that it continues to meet a variety of needs.</p>
<ul>
<li>Jean-Frederic Clere</li>
<li>Pier Fumagalli</li>
<li>Patrick Luby</li>
<li>Costin Manolache</li>
<li>Remy Maucherat</li>
<li>Yoav Shapira</li>
<li>Bill Barker</li>
</ul>


</body>
</html>