https://github.com/htr3n/plainservice
A simple DSL for creating and testing Web services
https://github.com/htr3n/plainservice
dsl eclipse soa soap-web-services webservice xtext
Last synced: 5 days ago
JSON representation
A simple DSL for creating and testing Web services
- Host: GitHub
- URL: https://github.com/htr3n/plainservice
- Owner: htr3n
- License: mit
- Created: 2015-10-12T14:14:06.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T21:40:34.000Z (about 4 years ago)
- Last Synced: 2025-02-25T17:48:05.948Z (over 1 year ago)
- Topics: dsl, eclipse, soa, soap-web-services, webservice, xtext
- Language: Java
- Homepage:
- Size: 7 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a set of Eclipse plugins that together provides a simple DSL for creating and testing Web services. Following libraries and frameworks are used or based on:
* The plugins are based on the [Xtext framework](https://eclipse.org/Xtext)
* The generated Java code for Web services is mainly based on [Apache CXF](https://cxf.apache.org).
All are three Eclipse projects that can be imported directly to Eclipse for development purpose. There is a simle Hellworld example included in the "sdl.examples" to get the first feeling.
Any comments and suggesttions are greatly welcomed.