Hi,
how do you generate the JSON and communicate with Spring Boot?

If you're using properties we have a fetch as list but not a post as list 
method. Normally I just create a business object representing the list so:

public MyList implements PropertyBusinessObject {
// ..
     public final PropertyList<MyList, MyObject> listOfObjects = ...
//...
}

On Tuesday, October 27, 2020 at 9:13:22 PM UTC+2 [email protected] wrote:

> Hi,
>
> I don't think I can explain it well, I mean to send an array from my app 
> to my webservice so that later it updates the database.
>
> I have already used the parameters and the body (to send a record), but I 
> need to send an array.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8111a70d-fbcc-49a6-9a43-ccff76c5428fn%40googlegroups.com.

Reply via email to