Questions tagged [podo]

PODO is the acronym for a "Plain Old Delphi Object"

4 questions
5
votes
1 answer

DataSnap "Plain Old Delphi Objects" and nested objects

A new article about DataSnap in Delphi XE explains that DataSnap now is able to transfer TObject-descendants between server and client, similar to the Java Enterprise Edition concept of POJO's ("Plain old Java objects"). Does this new feature work…
mjn
  • 36,362
  • 28
  • 176
  • 378
3
votes
2 answers

Delphi datasnap callback - BroadCast question

I'm again in a situation where I've spend an obscene amount of time on trying to customize datasnap callback samples to my needs. I'm old school OOP programmer and have several very large Object hierakies in my "toolbox" PODO style :-) .. and having…
Bimmer_R
  • 588
  • 9
  • 18
0
votes
0 answers

how to write PODO from JSON that has 2 object list withe same name but different values in flutter?

I am trying to fetch JSON Object which has 2 list object with the same name, but has a different value. The object list named "items", the first "items" has "products_title,product_image,link", and the second "items" has "article_title,…
-1
votes
1 answer

How do you Iterate over a List of objects in Dart to a details page in flutter?

When I parse the json data from a list to the details page, all product show the first product details in the details page. [1]: https://youtu.be/VOE33E2DHW8 Details Page Column( mainAxisAlignment: MainAxisAlignment.center, …
Paemark
  • 1
  • 1