Detailed topic list for Applications Web

Results from Applications web retrieved at 03:29 (GMT)

AppHowToMain
Collection of HowTos General HowTos * Development * Migration to Acc9 * ACO APP Java Entwicklungsumgebung * Eclipse Configuration * C...
r44 - 24 Feb 2023 - 15:17 by AnnekeWalter
AppHowToMavenReports
Create a Project Report using Maven If your project has the csco parent java (at least in version 1.0.10 SNAPSHOT) as one of its parents, you are able to generate...
r9 - 13 Apr 2020 - 15:26 by JuttaFitzek
AppHowToMigrateToAcc9
Switch to acc9 0. Login to the the new Development Cluster You can connect to the acc9 development cluster by connecting to one of the nodes (asl751 to asl755) v...
r18 - 20 Jan 2023 - 09:42 by JuttaFitzek
AppHowToOracleSql
Quick Reference: Oracle SQL Useful Queries Some usefull Oracle sql queries: To start a session as sysdba: sqlplus sys@tnsname as sysdba; To start a sysdb...
r4 - 13 Apr 2020 - 13:09 by JuttaFitzek
AppHowToProjectSetup
Creating a new Maven Project In Eclipse Project Explorer * Right click New Other * Select Maven "Maven Project" * Optionally assign it to a wor...
r18 - 12 Jan 2023 - 10:18 by AndreasSchaller
AppHowToPython
Quick Reference: Device Access with Python Before you start: ALL MODIFICATIONS OF BEAM AFFECTING PROPERTIES HAVE TO GO THROUGH THE LSA SYSTEMThat beeing said, for...
r3 - 13 Apr 2020 - 13:16 by JuttaFitzek
AppHowToRelease
General Release Process This is a guide how to perform a full release. Workflow All steps are explained below! digraph g { name="Release Process"; graph ...
AppHowToReleaseDeploymentRollout
Maven Project Setup By INN and APP Provided Maven Parents There exist four types of parents that can be used. They differ in the type of classifiers that are rel...
r18 - 24 Feb 2023 - 14:08 by AnnekeWalter
AppHowToReleaseIntRelease
INT Deploy and Rollout As for the int System we do not perform a real release, but just a snapshot deploy, we call it "int deploy and rollout". Step 1: Clone repo...
r7 - 15 Oct 2021 - 15:09 by AnnekeWalter
AppHowToReleaseProRelease
Full PRO reactor release This page explains how to release the full PRO stack (Java artifacts) using the cscoap reactor with Andreas' release script. For a step b...
r14 - 06 Dec 2023 - 12:41 by AndreasSchaller
AppHowToReleaseWithBranches
Release Process after R18 Lifecycle * release begins * features are developed in feature branches * dev, int and pro branches should be protected so ...
r30 - 06 Dec 2023 - 13:20 by AndreasSchaller
AppHowToRolloutWithAnsible
Artifact Rollout with Ansible Ansible is APP's new tool in 2023 for rolling out applications and services. It is available on the acc9 cluster (asl75x) and replac...
r5 - 15 Dec 2023 - 10:17 by AnnekeWalter
AppHowToScaleJavaApplicationHidpi
How to scale Java applications for HiDPI / 4k displays / etc. Cluster (acc9) Many apps just listen to the window scaling that can be configured via Applications ...
NEW - 27 Jul 2023 - 15:01 by AnnekeWalter
AppHowToSignJar
Quick Reference: Signing a JAR Create a keystore (only once to have the certificate): /usr/java/default/bin/keytool genkey storepass keypass alias Sign the...
r3 - 13 Apr 2020 - 14:48 by JuttaFitzek
AppHowToSqlDeveloper
Oracle SQL Developer Homepage: http://www.oracle.com/technology/products/database/sql_developer Starting SQLDeveloper In order to access the databases of the co...
r3 - 13 Apr 2020 - 14:20 by JuttaFitzek
AppHowToSshAccess
Quick Reference: SSH Access SSH Tunnel to CERN (used for CommonBuild) cernTunnel u username t 1200 optional SSH args CERN file copy To copy e.g. jars fro...
r2 - 13 Apr 2020 - 13:21 by JuttaFitzek
AppHowToWebDav
Howto use our WebDAV Storages 1. Introduction: WebDAV WebDAV (Web Distributed Authoring and Versioning) is an extension to the HTTP Protocol and allows users to ...
r4 - 16 Mar 2023 - 12:04 by JuttaFitzek
AppHowToWikiSyntaxHighlightText
import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.text.Text; import javafx.stage.Stage; public clas...
r3 - 14 Apr 2020 - 10:28 by JuttaFitzek
AppHowToXmlType
Prototyping: Using XML Type for Device Access DB Import # Using XML Type# http://docs.oracle.com/cd/B10501_01/appdev.920/a96620/xdb04cre.htm## Load XMLTYPE From F...
r3 - 13 Apr 2020 - 14:20 by JuttaFitzek
AppHttpClientComparison2021
Http Client Comparison 2021 09 Feature comparison CERN Present HTTPS Keep Alive Connection Pooling Caching HTTP2 WebSocket ...
AppHttpClientTimeoutConfiguration
App Http Client Timeout Configuration Default timeouts available via GsiHttpClientUtils de.gsi.fcc.commons.common.utils.http.GsiHttpClientUtils * httpConnectT...
AppInfoDeviceInformation
Information about Devices General information about specific device types * Information about Actuators in general * Information about driven devices * ...
AppInfoDeviceInformationActuatorsInGeneral
Information about Actuators * non multiplexed selector for moving (except: Event triggered stepper motors: multiplexed context for event triggered moving.) ...
AppInfoDeviceInformationDevAccAdaptationsForFAIR
DevAcc Device Classes and Adaptations performed for FAIR DevAcc Device classes must be checked for FAIR compatibility and eventually adapted. This Wiki page gives...
r19 - 02 Nov 2022 - 13:36 by JuttaFitzek
AppInfoDeviceInformationDeviceCommunicationCommands
Handling of Command execution Common command property execution Command properties are used to invoke an action on a device (e.g. Init, Reset, PowerOn /Off, Driv...
AppInfoDeviceInformationDrivenDevices
Information about driven devices The following aspects are not subject of the actuator DCL (which povides the execution of a single moving command). These details...
AppInfoMain
General Information for APP Developers Infos about Accelerators, Devices, etc. Information about Devices and Device Interaction Main.JuttaFitzek 02 Nov 2022
NEW - 02 Nov 2022 - 13:06 by JuttaFitzek
AppIssueTracking
Issue Tracking Bugzilla is usend as Issue Tracking System within Controls. As Examples, the below links can be used to report bugs or make enhancement requests fo...
r10 - 13 Jul 2020 - 12:00 by JuttaFitzek
AppJfxAfter13UpgradeNotes
Upgrading from OpenJFX 13 to a new version This page is meant to document our upgrade process from OpenJFX 13.0.1 to another version mainly so that we do not fo...
r3 - 21 Jan 2022 - 08:48 by AndreasSchaller
AppNoteHkrScreenshots
HKR Screenshots Folder The HKR (Hauptkontrollraum) screenshots can be found on the file share: smb://srvfilegrp04.gsi.de/bbe/
AppNoteResponsibilitiesContacts
Hauptentwickler bzw. Ansprechpartner / Responsibilities von Anwendungen (Applications) \\srvfilegrp04\ACOGroup\Group_APP\Applications/Apps Responsibilities 2021 0...
r4 - 19 Oct 2022 - 05:19 by AndreasSchaller
AppObsoleteHowToCmmnbuild
Build Tool: Commonbuild/Ant Please download and install Commonbuild: Here is the download location: http://asl716.acc.gsi.de/tools/cmmnbuild/cmmnbuild.zip Here th...
r3 - 13 Apr 2020 - 14:21 by JuttaFitzek
AppObsoleteHowToNodal
Quick Reference: Device access with Nodal ty tl2mu1(status) set vrtacc=7 ty rm1mu1(votls) ty rm1mu1(posits)=2626 If e.g. the error code is 0C67EA58 you can get...
r3 - 13 Apr 2020 - 14:22 by JuttaFitzek
AppObsoleteHowToSvn
Quick Reference: SVN At GSI: WebSVN: https://www acc.gsi.de/viewvc/view/Repository: https://www acc.gsi.de/svn/ At CERN (CERN account is needed, form for CERN Acc...
r5 - 14 Apr 2020 - 10:26 by JuttaFitzek
AppOnCallDutyHKRPhones
HKR phone numbers and locations 49 6159 71 ... Picture Source HKR Telefonnummern 2019 10.odg HKR Konsolennummern Liste von Konsolennummern: https://asl157.acc...
AppOnCallDutyInfoDigitizerApp
Digitizer App Info: On call duty / Rufbereitschaft General Info The main list displays channels, not devices organized by channel names! A channel might come fro...
AppOnCallDutyInfoParamModi
ParamModi Info: On call duty / Rufbereitschaft Collection of information about the ParamModi App that might come in handy for people doing APP On call duty (e.g. ...
r7 - 10 Nov 2023 - 12:35 by AnnekeWalter
AppOnCallDutyInfoProfilegridApp
Here you may find help during on call duty and other information about the Profilegrid App: 1 As PDF: index.pdf 1 As AsciiDoc file: index.adoc 1 Markdown...
r4 - 16 Feb 2021 - 16:41 by MartinStein
AppOnCallDutyInfoSchedulingApp
Scheduling App Info: On call duty / Rufbereitschaft Collection of information about the Scheduling App that might come in handy for people doing APP On call duty ...
AppOnCallDutyInfoStoRiMo
Storage Ring Mode App Info: On call duty / Rufbereitschaft General Info AppApplicationStorageRingModeApplication Troubleshoot Where do I find logs about the ap...
AppOnCallDutyMain
On call duty / Rufbereitschaft Main Page These pages collect necessary information for on call duty. Relevant information about system access, location of log f...
r111 - 01 Feb 2024 - 17:32 by AnnekeWalter
AppOnCallDutySystemAccessAcc6
Access to the old Acc6 System This site describes, how to access the old Acc6 System, for maintenance purposes or in order to run old applications remotely. Pleas...
NEW - 27 Mar 2023 - 07:09 by JuttaFitzek
AppOnCallDutySystemAccessCitrix
On call duty System Access to the GSI Environment using Citrix Step 1: Ticket to request Terminal Server Permissions Before using Citrix, you first have to req...
r5 - 13 Apr 2020 - 14:03 by JuttaFitzek
AppOnCallDutySystemAccessRemoteDesktop
On call duty System Access to your own computer Use Case 1: Windows If your own computer is a Windows Computer, your application to access it remotely is the R...
r3 - 07 May 2020 - 06:28 by JuttaFitzek
AppOnCallDutySystemAccessRemoteDesktopWindows
Remote Desktop using Putty for SSH Tunnel under Windows Download and Install Putty Putty can be downloaded here, e.g. Package files MSI (‘Windows Installer’) ...
r2 - 25 Jan 2021 - 18:52 by JuttaFitzek
AppOnCallDutyWindowsShareOnCluster
Windows Shares on ACO user systems Since start of 2021 the correct server is srvfilegrp07.gsi.de, the older server 04 is now read only. how to access a windows sh...
AppPresentationsWorkshops
Presentations and Workshops * Git Migration Workshop 07. Aug. 2019 * Git Migration and Project Renaming current ToDoList * LSA Basics Training Course 0...
AppR15AppTests
Tests against master 15.0.0 SNAPSHOT / INT / PRO Legend * works * Further test in dry run needed * Tests ongoing * Requires maintainance before ...
r25 - 29 May 2020 - 16:30 by JuttaFitzek
AppR15Changes
2020 06 01: Release 15 for DryRun on 8th June 1 Introduction Dear ACO Community, in preparation for the next dry run on 8th June we will release and rollout our ...
AppRelease10
Release 10 Legend = No release, we stay on this version = Release pending = Release finished (product available in SVN and Maven) = Rolled out (product insta...
r66 - 14 Apr 2020 - 06:12 by JuttaFitzek
Number of topics: 50
< Previous Page 3 of 6 Next >

See also the faster WebTopicList
Topic revision: r1 - 09 Jan 2009, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback