I don't know if this is relevant to this thread, but I have found a "javascript/ajax" based UI framework that I have grafted onto my WO EOF frameworks.
Nothing deployed as of yet, quite compelling. The UI isn't WO but I used my EOF and other backend stuff I wrote to support some traditional WO apps. Check this it out at: http://www.nextapp.com ---- Being human is the strangest thing I have ever done. Jerry Porter IT Distribution MS 34-202 Lincoln Financial Group One Commerce Square 2005 Market Street Philadelphia, PA 19103 (215) 255-7031 ----- Original Message ---- From: Ricardo Parada <[EMAIL PROTECTED]> To: WebObjects-Dev Mailing List <[email protected]> Sent: Thursday, March 22, 2007 3:29:37 PM Subject: Re: [Wonder-disc] YUI Integration? Have you guys looked at Ext? >From all the AJAX JavaScript libraries I've reviewed it has the best potential. I've looked at Dojo, YUI, JQuery, Prototype+Scriptaculous. You can look at Ext here: http://extjs.com Or at the authors web site: http://www.jackslocum.com/ Examples and Documentation here: http://www.yui-ext.com/deploy/ext-1.0-alpha3/docs/ Anyways, if you have code invested in prototype.js or jquery.js then Ext can use those libraries as their core libraries. But the standard configuration and the one with the smallest footprint uses YUI core classes (yui-utilities.js). You can also use the Ext core (minus the widgets) which does all the basic ajax stuff: DOM element abstraction, DOM query engine, cross- browser support, loading content from URLs, animations, etc. But the widgets and themes are awesome... check them out. At the end you should be able to customize Ext to include only the stuff you want for your website. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/jep9816%40yahoo.com This email sent to [EMAIL PROTECTED] ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
