General table/tree display of XML or JSON?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

General table/tree display of XML or JSON?

Mariano Martinez Peck
Hi guys, 

I am writing a client of a restful API and the results are either XML or JSON. One thing I wanted to do is a very simple generic/automatic table/tree view of the results. You know, something easy as an html table where first column is tag name and second column is value, and one row per tag. Of course, some tags are "complex" since they actually aggregate other tags. So if the table could actually be a tree, that would be cool. 

Seems there are lots of jquery plugins or similar stuff. Is there something already integrated in Seaside?

Thanks in advance,  

--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: General table/tree display of XML or JSON?

Maximiliano Tabacman
https://code.google.com/p/dynatree/

We wrapped that one with a little bit of Smalltalk and are quite happy with the results so far.


Lic. Maximiliano Tabacman
Desarrollo y Tecnología
Mercap
Tel: +54 (011) 4878-1116 al 19
http://www.mercapsoftware.com
This message is confidential. It may also contain information that is privileged or otherwise legally exempt from disclosure. If you have received it by mistake please let us know by e-mail immediately and delete it from your system; also you shouldn't copy the message nor disclose its contents to anyone. Thanks.



On 18 April 2014 11:08, Mariano Martinez Peck <[hidden email]> wrote:
Hi guys, 

I am writing a client of a restful API and the results are either XML or JSON. One thing I wanted to do is a very simple generic/automatic table/tree view of the results. You know, something easy as an html table where first column is tag name and second column is value, and one row per tag. Of course, some tags are "complex" since they actually aggregate other tags. So if the table could actually be a tree, that would be cool. 

Seems there are lots of jquery plugins or similar stuff. Is there something already integrated in Seaside?

Thanks in advance,  

--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside