Dear wiki user,

You have subscribed to a wiki page "Velocity Wiki" for change notification.

The page FrontPage has been reverted to revision 89 by StefanBodewig.
The comment on this change is: remove spam.
http://wiki.apache.org/velocity/FrontPage?action=diff&rev1=90&rev2=91

--------------------------------------------------

  ##language:en
  #pragma section-numbers off
  = Introduction to Velocity =
- [[http://velocity.apache.org/|Velocity]]  is a simple yet powerful Java-based 
template engine that renders  data from plain Java objects to text, xml, email, 
SQL, Post Script, HTML etc. The template syntax and rendering engine are both 
easy to understand and quick to learn and implement.
  
- Capabilities reach well beyond the realm of the web (ex. xdoclet, middlegen, 
Intellij etc.) to  enable programmers to focus on writing '''functional 
code''', while in parallel, template designers can directly modify templates to 
create '''attractive output'''. In webapps, Model-View-Control (MVC) separation 
can be strongly enforced because templates do not contain "code". Or, at the 
programmers discretion "tools" can be made available in the template for more 
direct access to data.
+ [[http://velocity.apache.org/|Velocity]] 
+ is a simple yet powerful Java-based template engine that renders 
+ data from plain Java objects to text, xml, email, SQL, Post Script, HTML etc.
+ The template syntax and rendering engine are both easy to understand and
+ quick to learn and implement.
  
- VelocityTools is a sub-project which contains extensions aimed at solving 
common web and non-web problems. For example, 
[[http://velocity.apache.org/tools/devel/generic/|GenericTools]] provide 
Date/Number formatting, Math operations, and more. 
[[http://velocity.apache.org/tools/devel/view/|VelocityView]] provides a 
time-tested servlet which can render *.vm files in web applications. Finally, 
[[http://velocity.apache.org/tools/devel/struts/|VelocityStruts]] builds upon 
this foundation to give Struts developers a robust and easy-to-implement 
alternative to JSP. Additional non-web examples are Anakia and DVSL which use 
Velocity for "easier than XSLT" transformations of XML.
+ Capabilities reach well beyond the realm of the web (ex. xdoclet,
+ middlegen, Intellij etc.) to  enable programmers to focus on
+ writing '''functional code''', while in parallel, template designers can 
directly
+ modify templates to create '''attractive output'''. In webapps, 
Model-View-Control
+ (MVC) separation can be strongly enforced because templates do not contain
+ "code". Or, at the programmers discretion "tools" can be made available in
+ the template for more direct access to data. 
  
- More details and the official documentation are on the 
[[http://velocity.apache.org/|Velocity Home Page]]. Be sure to read the  
[[http://velocity.apache.org/engine/devel/overview.html|Overview]],  
[[http://velocity.apache.org/engine/devel/getting-started.html|Getting 
Started]], and the  [[http://velocity.apache.org/engine/devel/webapps.html|Web 
Application Guide]].  You'll also want to check out the [[VelocityFAQ]], or 
post your question to the [[http://velocity.apache.org/contact.html|Velocity 
user list]].
+ VelocityTools is a sub-project which contains extensions aimed at solving
+ common web and non-web problems. For example, 
[[http://velocity.apache.org/tools/devel/generic/|GenericTools]] provide
+ Date/Number formatting, Math operations, and more. 
[[http://velocity.apache.org/tools/devel/view/|VelocityView]] provides a
+ time-tested servlet which can render *.vm files in web applications.
+ Finally, [[http://velocity.apache.org/tools/devel/struts/|VelocityStruts]] 
builds upon this foundation to give Struts
+ developers a robust and easy-to-implement alternative to JSP. Additional
+ non-web examples are Anakia and DVSL which use Velocity for "easier than
+ XSLT" transformations of XML. 
+ 
+ More details and the official documentation are on the 
[[http://velocity.apache.org/|Velocity Home Page]].
+ Be sure to read the 
+ [[http://velocity.apache.org/engine/devel/overview.html|Overview]], 
+ [[http://velocity.apache.org/engine/devel/getting-started.html|Getting 
Started]], and the 
+ [[http://velocity.apache.org/engine/devel/webapps.html|Web Application 
Guide]].  You'll also want to check out the [[VelocityFAQ]], or post your 
question to the [[http://velocity.apache.org/contact.html|Velocity user list]].
  
  This Wiki contains community and developer-oriented content.  Please feel 
free to add new articles, FAQ entries, or code examples.  If you've created a 
website or application that uses Velocity, add it to the PoweredByVelocity page!
  
@@ -41, +63 @@

   * VelocityDocs -- How can we improve the quality of the Velocity 
documentation
  
  === Developers Corner ===
+ 
   * Velocity15ReleaseNotes -- Release Notes compilation for the 1.5 release
   * VelocityDocbook -- The Docbook based Documentation for 1.5 and its 
framework
   * EditXdocs -- Use XMLMind to visually edit the xdoc Documentation
@@ -56, +79 @@

  
  ==== Special pages ====
   * '''WantedPages'''  - linked pages that do not exist
-  * '''OrphanedPages''' - pages not linked to from anywhere
+  * '''OrphanedPages''' - pages not linked to from anywhere 
-  * '''PageSize''' '''EventStats/HitCounts''' '''EventStats/UserAgents'''  - 
stats and graphs
+  * '''PageSize''' '''EventStats/HitCounts''' '''EventStats/UserAgents'''  - 
stats and graphs 
-  * [[http://www.easytoinsureme.com/health-insurance-quote.html|Health 
insurance quotes]] project
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to