https://github.com/levigo/jadice-web-viewer-getting-started
How to integrate the jadice web viewer - german docu on https://levigo.de/info/display/JKB/Hinweise+zur+Migration+auf+jadice+web+toolkit+6.0
https://github.com/levigo/jadice-web-viewer-getting-started
Last synced: over 1 year ago
JSON representation
How to integrate the jadice web viewer - german docu on https://levigo.de/info/display/JKB/Hinweise+zur+Migration+auf+jadice+web+toolkit+6.0
- Host: GitHub
- URL: https://github.com/levigo/jadice-web-viewer-getting-started
- Owner: levigo
- Created: 2023-11-03T13:05:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:53:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T13:46:13.273Z (over 1 year ago)
- Language: TypeScript
- Size: 13.1 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JwvGettingStarted
## general structure of this tutorial ##
If you want to just use the latest commit as is, you are very welcome to do so :)
However, if you search for a step-by-step tutorial, we structured this git project
so that every commit adds some more functionality so hopefully if you look at the
git commit history, each step is more digestible than the entire project.
the commits in the next chapter "commit history" are ordered from top to bottom from the most recent
to the least recent time of the commit. If you want to set up your angular project on your own,
you can skip e.g. the most bottom 4 commits as they only explain exactly that without making any use of
the jadice web viewer. Those oldest 4 commits also contribute to the Tutorial 000, while the more recent
commits contribute to the "real beef" in tutorial 001.
So at the end of tutorial 000, we will only have a dummy website talking to a dummy server.
At the end of tutorial 001, we will have a running jadice web viewer demo that is able to render documents
and that has many features like thumbnails, printing and annotations.
### the current commit: ###
added functionality
* possibility to style the viewer, see [styling guide](https://webtoolkit.jadice.com/doc/docs/ng-client/styling)
### previous commits: ###
please check the README.md of that specific commit
## how to run this commit ##
The client should be set up like described in the previous commit "install all necessary dependencies for the client"
For the server, run org.jadice.jwv.tutorial.JadiceWebViewerApplication001 as spring boot application with the classpath set to the subfolder tutorial-001/server of this project.
After that, you need to navigate to localhost:4200 as final step.