My take on it is that a limited amount of functionality is valuable--make the simplest use-cases extremely simple. Anything beyond that it's better to just use the framework raw; there are many advantages to that approach. Anything beyond simple use-cases requires JavaScript code anyway; might as well just use the language that's best suited to the task.
My own jQuery plugin does this, the simple stuff can be done with tags; anything beyond that I do by hand. Dave --- On Thu, 7/10/08, Musachy Barroso <[EMAIL PROTECTED]> wrote: > From: Musachy Barroso <[EMAIL PROTECTED]> > Subject: Re: dojo plugin > To: "Struts Developers List" <dev@struts.apache.org> > Date: Thursday, July 10, 2008, 1:11 PM > Well, I have started 3 times so far, and quit each time. In > my very > own humble opinion I don't think it is worth all the > effort. Our > javascript code consists of wrappers around the dojo > widgets to either > fix bugs, or add functionality (like topics). Feel free to > ask > questions about the current implementation. > > musachy > > On Thu, Jul 10, 2008 at 12:20 PM, Miguel > <[EMAIL PROTECTED]> wrote: > > Hello All, > > Is there anyone that is trying to port the > struts2-dojo-plugin from > > dojo 2.4.x to 1.1.1? > > I've downloaded de source, and will be trying to > figure which struts > > widgets don't play well with the new dojo, but to > be honest, i'm feel > > a bit lost in all that code, specially in the js > stuff. > > > > From the posts i've seen musachy i think takes > care of that; may be we > > could coodinate the work? > > Any pointer would be appreciated. Thanks > > > > Si quieres ser más positivo, pierde un electrón > > Miguel Ruiz Velasco S. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > -- > "Hey you! Would you help me to carry the stone?" > Pink Floyd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]