I am developing a Jolie (jolie-lang.org) extension, a service-oriented programming language, for handling CoAP message communication. I was wondering if there exists any Java code template for doing that properly. - From the official documentation on GitBook I can’t see anything related. - There exists a official GitHub repo of Jolie, maintained by community developers, but extensions already there have different implementations.
Do you know of any template or IDE-related plugin to develop extensions in Jolie?
As far I know there is no template for developing a plugin in Eclipse or any of the mentioned. The only fully functional plugin is Atom you can use Atom Jolie and work from there. A good starting point is How to built your atom plugin, yet atom plugin development is not small things. Hope it helps