Eureka! Clinical User Agreement Webapp

Presents a user agreement to users.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Eureka Контейнер Микросервисы
Группа

Группа

org.eurekaclinical
Идентификатор

Идентификатор

eurekaclinical-user-agreement-webapp
Последняя версия

Последняя версия

3.1-Alpha-1
Дата

Дата

Тип

Тип

war
Описание

Описание

Eureka! Clinical User Agreement Webapp
Presents a user agreement to users.
Ссылка на сайт

Ссылка на сайт

https://github.com/eurekaclinical/eurekaclinical-user-agreement-webapp.git
Организация-разработчик

Организация-разработчик

Emory University
Система контроля версий

Система контроля версий

https://github.com/eurekaclinical/eurekaclinical-user-agreement-webapp.git

Скачать eurekaclinical-user-agreement-webapp

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-user-agreement-webapp/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>eurekaclinical-user-agreement-webapp</artifactId>
    <version>3.1-Alpha-1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-user-agreement-webapp/
implementation 'org.eurekaclinical:eurekaclinical-user-agreement-webapp:3.1-Alpha-1'
// https://jarcasting.com/artifacts/org.eurekaclinical/eurekaclinical-user-agreement-webapp/
implementation ("org.eurekaclinical:eurekaclinical-user-agreement-webapp:3.1-Alpha-1")
'org.eurekaclinical:eurekaclinical-user-agreement-webapp:war:3.1-Alpha-1'
<dependency org="org.eurekaclinical" name="eurekaclinical-user-agreement-webapp" rev="3.1-Alpha-1">
  <artifact name="eurekaclinical-user-agreement-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='eurekaclinical-user-agreement-webapp', version='3.1-Alpha-1')
)
libraryDependencies += "org.eurekaclinical" % "eurekaclinical-user-agreement-webapp" % "3.1-Alpha-1"
[org.eurekaclinical/eurekaclinical-user-agreement-webapp "3.1-Alpha-1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.eurekaclinical : eurekaclinical-user-agreement-client jar 2.4-Alpha-2
org.eurekaclinical : eurekaclinical-common jar 5.1-Alpha-1
org.eurekaclinical : eurekaclinical-standard-apis jar 4.1-Alpha-1
jstl : jstl jar 1.2
com.sun.xml.bind : jaxb-core jar 2.3.0.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-impl jar 2.3.1

provided (2)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 4.0.1
javax.servlet : jsp-api jar 2.0

Модули Проекта

Данный проект не имеет модулей.

Eureka! Clinical User Agreement Webapp

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It provides web pages for users to sign user agreements and for administrators to create and update a user agreement. It also implements a proxy servlet and router for web clients to access the web services provided by eurekaclinical-user-agreement-service.

Version 3.0 development series

Latest release: Latest release

Version history

Version 2.0

Updates dependencies and improves performance.

Version 1.1

The version 1 series implements the proxy for eurekaclinical-user-agreement-service. It also provides basic screens for signing agreements, creating agreements and updating agreements.

Build requirements

Runtime requirements

Proxied REST APIs

You can call all of eurekaclinical-user-agreement-service's REST APIs through the proxy. Replace /protected/api with /proxy-resource. The point of doing this is for web clients -- you can deploy the webapp on the same server as web client, and deploy the service on a separate server.

Building it

The project uses the maven build tool. Typically, you build it by invoking mvn clean install at the command line. For simple file changes, not additions or deletions, you can usually use mvn install. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.

Performing system tests

You can run this project in an embedded tomcat by executing mvn process-resources cargo:run -Ptomcat after you have built it. It will be accessible in your web browser at https://localhost:8443/eurekaclinical-user-agreement-webapp/. Your username will be superuser.

Installation

Configuration

This webapp is configured using a properties file located at /etc/ec-user-agreement/application.properties. It supports the following properties:

A Tomcat restart is required to detect any changes to the configuration file.

WAR installation

  1. Stop Tomcat.
  2. Remove any old copies of the unpacked war from Tomcat's webapps directory.
  3. Copy the warfile into the Tomcat webapps directory, renaming it to remove the version. For example, rename eurekaclinical-user-agreement-webapp-1.0.war to eurekaclinical-user-agreement-webapp.war.
  4. Start Tomcat.

Maven dependency

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>eurekaclinical-user-agreement-webapp</artifactId>
    <version>version</version>
</dependency>

Developer documentation

Getting help

Feel free to contact us at help@eurekaclinical.org.

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

Версии библиотеки

Версия
3.1-Alpha-1
3.0
3.0-Alpha-3
3.0-Alpha-1
2.0
2.0-Alpha-7
2.0-Alpha-6
2.0-Alpha-5
2.0-Alpha-4
2.0-Alpha-3
2.0-Alpha-2
2.0-Alpha-1
1.1
1.0
1.0-Alpha-12
1.0-Alpha-11
1.0-Alpha-10
1.0-Alpha-9
1.0-Alpha-8
1.0-Alpha-7
1.0-Alpha-6
1.0-Alpha-5
1.0-Alpha-4
1.0-Alpha-3
1.0-Alpha-2
1.0-Alpha-1