Answered Questions

  • Struts 2 Framework

    What are the advantages and disadvantages of Struts 2 Framework?

    Star Read Best Answer

    Editorial / Best Answer

    tirumurugan  

    • Member Since Jun-2009 | Jun 25th, 2009


    Advantages of struts

    1. Centralized file-based configuration
    2. Form beans.
    3. Bean tags.
    4. HTML tags
    5. Form field validation
    6. Consistent approach.

    Disadvantages of struts

    1. Bigger learning curve
    2. BAD documentation
    3. Less transparent
    4. Rigid approach.

    tirumurugan

    • Jun 25th, 2009

    Advantages of struts1. Centralized file-based configuration2.
    Form beans.3. Bean tags.4. HTML tags5. Form field validation6.
    Consistent approach.Disadvantages of struts1. Bigger learning curve2.
    BAD documentation3. Less transparent4. Rigid approach.

  • What is htaccess?

    What is htaccess? Why do we use this and Where?

    abc

    • Sep 12th, 2011

    Using this ".htaccess" file, we can control "php.ini" and "httpd.conf" file. For php.ini: for register globals, Enter "php_flag register_globals on" in that file and place it inside the context fold...

    tirumurugan

    • Jun 19th, 2009

    Htaccess (hypertextaccess) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's global configuration;