I have turned EJB 3.1 into a web service. And now I need to create a JSON web service to communicate with the JavaScript component. The JavaScri [t component will use the JSON interface version to communicate with the system and obtain the necessary data. I cannot use XML instead of JSON due to performance reasons. I tried to research on my own, but no solution was found.
Do you have ideas, solutions, or links on how I can use EJB and JSON together.
Thank! Best regards Artem
Tioma source
share