Hello.
I am thinking of using seaside to develop a web based application, but I really do not know how seaside can satisfy my needs. I read the book at the seaside site and all is well with the development in the seaside-way. Although, I have the following questions: I would have components like a grid and graphs in my application. Is this possible? I see that seaside includes Scriptaculous and jQuery, so could I use something like this: http://trirand.com/blog/jqgrid/jqgrid.html? This component (or any other like this) exists or, if not, how difficult is to build it? Another example. Searching the web I found this thing called ZK: http://www.zkoss.org/zkdemo/userguide/. There are at seaside grids, graphics and windows as shown in this demo? Thanks in advance for any help. Regards.
Maxi _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Certainly you have to code the seaside way.
You may combine the table and anchors xmtml elements to build a grid and there is a given sample named table report or so. I coded for the Google Chat API and was able to shows nice graphs, if that is what yo are looking for, I am going t publish that piece OSS soon, bt ping me so I canforward to you in advance, now I dont have my home PC to share now. > Hello. > > I am thinking of using seaside to develop a web based application, but I > really do not know how seaside can satisfy my needs. > I read the book at the seaside site and all is well with the development > in > the seaside-way. > > Although, I have the following questions: > I would have components like a grid and graphs in my application. Is this > possible? > I see that seaside includes Scriptaculous and jQuery, so could I > use something like this: http://trirand.com/blog/jqgrid/jqgrid.html? > This component > (or any other like this) exists or, if not, how difficult is to build it? > > Another example. Searching the web I found this thing called ZK: > http://www.zkoss.org/zkdemo/userguide/. There are at seaside grids, > graphics > and windows as shown in this demo? > > Thanks in advance for any help. > > Regards. > Maxi > _______________________________________________ > seaside-dev mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev > _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
In reply to this post by Maximiliano Taborda
2010/1/27 Sean Allen <[hidden email]>
Yes, that was my question.
Thanks. Maxi
_______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
In reply to this post by Carlos Crosetti-3
Thanks Carlos, I'll be waiting to see that.
2010/1/27 <[hidden email]> Certainly you have to code the seaside way. _______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev |
Free forum by Nabble | Edit this page |