Skip to content

Java EE Timer-based JAX-RS client to cloud file store application to facilitate analysis of text content obtained from APIs (proof of concept)

Notifications You must be signed in to change notification settings

UCL/wsclient-cloudstore-poc

Repository files navigation

wsclient-cloudstore-poc

A Java EE Timer-controlled JAX-RS client to cloud file store application to facilitate analysis of text content obtained from APIs (proof of concept).

Build Status
Master

Build Status

Devel

Build Status

Build instructions

Requirements

git clone [email protected]:UCL/wsclient-cloudstore-poc.git
cd wsclient-cloudstore-poc
./mvnw package

Maven phase package generates a shell script to run the application in an embedded instance of Glassfish 5. For deployments in a different Java EE server, please use the generated artifact wsclient-app-[version].jar in wsclient-app/target.

Usage

The application can run locally using the maven-generated script:

sh wsclient-main/target/app/bin/glassfish5

It needs the following environmental variables:

From Twitter API https://apps.twitter.com/

  • TWITTER_KEY

  • TWITTER_SECRET

From Microsoft App portal https://apps.dev.microsoft.com/

  • MSGRAPH_REFRESH

  • MSAPP_SECRET

  • MSAPP_ID

Support/Issues

Please open an issue for support.

Contributing

Please contribute using the Github Flow workflow.

Please keep the use of 3rd party runtime libraries to a minimum. The application is expected to run on a standard Java EE 7 server (Glassfish full profile).

License

MIT License

Copyright (c) 2018 David Guzman <d.guzman at ucl.ac.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Java EE Timer-based JAX-RS client to cloud file store application to facilitate analysis of text content obtained from APIs (proof of concept)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published