Eureka! Clinical Admin Webapp

Eureka! Clinical Admin Webapp is the implementation of Eureka! Clinical Admin web interface to manage users of Eureka! Clinical multiple projects

License

License

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

eurekaclinical-admin-webapp
Last Version

Last Version

2.8
Release Date

Release Date

Type

Type

war
Description

Description

Eureka! Clinical Admin Webapp
Eureka! Clinical Admin Webapp is the implementation of Eureka! Clinical Admin web interface to manage users of Eureka! Clinical multiple projects
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/eurekaclinical-admin-webapp.git

Download eurekaclinical-admin-webapp

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.eurekaclinical : eurekaclinical-common jar 5.1-Alpha-1
org.eurekaclinical : eurekaclinical-standard-apis jar 4.1-Alpha-1
org.eurekaclinical : eurekaclinical-user-client jar 1.7
org.eurekaclinical : eurekaclinical-user-agreement-client jar 2.4-Alpha-2
org.eurekaclinical : eurekaclinical-registry-client jar 1.6-Alpha-2
org.eurekaclinical : eurekaclinical-protempa-client jar 3.1-Alpha-4
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 (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

Project Modules

There are no modules declared in this project.

Eureka! Clinical Admin Webapp

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

What does it do?

It provides web pages for admin to manage user profiles and the user agreement. It also implements a proxy servlet and router for web clients to access the web services provided by eurekaclinical-user-service and eurekaclinical-user-agreement-service.

Latest release:Latest release

Version 2.0

Updated dependencies.

Version 1.1

Updated dependencies. Added route to eurekaclinical-protempa-service for future job management functionality.

Version 1.0

Initial release.

Build requirements

Runtime requirements

Proxied REST APIs

You can call all of eurekaclinical-user-service's and eurekaclinical-user-agreement-service's and eurekaclinical-registry-service's REST APIs through the proxy. Replace /api/protected/ 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-admin-webapp/. Your username will be superuser.

Installation

Configuration

This webapp is configured using a properties file located at /etc/ec-user/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-admin-webapp-1.0.war to eurekaclinical-admin-webapp.war.
  4. Start Tomcat.

Maven dependency

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

Developer documentation

Getting help

Feel free to contact us at [email protected].

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

Versions

Version
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.0
1.1
1.0
1.0-Alpha-20
1.0-Alpha-19
1.0-Alpha-18
1.0-Alpha-17
1.0-Alpha-16
1.0-Alpha-15
1.0-Alpha-14
1.0-Alpha-13
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