Skip to content
Discussion options

You must be logged in to vote

well i do not use java

The easiest solution would be to create a minimal Java server using Spring Boot + Maven, and use OpenJDK to run it, add dependencies to EFX toolkit, have one API end-point accepting HTTP requests with EFX text and responding with true or false.
Maybe the editor demo could have an API call like that, which you could call on localhost, currently the editor demo is not yet using EFX toolkit, but it could be an idea for later.

Another possibility is to start from the ANTLR grammar provided in the SDK: https://github.com/OP-TED/eForms-SDK/tree/develop/efx-grammar, but that is more difficult than trying to reuse the EFX toolkit.

If you will turn it to json will you kee…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@elerik
Comment options

@rouschr
Comment options

Answer selected by elerik
@elerik
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
efx-grammar Related to the EFX grammar (syntax, concepts etc) efx-toolkit Related to the EFX Toolkit Java library validation Related to notice validation.
2 participants