Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
examples
Forked from jolie/examples
Examples used for Jolie tutorials and other explanations
Jolie 2
-
jester
Forked from jolie/jester
Jester - the Jolie rEST routER
JavaScript 1
-
jocker
Forked from jolie/jocker
The Jolie Docker Orchestrator
Jolie 1
-
JolieTestSuite
a test suite for performing unit tests
-
db_connector
Forked from jolie/db_connector
A connector service towards several Database Management Engines.
Java
-
jolie
Forked from jolie/jolie
The Jolie Language Interpreter
Java
548 contributions in the last year
Contribution activity
May 2019
April 2019
Created a pull request in jolie/jolie that received 1 comment
- added readme
- moved and fixed redirection example
- new examples for interface extension
- added simple courier example
- added protocol transformation example
- change readme
- added md extension to file README
- added programmatically surface extraction example
- added README to aggregation example
- modifications on internal service example
- refactoring embedding example
Created an issue in jolie/jolie that received 5 comments
Bug in courier definition
If you run the following service, just a "null" appears on the console: `include "console.iol" include "time.iol" interface TestInterface { Request…