Hi, 

I have a question. I loaded portlet information from ajax to do the
solution I'm on charge of.

Where can I get schema from the ajax response Get Portlets...

To use it here:


                var dataIn = Y.DataType.XML.parse(data),
                schema = {  resultListLocator: "status", resultFields:
[{key:"status"}] },
                dataOut = Y.DataSchema.XML.apply(schema, dataIn);


I need to add portlets array and portletInfo definition. 

Should we put object schemas in a place accesible to everyone? Should
they be shared objects?
Should we have a shared library for this pojos?

Thank you.

Reply via email to