Status Report Hans Wenzel Geant4 Validation repository weekly meeting 13 th April 2016
JAVA APIJAVA API Web Application Web Service Validation Database C++ API Glassfish Components: Web Browser C++ Java Python Client: C++ Client Connection Pool Direct or via web service
Data sets and status of servers 3/30/16 Hans Wenzel Geant4 Validation Repository weekly meeting3 Postgres development database is up to date with the latest data sets included. (including NA49 data provided by Julia uploaded via json files) updated and configured glassfish (version 4.1.1) and java jdk (java 1.8) on the development server (g4devel) instructions for installation and configuration can be found at:
Connection Pool: 3/30/16 Hans Wenzel Geant4 Validation Repository weekly meeting4 factored out the Connection Pool as a separate servlet. Can now be shared by web application and web service This is deployed on g4devel. The application is in gitlab:
WebAPI e.g. created Web API as a web service using the JAX-RS framework (RS stands for restful services) which is part of JAVAEE7. Gitlab: This is deployed on the g4devel server: The format of the json file is “non-verbose” (dictionary values are just refered to by the id)
WebApplication (SimVa) Started to build web application based on the new schema and the new JAVA API. It’s a maven project. Started with displaying the references. Code is in git. 3/30/16 Hans Wenzel Geant4 Validation Repository weekly meeting6