This repository extends the eclipse demo-project "XMLExamples" with some examples that I develop during the lecture and lab of my course "Datamanagement with XML" held at FH Vorarlberg. The eclipse project has been renamed to "xml-examples" for this purpose.
This repo contains a project for the Eclipse IDE, hence, you will need a running Eclipse installation. I strongly recommend a recent Eclipse IDE for Enterprise Java and Web Developers. For me, the easiest way to do that is by using the eclipse installer, which you can download here: Eclipse Installer.
In order to download this project, or better "git clone" this project, you can use Eclipse's built in git tools.
- In Eclipse: open the perspective browser ...
- ... and select the Git perspective.
- Clone the SS25 branch by opening the clone tool in the view "Git Repositories" ...
- ... and choosing GitHub and (Next >).
- Enter "geschwaerzler/" in the search field, push (Search), select the repo geschwaerzler/xml-examples and (Next >).
- (Deselect All) branches and select "SS25" as inital branch and (Next >).
- Remember the directory location of the repo on your local disk and (Finish). The repo should not be located in your Eclipse workspace!
- Switch back to the Java EE perspective.
- Select Menu: File > Import and look for "Existing Maven Project"
- Navigate to the project directory and select that diractory.