Web2py is also interesting.

Source: Internet
Author: User
Tags java web web2py

Learn more, you can easily write your own code later.

For various web frameworks, this is also the time to hit a foundation.

Believe that the introduction of learning, PHP, Java Web Framework, are able to understand more deeply.

defindex ():"""example action using the internationalization operator T and flash rendered by views/default/index.html or view s/generic.html If you need a simple wiki simply replace the lines below With:return Auth.wiki ()"""    if  notSession.counter:session.counter= 1Else: Session.counter+ = 1#Response.flash = T ("Welcome to web2py!")    returnDict (message="Hello, Sky from myapp!", counter=session.counter)defFirst (): Form= Sqlform.factory (Field ('Visitor_name', requires=Is_not_empty ())) ifform.process (). Accepted:session.visitor_name=form.vars.visitor_name Redirect (URL ('Second'))    returnDict (form=form)defsecond ():if  notrequest.function==' First'  and  notSession.visitor_name:redirect (URL (' First'))    returnDict ()

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.