Introduction to the play framework

Source: Internet
Author: User

Play framework is a fully functional Java Web development framework. It adopts a restful architecture design, which is simple and flexible. Play
Framework uses the MVC pattern as the web layer, integrates hibernate to manage the persistent layer, play
The framework also uses a groovy-based template engine.

  • The play framework allows developers to view the modified effects without re-compiling, packaging, and publishing the application, so that developers can debug the application conveniently.
  • The play framework uses a stateless model. It is a "non-shared" system that can deploy multiple play framework instances on multiple servers without interfering with each other.
  • The play framework uses groovy as the template engine, allowing the presentation layer to truly achieve efficient and concise development.
  • The play framework has an accurate error locating mechanism. When an error occurs, it can be precisely located.Code.
  • The play framework is fast, starts fast, and runs fast.
  • The project home page: http://www.playframework.org/

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.