in reply to Perl and jqwidgets

I have several products at work which use Perl and Oracle to generate HTML/JSON for a jQuery front end. Use a framework (Dancer/CGI::Application) to quickly develop a prototype system that allows you to test the functionality/widgets you require. Then you'll be able to tell if this is a "good option" or not. Consider using a templating system (Template::Toolkit, HTML::Template...) to keep your perl code seperate from the HTML/CSS/JavaScript.

Replies are listed 'Best First'.
Re^2: Perl and jqwidgets
by doubledecker (Scribe) on Dec 29, 2013 at 14:27 UTC

    marto

    could you please provide links for the products developed to get an idea

      An idea of what? These are internal tools for our client, and aren't internet accessable. It sounds like you need to spend the time to investigate which serverside and client side framework to use. A google/web search will provide various resources I'm sure. This is seems like a vague set of requirements, if you have any concrete technical questions feel free to let us know.