Results 1 to 4 of 4

Thread: Tool for web application?

  1. #1
    Join Date
    Jul 2008
    Posts
    5
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Tool for web application?

    Hi All,

    I have a project (web application) to do, but i 'm unable to get any tool that can help develop this application. My first thought was QT (because it is a powerful tool in itself) but then realized that QT cannot be used to develop any web application. I thought somebody out there may help to find such a tool.

    Following is the requirements for this web application.

    Front end
    1. We have some existing html code and javascripts. We need to make use of these (html & javascripts) and provide enhancements to the application by adding more functionalities. Hence the tool must support html coding and javascripts writing.

    Back end
    1. We have existing perl scripts & CGI code. This existing code needs to be integrated in the current application and further enhancements to be provided. Hence the tool must also support perl script and CGI coding.

    I hope to be clear about the tool that I am looking for. Pls let me know if you have any confusion.

    Thanks to all in advance.

  2. #2
    Join Date
    Nov 2008
    Posts
    142
    Thanks
    3
    Thanked 20 Times in 20 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Tool for web application?

    When I think of web applications, I first think of Java. Or, the J2EE stack in general. With technologies such als JSPs you can make use of HTML and JavaScript. In fact, JSP is simply a way for easily integrating HTML with all it's features (such as CSS and JavaScript) and Java code. And there is a vast array of supplemental technologies that provide even more support, like the Struts or Spring frameworks. Regarding the backend, as far as I know common servers such as Tomcat also support CGI.

    As for tools in general, Eclipse with the WTP plugin (Web Tools Platform) provides quite a comfortable way to develop web applications.

    If Java and it's enterprise stack isn't quite the culture shock for you, this might be a viable option

  3. #3
    Join Date
    Dec 2006
    Posts
    849
    Thanks
    6
    Thanked 163 Times in 151 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Tool for web application?

    An alternative *might* be to create a web browser plugin with Qt.
    (Of course, you have to consider that people will need to download your plugin etc... and that this limits the browsers people can use etc.)

  4. #4
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Tool for web application?

    Quote Originally Posted by cool_qt View Post
    Hi All,
    1. We have some existing html code and javascripts. We need to make use of these (html & javascripts) and provide enhancements to the application by adding more functionalities. Hence the tool must support html coding and javascripts writing.
    Thanks to all in advance.
    Prepare for the new Web formats: stay cool basic is only XML
    your client need full support , and it can change idea or styles and after it wand new format.
    Convert existing code to xml.
    Separating the data and the formatting is one advantage of XML and SGL technologies over traditional HTML site design.

    Today exist so many framework to display xml source document or webpage.
    If you write all to html or xhtml, only this one format is possibel to display!
    XML can convert to any format like pdf,xhtml,doc,openoffice,latex,forms,Flash and many other new comming format. You must write only the txt xsl converter

    Create a framework to support XSLT transformation pipelines
    http://www.ibm.com/developerworks/xm...butterflyfmwk/

    PHP tech:
    http://wiki.flux-cms.org/display/FLX/Popoon
    http://wiki.flux-cms.org/display/FLX/Home

    Java tech:
    http://cocoon.apache.org/

    python tech and other:
    http://swik.net/CMS+XSLT

    QT4.5 tech:
    http://code.google.com/p/qtcocoon/ work progress 50% ready

    xml convert by xslt you can put inside javascript flash ajax
    Programm application - data - style are all separated and you can implement your tag and controll the correct style or and xml sintax by relax its ( http://www.relaxng.org/ )

    QT begin to support its
    http://labs.trolltech.com/blogs/?s=x...gsearch=Search

    Only html chunk is not the new era..

    History of the Web Beginning at CERN Switzerland
    http://www.hitmill.com/internet/web_history.html

    search on google:

    "Tim Berners-Lee" +xslt


    greeting from Switzerland
    Last edited by patrik08; 9th December 2008 at 09:40.

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. Third Party tool for deploy Qt Application on Mac?
    By vishal.chauhan in forum Qt-based Software
    Replies: 6
    Last Post: 10th February 2009, 17:03
  3. tool buttons on top of label
    By McKee in forum Qt Programming
    Replies: 5
    Last Post: 2nd November 2008, 16:07
  4. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.