Velocity Resource

There are many resources and examples available to the programmer, we recommend that you review the samples, documentation and source code that we provide. Here is a list of some very useful resources:

  • Source: src / the Java / ... , Velocity project all the source code paths
  • Application Example . 1 : examples / app_example1 , how to use the application Velocity small example
  • Application Example 2 : examples / app_example2 , how to use the application Velocity application utility class
  • Log example: examples / logger_example , how to use Velocity to create a custom logging class and register it as a way to accept all the log information
  • XML example: examples / xmlapp_example , how Velocity using an internal template JDOM to read and retrieve XML data
  • Event example: examples / event_example , demonstrate the use of event handling API
  • Anakia example: examples / Anakia , how to use Velocity to create XML example stylesheet renderings of data
  • Documents: docs , Velocity project all html documents
  • API : Documentation docs / API , Velocity project Javadoc documentation
  • Template: the Test / Templates , we tested the platform in a huge collection of template examples, there are a number of useful VTL (Velocity Template Language) example
  • Context Example: examples / context_example , extended Velocity context of 2 an example and for advanced users

All of the above references are distributed directories under the main directory.

Reproduced in: https: //my.oschina.net/secyaher/blog/274492

Guess you like

Origin blog.csdn.net/weixin_34033624/article/details/91967126