File: adc-guidelines.html

package info (click to toggle)
libcommons-discovery-java 0.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 948 kB
  • ctags: 864
  • sloc: java: 4,044; xml: 260; makefile: 16
file content (31 lines) | stat: -rw-r--r-- 824 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
<html>
<head>
<title>Architecture/Design/Coding Guidelines for Jakarta Commons "Discovery" Component</title>
</head>
<body bgcolor="white">


<div align="center">
<h1>Architecture/Design/Coding Guidelines for Jakarta Commons "Discovery" Component</h1>
$Id$<br/>
<a href="#Introduction">[Introduction]</a>
<a href="#Security and doPrivileged()">[Security and doPrivileged()]</a>
<br/><br/>
</div>


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

Kick-off: set of design/architectural guidelines.
This should serve as both a record of decisions made,
and a list of open issues.


<a name="Security and doPrivileged()"></a>
<h2>2.  Security and doPrivileged()</h3>
Do not use doPrivileged() instructions within discovery.
That remains the responsibility of the end-user.

</body>
</html>