Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • delight delight
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • delight
  • delightdelight
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored May 07, 2018 by Christian Reuschling's avatar Christian Reuschling
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 9d2d14da
......@@ -20,4 +20,9 @@ XML-RPC Delight is an addon to the XML-RPC specification (​http://www.xmlrpc.c
XML-RPC Delight creates remote clients to java APIs that are supposed to be used remotely. XML-RPC Delight does this at runtime, not at compile time!
In case the API uses types which are not XML-RPC compliant, java annotations and user-defined conversion methods allow for automatic transformation of types to and from a XML-RPC compliant representation. Optimally, one can use non-compliant java classes in XML-RPC calls without having to code a single line of code!!
While all the automatic conversion is done, communication with the server is still XML-RPC compliant so that remote methods can still be called by non-java languages.
\ No newline at end of file
While all the automatic conversion is done, communication with the server is still XML-RPC compliant so that remote methods can still be called by non-java languages.
**Delight** is used in several projects of the [Smart Data and Knowledge Services](https://sds.dfki.de/ DFKI's) Lab including [Mymory](http://www.dfki.de/mymory),
[Nepomuk](http://nepomuk.semanticdesktop.org), [Perspecting](http://www.dfki.uni-kl.de/perspecting), [Epiphany](http://projects.dfki.uni-kl.de/epiphany), [DynaQ](http://dynaq.opendfki.de/) and [Medical CPS](http://www.dfki.de/MedicalCPS).
**Delight** is published under [LGPL](http://www.gnu.org/licenses/lgpl.html).
\ No newline at end of file
Clone repository
  • DocuFeature
  • ExampleServer
  • ExampleWebApp
  • Home
  • ServerSentEventsFeature
  • StatsFeature
  • people
  • xmlrpc
    • Documentation
    • ExampleUsingConverterRegistry
    • ExampleUsingOwnConceteTypes
    • ExampleUsingOwnInterfaceTypes
    • ExampleUsingThirdPartyTypes
    • ExampleUsingXmlRpcBeans
    • ExampleUsingXmlRpcCompliantTypes

Legal Notice, Imprint, Privacy Policy