How do I get a strongly typed collection from BlazeDS?

后端 未结 4 1681
感动是毒
感动是毒 2021-02-09 18:45

I\'ve exposed a Spring bean to my Flex app via BlazeDS. In my Java code I return strongly typed lists. e.g.

public List getFolders(String path) {
          


        
4条回答
  •  广开言路
    2021-02-09 19:10

    You mentionned that your Folder class is complex ; does it mean that it contains references to other objects ? In this case don't you have to map every other classes (and check the setters / getters, especially for boolean) ?

提交回复
热议问题