Projects
Overview
This page serves as an overview page for projects, utilities, and example code hosted at conspicio.dk. For each project there will be a short summary of the project along with links to downloads, articles, and other resource related to each project.| Project | Description |
|---|---|
| XML Element Wrapper |
Summary
The XML Element Wrapper plugin is a JAXB plugin for the Articles The blog entry JAXB @XMLElementWrapper Plugin describes the details of the motivation for using the plugin along with some information on how it works. Downloads The binaries and source for are released under a BSD style license. Please refer to the LICENSE file for details. Download the latest binary jar file, and/or the complete source for the latest release. Please note: The xew.jar file available here is built with JDK 1.6 and JAXB 2.0. To use it with another combination like for example JDK 1.5 and JAXB 2.1, download the source code and recompile it. Also, the plugin will not currently work with the combination JDK 1.6 and JAXB 2.1. The article Migrating JAXB 2.0 applications to JavaSE 6 offers some explanations - but I've not been able to make it work completely yet. |
| SAP XI UDF Workbench | Summary The SAP XI UDF bench is an implementation of a few of the SAP XI runtime classes to enable development and testing of SAP XI User Defined Functions outside the SAP XI system. Articles The blog entry Using Eclipse for Developing SAP XI User Defined Functions describes the details. Downloads The source for are released under a BSD style license. Please refer to the LICENSE file for details. Download the full source zip archive. |