Skip to content

Instantly share code, notes, and snippets.

View florianthiery's full-sized avatar

Florian Thiery florianthiery

View GitHub Profile
@florianthiery
florianthiery / README.md
Last active August 16, 2017 14:17
Configurations for JAVA projects using MAVEN

Configurations for JAVA projects using Maven

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik

@florianthiery
florianthiery / README.md
Last active August 16, 2017 14:20
maven dependencies

maven dependencies

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik

@florianthiery
florianthiery / CORSFilter.java
Last active July 11, 2018 16:09
Setup for Jersey 1.19.1 RESTful Interface in Netbeans
package restconfig;
import com.sun.jersey.spi.container.ContainerRequest;
import com.sun.jersey.spi.container.ContainerResponse;
import com.sun.jersey.spi.container.ContainerResponseFilter;
public class CORSFilter implements ContainerResponseFilter {
@Override
public ContainerResponse filter(ContainerRequest request, ContainerResponse response) {
@florianthiery
florianthiery / README.md
Last active January 31, 2024 09:43
pom.xml examples

pom.xml examples

License: CC BY 4.0

Florian Thiery M.Sc.

Römisch-Germanisches Zentralmuseum (RGZM)

i3mainz - Institut für Raumbezogene Informations- und Messtechnik