Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 This resource represents the WebServices to send pdo files to Onyx.
 It formats the PDO into an appointments' list in Excel spreadsheet format
 and writes the spreadsheet file into the appropriate 'in' directory for Onyx
 to update its appointment list.

*==================================================================
* To build this project ready for development within Eclipse.
*==================================================================
(0) You must have Maven installed.
    Your settings.xml file must be the standard profiled
    settings.xml supplied with brisskit
    (ie: one pointing to the brisskit maven repository manager)

(1) Ideally, you should have the J2EE version of Eclipse.
    It makes for easier development and testing of Web Services.
    
(2) Within Eclipse, ensure you have the M2_REPO classpath variable set
    to point to your local maven repository (eg: /home/jblogs/.m2/repository) 

(3) Book out this project from github.
 
(4) Run the install.sh script, which will set up:
    (a) the Eclipse classpath
    (b) the WebContent/WEB-INF/lib directory
    (c) and install the war file in your local maven repo.
    
 Repeat the latter step as often as needed.
    
*==================================================================
* To deploy the artifact to the brisskit remote repository.
*==================================================================
(1) Run the deploy.sh script, which will set up:
    (a) the Eclipse classpath
    (b) the WebContent/WEB-INF/lib directory
    (c) and deploy the war file to the brisskit repo.

*==================================================================
* NOTES...
*==================================================================
(1) The artifact name is governed by the pom's gav coordinates.
    So you will end up with something named like onyxWS-SNAPSHOT-2.0.war
    and this will be its install and deploy coordinates within the repositories.
    In order to run this within a test or live situation, you may need
    to rename the artifact (eg: to onyxWS.war) to keep the standard URL. 
(2) Try not to commit class files, jars and wars during development.
(3) To deploy you will need requisite admin credentials in your settings.xml file
    
    

About

The WebServices to send pdo files into Onyx, updating the Onyx appointment list

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages