Author : Jenny

Home » Articles posted by Jenny (paged 2)

Jquery Javascipt Javascript Find Object from a list of array or map TRigger Datatable Form Trigger validation https://www.w3schools.com/js/js_validation_api.asp Reset Form Remove validation css Prevent ..

Read more

The default behavior of responsive datatable with checkbox srow selection use the same columsn for expansion and select. To resolve, you assign a separate column (first column) to handle the responsiveness, and a different column (2nd column) for row selection. Here’s an example. https://www.titanwolf.org/Network/q/f8b83600-61df-49b0-92de-15625240b4b0/yQuestion Responsive datatable with first column as checkboxwww.titanwolf.org Some extra explanation on ..

Read more

Unit testing should be performed by developers. The testing rules are standard for all unit-testing on any features. Unit Testing includes sunny cases (all good), rainy cases (bad input resulting error handling) and border/edge cases (like input is 0 or upper limit) The above should be tested in different environments . For web Apps, features should ..

Read more

Control panel is powered by tomcat under a windows server. Build In source tree, merge everything to Master Login to Jenkins with user=buildadminhttp://jenkins.sportlogic.net.au:8080/ Select Control Panel -> build now Deploy Remote desktop to banana2017.sportlogic.net.au as Administrator Control Panel war file is located in C:\SportLogic.CPanel\webapp, remove root.war and wait until root folder is removed. copy latest ..

Read more

This article describes how to do a build under Jenkins, and tag it for release. TMS (inTennis and ClassMaestro) Ensure the branch can be built successfully in local eclipse first. ant task clean-checkstyle-build-exe-deploy From source tree, tag the release branch with this format: v<version>:b<buildNumber>-<yyyyMMdd> e.g. v13.13.0-b23-20190701 From the browser, go to http://jenkins.sportlogic.net.au:8080/ Login as buildadmin ..

Read more

This blog describes how to upgrade an existing customer with cloud hosting. Note that we assume a build has been performed in Jenkins with a build TAG available for upgrade. TMS – DbServer and desktop Identify the release TAG (e.g. v13.13.0-b40-20190603) in source tree Login to Control Panel Go to the customer’s profile -> Manage ..

Read more

Project setup set up source tree, ensure it’s version 13.11 or above eclipse -> new General project, set to correct folder Right click project – > configure -> convert to maven project Maven->update project Ensure that project uses at least JDK1.8 , note JDK not jre Run Maven install Run tms.web copy development’s site.properties file ..

Read more

checkout project classhub to C:\workspace\classhub in eclipse, new project for each sub directory: classhub-core classhub-api classhub-appserver classhub-web turn each project into Maven project, Maven->update project, and Run->Maven install Download and install Tomcat 7. https://tomcat.apache.org/download-70.cgi To run classhub, we need to run tomcat Note we change server.xml in tomcat to support SSL (https). Document can be ..

Read more

Java JDK Make sure jdk1.6.0_b45 is install in “c:\SportLogic.Java\jdk1.6.0_45”. Download here if not already installed: https://s3-ap-southeast-2.amazonaws.com/sportlogic/java/jdk-6u45-windows-x64.exe Also install Java 8 JDK (download from Oracle) e.g. JDK1.8.0_191. Install in c:\SportLogic.Java\jdk1.8.0_191. Add “JAVA_HOME” to environment variable (Control Panel > System > Advanced Settings”. Point to “c:\SportLogic.Java\jdk1.8.0_191”. Eclipse Install Install Eclipse IDE for Java EE Developers e.g. Oxygen ..

Read more