Skip to content

Commit 35c8003

Browse files
author
gm2552
committed
Updating with theme and content.
1 parent 09208e9 commit 35c8003

5 files changed

Lines changed: 40 additions & 4 deletions

File tree

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins
3+
gem "jekyll-theme-basically-basic"

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
theme: jekyll-theme-architect
1+
theme: jekyll-theme-midnight
2+
title: DirectProject Java Reference Implementation
3+
logo: /assets/logo.png

assets/logo.png

13.3 KB
Loading

index.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: The DirectProject
3+
---
4+
5+
<p align="center">
6+
<img src="/assets/logo.png">
7+
</p>
8+
9+
## Direct Project Java Reference Implementation
10+
The reference implementation is an open source and pre-assembled implementation of the Direct specifications. An implementation exists in both the .Net and Java languages and can be downloaded freely from a handful of websites. A subproject of Direct, called Bare Metal, contains a set of instructions on procuring the reference implementation and standing up a reference HISP from scratch using only the reference implementation assemblies.
11+
12+
The reference implementation is a fully working model with all sorts of bells and whistles, but it's just a model. If you’ve ever delved into the world of embedded hardware or robotics, the starting point is usually a reference board. The board is a cookie cutter model with several modules, inputs, outputs, and maybe an operating system or programmable circuits. However, the reference board is not intended to be the final design that ultimately goes into your finished solution. It is tweaked and extended with custom modules, or some modules may be removed. The end product is a customized board that meets the specific needs of your solution.
13+
14+
The same is true for Direct. The reference implementation comes with a standard deployment model and software components such as the security and trust agent, the messaging gateway, a certificate store and a simple web or command line tool for configuration. However, the model does not meet the requirements of an industry-class production system, such as high availability, failover, scalability and disaster recovery. The only edge protocol supported is XD and POP/SMTP, and although this may work well for email clients, innovative edge clients and workflows may need other protocols such as REST, SOAP, and custom authentication and authorization modules.
15+
16+
Finally, the reference implementation does not meet the policy requirements emerging from the various governance agencies. For example, the private certificate store in the reference implementation does not meet auditing requirements for access to private keys. Another example, the auditing subsystem does not write audit events to a storage mechanism with proper access controls. The reference implementation is stubbed to meet these requirements and supports plugging in custom instances of reference implementation interfaces and/or modules. For a HISP to become fully compliant with industry best practices, certificate policies and required operational procedures, investment in infrastructure and some software development is necessary.
17+
18+
## Where To Start
19+
If you want to jump right in with both feet and stand up an instance of the reference implementation, the obvious choice is to go to the BareMetal installation page for the Java platform.
20+
21+
If you want to understand the details of the reference implementation componenst and they how fit together, refer to the list of modules in the section below.
22+
23+
## Modular Components
24+
The reference implementation adopts a modular design for easy asset reuse and extensibility. Components are available in both .Net and Java.
25+
26+
### Java Components
27+
* Commons Library
28+
* Security And Trust Agent
29+
* Gateway
30+
* Message Monitoring
31+
* Policy Enablement
32+
* DNS Services
33+
* BareMetal Assembly Project
34+
* BareMetal GUI Based Installer

0 commit comments

Comments
 (0)