blob: 5650257a330a6383430a0366cf92f86152814ccf (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>IIOP Notes</title>
</head>
<body>
<h1>IIOP Notes</h1>
<p>
The current plan for transforming the Sun IIOP Reference
implementation into the basis of the TAO is:
<ol>
<li>Replace selected portions of code with ACE components while maintaining the current architecture and design.
<li>Distill the design patterns and begin re-architecting.
</ol>
<p>
Please feel free to email additions to this list!
<hr>
<address><a href="mailto:cleeland@cs.wustl.edu">Chris Cleeland</a></address>
<!-- Created: Fri Feb 14 15:22:32 CST 1997 -->
<!-- hhmts start -->
Last modified: Fri Feb 14 15:46:52 CST
<!-- hhmts end -->
</body>
</html>
|