Hi Nicolas, Thanks for the excellent advice, this is very good to know for us new users! If I may ask everyone another question, what are peoples opinions about which libraries are best? most straightforward to use? The only time I've ever used one was to do a drop-down menu ajax auto-suggest on a text box, I tried Scriptaculous and jQuery's and I found Scriptaculous to be much better, jQuery seemed overly complicated to achieve the same goal.
jQuery and jQuery UI ExtJS YUI Dojo Scriptaculous/Prototype others? best, Leandro On Sun, Jul 25, 2010 at 10:40 PM, Nicholas Wehr <[email protected]> wrote: > I don't think you gain anything by using the ExtJS perl module. Since perl > data structures can be serialized to JSON *(extjs objects/code) then having > the JSON view is all you need for easy integration. Once you have the hang > of extjs - it's pretty consistent and clean. No doubt whichever javascript > widget library you use will have you spending equal amounts of time > designing and working in javascript (the UI); perl won't save you here! ;) > > -nw > > On Sat, Jul 24, 2010 at 1:13 PM, Leandro Hermida > <[email protected]> wrote: >> >> Hi, >> >> Thanks very much, I see now that there is a CatalystX::ExtJS distro on >> CPAN and found some tutorials posted on the web showing how to get going >> with Catalyst + jQuery UI! >> >> -L >> >> On Sat, Jul 24, 2010 at 6:31 PM, Nick Perez <[email protected]> wrote: >>> >>> On Sat, 24 Jul 2010 16:43:58 +0200 >>> Leandro Hermida <[email protected]> wrote: >>> >>> > Hi everyone, >>> > >>> > Are there any rich ajax UI component libraries out there that would >>> > interoperate well with Catalyst? >>> > >>> > thanks, >>> > Leandro >>> >>> I've had success both with jquery-ui and also with extjs. A number of >>> people I know that use Catalyst::Controller:DBIC::API also use those >>> tools and report favorable experiences. >>> >>> -- >>> >>> Nicholas Perez >>> XMPP/Email: [email protected] >>> http://search.cpan.org/~nperez/ >>> http://github.com/nperez >> >> >> _______________________________________________ >> List: [email protected] >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst >> Searchable archive: >> http://www.mail-archive.com/[email protected]/ >> Dev site: http://dev.catalyst.perl.org/ >> > > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ > > _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
