• Community
  • Products
  • Confluence
  • Questions
  • In atlassian framework, what's the best way to convert a JavaScript array into a Java Array when I send an Javascript variables from the frontend to the backend using AJAX? I converted it JSON array but I wasn't able to convert it to JavaArray in backend.

In atlassian framework, what's the best way to convert a JavaScript array into a Java Array when I send an Javascript variables from the frontend to the backend using AJAX? I converted it JSON array but I wasn't able to convert it to JavaArray in backend.

Mani Tiwaree June 23, 2015
 

1 answer

0 votes
Nelson Carranza
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2015

Hi Mani,

Take a look at json simple for JsonArray

 https://code.google.com/p/json-simple/

https://code.google.com/p/json-simple/wiki/DecodingExamples

Dependes in the data you have, you can send a comma-separate list and then split it

http://stackoverflow.com/questions/7488643/java-how-to-convert-comma-separated-string-to-arraylist

 

Regards

Nelson

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events