Table of Contents |
---|
...
Depending on which release you wish to build, you can get installation instructions from the following wiki page - /wiki/spaces/CONNECTWIKI/pages/117529193Downloading CONNECT Binaries and Source Code. Software requirements and deployment instructions for each application server, binary or source code installation instructions are available through the installation instructions of each release's link.
...
- AD - Admin Distribution
- PD - Patient Discovery
- DQ - Document Query
- DR - Document Retrieve
- DS - Document Submission
- DDS - Document Data Submission (Pilot)
- X12 - Core X12
- Direct - Direct Core
- admingui - Administrative GUI *.WAR, and the corresponding web services into the compiled *.EAR.
- was - Enterprise Application Archive (EAR ) for websphere application server
- weblogic - Enterprise Application Archive (EAR ) for weblogic application server
- jboss7 - Enterprise Application Archive (EAR ) for Jboss EAP 7 and wildfly application server.
What is CONNECT's Source code branching strategy?
...
- Entity - Internal endpoints used to construct NwHin requests to be sent to an external Gateway via NwHin endpoints.
- NwHin - Endpoints that will be hit from an external gateway. This is the crossover point between the Initiating and Responding gateways. For the Initiating gateways, this will be an outbound request to another implementor. For the Responder, this will be an inbound request in which the gateway is expected to process and respond to the request by calling its Adapter.
- Adapter - Implementor specific components which will serve as the communication layers between CONNECT and the proprietary databases,architecture, and services of the implementor. These get called by CONNECT through the NwHin layer when the gateway in question is a responder to a request.
What are
...
these beans defined in the proxy property files for each service?
Each service may have a respective property file to configure a proxy to be used when communicating with a service. By default, there may be up to four pre-configured beans: NoOp, Java, Secured and Unsecured beans.
...