This post originated from an RSS feed registered with Java Buzz
by Marc Logemann.
Original Post: Yahoo, please dont die, i am going to use YUI
Feed Title: Logemann Blog
Feed URL: http://feeds.feedburner.com/LogemannBlog
Feed Description: Marc Logemann's thoughts on java and other stuff
After some days of researching if Dojo or YUI fit better to our projects, i decided on YUI. I created some examples with actions spitting out JSON structures for YUI data based widgets like table and tree and i must say that i am impressed. Like written in my previous blog entry, the documentation of YUI is superb and the the community in the maillist is also quite active.
I am not quite sure if the JSON plugin for Struts2 is ok for me in the long run. I am thinking about writing one myself but for the start its ok to use the existing one. What really puzzles me is the fact that there doesnt seems to be a plugin which consists of a ResultType only spitting out the content of a definable attribute in the ValueStack. I mean there is a PlainText plugin which wants to render a file and spits that out to the Stream, but the more desirable apporach is to point to a var and use that for the browser stream. Perhaps one more plugin to write :)