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 29, 2019 by Andreas Lauer's avatar Andreas Lauer
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ ced47678
...@@ -14,14 +14,14 @@ Legacy: [XML-RPC Delight](xmlrpc/Documentation) ...@@ -14,14 +14,14 @@ Legacy: [XML-RPC Delight](xmlrpc/Documentation)
# Welcome to the delight JSON over HTTP # Welcome to the delight JSON over HTTP
This Delight backend implementation offers JSON-based RPC calls to simple Java objects implementing Java interfaces or abstract Java classes. **JSON-over-HTTP** is a Delight backend implementation that offers JSON-based RPC calls to **services made out of simple Java objects implementing Java interfaces**.
The interface (or abstract class) is used to forge requests from __easy-to-use Java clients__ to the server. Non-java clients profit from The interface is used to forge requests from __easy-to-use Java clients__ to the server. Non-java clients profit from
the simple HTTP-request format which is also browser __browser-friendly__. the simple HTTP-request format which is also __browser-friendly__.
## How it works ## How it works
Define a Java-Interface, for example Define a Java-Interface (an abstract class would also do), for example
public interface ServiceApi { public interface ServiceApi {
String doSometing(TestPojo parameter); String doSometing(TestPojo parameter);
......
Clone repository
  • DocuFeature
  • ExampleServer
  • ExampleWebApp
  • Home
  • ServerSentEventsFeature
  • StatsFeature
  • people
  • xmlrpc
    • Documentation
    • ExampleUsingConverterRegistry
    • ExampleUsingOwnConceteTypes
    • ExampleUsingOwnInterfaceTypes
    • ExampleUsingThirdPartyTypes
    • ExampleUsingXmlRpcBeans
    • ExampleUsingXmlRpcCompliantTypes

Legal Notice, Imprint, Privacy Policy