20th Day How can I persist

Source: Internet
Author: User

Time too fast, all 20th days, seemingly not much progress Ah, seems to have a little understanding of freemarker, freemarker and Velocity and JSP are similar, template language, Freemarker will not embed Java code, Will do the MVC architecture requirements of the presentation layer and control layer separation, can be a good combination with the struts framework, should also be able to combine with spring. Today another day of the interface, seemingly learned something, as if to know how to write interface, write more naturally will, do not be discouraged. The development of the always oppressed ah. Learn something more. Freemarker:

Configuration cfg=NewConfiguration ();//To create a load configuration instanceCfg.setdirectoryfortemplateloading (NewFile ("Templates")); Map Root=NewHashMap (); List List=NewArrayList (); List.add (NewAddress ("China", "Beijing")); List.add (NewAddress ("United States", "New York")); Root.put ("User", "Laosan"); Root.put ("LST", list); Template T1= Cfg.gettemplate ("A.FTL"); Writer out=NewOutputStreamWriter (System.out);        T1.process (root, out);        Out.flush (); Out.close ();

Framework, architect, product manager.

20th Day How can I persist

Related Article

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.