Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Jakarta Velocity


Related Topics

In the News (Sun 23 Nov 08)

  
  The Jakarta Site - The Jakarta Project -- Java Related Products
The Jakarta Project offers a diverse set of open source Java solutions and is a part of The Apache Software Foundation (ASF) which encourages a collaborative, consensus-based development process under an open software license.
Jakarta is organized into subprojects, summarized in the section below.
The ASF contains other Java projects, some of which were a part of Jakarta, that are detailed on the ASF Project page.
jakarta.apache.org   (449 words)

  
 freshmeat.net: Project details for Apache Velocity
Velocity also provides template services for the Turbine Web application framework, making a template service that allows Web applications to be developed according to a true MVC model.
With Velocity, there is no need for the input to be parsed by an XML parser (it is parsed by the Velocity parser which is based on JavaCC and can parse both text AND binary files!).
Velocity is small and compact (304k jar + 70k for logkit logging jar) and does not require a lot of memory.
freshmeat.net /projects/velocity   (604 words)

  
 Apache Velocity Site - The Apache Velocity Project
Velocity is a project of the Apache Software Foundation, charged with the creation and maintenance of open-source software related to the Apache Velocity Engine.
All software created at the Velocity project is available under the Apache Software License and free of charge for the public.
DVSL (Declarative Velocity Style Language) is a tool modeled after XSLT and is intended for general XML transformations using the Velocity Template Language as the transformation language.
velocity.apache.org   (398 words)

  
 Java book > Pro Jakarta Velocity: From Professional to Expert   (Site not responding. Last check: 2007-09-12)
Velocity is an open source template framework designed to simplify the task of generating content such as web pages, email, or any other text-based output.
The Velocity documentation available from Apache is short, low on examples, and leaves holes (even if it is fairly good compared to some other open source projects).
Although Velocity is normally thought of as a web-based framework, the author doesn't let us forget that it can be used for both stand-alone and web applications and gives us detailed chapters on both.
www.javashelf.com /book/159059410X.html   (594 words)

  
 Amazon.com: Pro Jakarta Velocity: From Professional to Expert: Books: Rob Harrop
Most of the velocity commands I am able to figure out pretty quickly without the book, which is good because every time I try to find something ($link.setAction for example, which is needed to obtain the URL for forwarding) it's not there.
Velocity is an open source template framework designed to simplify the task of generating content such as web pages, email, or any other text-based output.
The author shows how Velocity fits into both Struts and Spring, demonstrating that Velocity is not meant to replace these frameworks but rather to simplify content generation in any framework.
www.amazon.com /Pro-Jakarta-Velocity-Professional-Expert/dp/159059410X   (1273 words)

  
 Start up the Velocity Template Engine
At the Jakarta Velocity Project Website, where you can download the freely available source code, a thriving and growing community of users is ready to answer questions and offer solutions to common templating problems.
Velocity was inspired by the pioneering WebMacro project, a work for which we in the Velocity community are grateful.
Velocity is most commonly used as a rendering engine for Java servlet-based Web application development, in place of or in conjunction with JSPs and other rendering technologies.
www.javaworld.com /javaworld/jw-12-2001/jw-1228-velocity.html   (1370 words)

  
 Apache News Online: Apache Jakarta Archives
The Turbine team of the Jakarta Project of the ASF is pleased to announce the release of Jakarta Turbine M.E.T.A 1.3.
The Jakarta Commons HttpClient project is pleased to announce the third release candidate of HttpClient 3.0.
The Jakarta Commons Community is proud to announce the 1.0.1 maintenance release and the first 1.1 beta release of Commons Transaction.
www.apachenews.org /archives/cat_apache_jakarta.html   (8390 words)

  
 ONJava.com -- Accelerating JSP Tag Development with Jakarta Velocity
Velocity is a templating language, the philosophy of which is, "Keep the simple things simple." It sports a very concise syntax for inserting variable references into pretty much any type of textual material, from plain text to HTML to XML.
Why not use Jakarta Velocity as is? Because it's not JSP.
Once satisfied with the validity of tag parameters, we put them all into the Velocity Context object to make them accessible to the markup template.
www.onjava.com /pub/a/onjava/2002/05/01/jsp.html   (954 words)

  
 VelocityNews - Jakarta-velocity Wiki
Velocity versions 1.4 and older require using a version of JDOM older than beta10rc1.
Jakarta Struts as well as a generic template-rendering servlet with tool support.
Getting Up to Speed with Velocity is a really well written article by Jim Jagielski about the merits of using a tool like Velocity.
wiki.apache.org /jakarta-velocity/VelocityNews   (1097 words)

  
 gmane.comp.jakarta.velocity.user
I am planning to use velocity render tool, but do not know how can I refer to the default context for the same.
Hi all, I have tried to write a custom resourceloader on order to be able to load templates from an alternate source.
At the moment I've just got a very simple method (as in a way of doing things, not a Java method) that records the time at the start of handleRequest() and at the end before the 'return template' and logs the difference.
blog.gmane.org /gmane.comp.jakarta.velocity.user   (1016 words)

  
 Java book > Pro Jakarta Commons   (Site not responding. Last check: 2007-09-12)
Jakarta Commons are easily reusable components that can be quickly put to good use in any server-side Java development undertaken.
Jakarta Commons have done a superb job of harnessing the collective intellect and know-how of the great group of contributors who build them.
I found Pro Jakarta Commons to be a great introduction to the commons classes.
www.javashelf.com /servlet/books/1590592832   (524 words)

  
 Balilog.net: Beach therapy: Reaching Jakarta escape velocity   (Site not responding. Last check: 2007-09-12)
In Jakarta, just the journey down to the supermarket to purchase a shopping trolley full of instant noodles and prophylactics can be enough to turn one into a jabbering, batty, loonball.
Volcanic highlands, deserted beaches, hot springs, forests and mountain peaks: all these can be yours and as a bonus, Indonesians living outside of Jakarta also seem to be generally more relaxed and amenable than their urban counterparts.
The fact remains though, that while Jakarta teems with 11 million people 150 clicks up the road, on most weekends, Pelabuhan is a quiet place.
balilog.net /article.php?story=20050924012154820&mode=print   (996 words)

  
 Java Skyline: Learning JavaServer Pages
Velocity is a template-based MVC framework system that is separate from JSP Model 2 architecture and Velocity operates somewhat differently from JSP.
But in Velocity variables are instead organized into non-hierarchial "Contexts." Velocity can connect to JSP through a set of JSP TagLibs.
Turbine is a Servlet based MVC framework that can integrate with Velocity and JSP and works with a wide variety of back-end server tools including (the much sought after) XML-RPC integration.
www.javaskyline.com /learnjsp.html   (4701 words)

  
 Velocity Java engine picks up speed - Computerworld
Velocity enables use of a template language to reference objects defined in Java code and can be used in Web development or to generate SQL, PostScript and XML from templates.
With Velocity, an MVC model is applied in Web page design, enabling designers to focus solely on creating a site that looks good, while programmers can focus on writing top-notch code, Apache Jakarta said.
The goal of Velocity is "to provide a simple, easy-to-use, cross-platform, Java-friendly template engine useful in many types of software applications [and] to not evolve into a full-fledged scripting language," Bubna said.
www.computerworld.com /softwaretopics/software/story/0,10801,106241,00.html   (1047 words)

  
 TM4Web/Velocity
Provides a framework for using the Jakarta Velocity templating engine to render topic map information either statically or dynamically.
Velocity Integration - A set of tools which can be accessed from Velocity templates to make it easier to work with TM4J.
Velocity/Struts Integration - Building on the Velocity integration, this toolset enables the use of Jakarta Struts to build more complex dynamic websites using the Model2 architecture with the TM4J engine providing the Model part of that architecture.
tm4j.org /tm4web-velocity.html   (132 words)

  
 Logging for Apache Tomcat and Velocity using Log4j
Apache Velocity 1.4 to create log files the way I wanted them for a production environment.
This last category includes all manner of output from the Tomcat server about its state of affairs and is also used by other many other systems (like Jakarta Struts).
Version 1.4 of the Velocity template engine supports the log4j logger, amongst others.
minaret.biz /tips/tomcatLogging.html   (2175 words)

  
 $msg.get("title")
To date many of the Jakarta products have been renamed in the repository as it is likely in the near future that most Jakarta projects will choose to use Maven to build.
This may be a bug in Velocity or simple my misunderstanding of how to use Velocity.
I have been using Velocity successfully for some time now to produce parsers for XSD's of my own, but now I have been handed an XSD that contains hyphens in the element names and the code that is produced will not compile in Java because hyphens are illegal in class names and function names.
mail-archives.apache.org /mod_mbox/jakarta-velocity-dev/200209.mbox   (6448 words)

  
 [No title]
Jakarta Ant is not only a tool, it's a powerful language that allows you automate Java-based Web applications.
In the last article in her Jakarta Struts series, Sue Spielman shows you how to use Struts tags to access the ApplicationResource file from a JSP.
In Part 2 of her series on Jakarta Struts, Sue Spielman shows you how to build a simple application from scratch in Struts 1.0.
www.onlamp.com /topics/apache/jserv_servlets   (475 words)

  
 Java Book Reviews: Review - Pro Jakarta Velocity
I have always been a strong supporter of Velocity.
The examples are well thought out and give good coverage of the features of Velocity.
I'm also a strong supporter of Velocity and I wrote a little application named VeloGUI which is a Swing application launched by Java Web Start where you can test some velocity code and see the merged result without commpiling anything !
java-book-reviews.blogspot.com /2004/11/review-pro-jakarta-velocity.html   (389 words)

  
 Apache Velocity Site - The Apache Velocity Project
Velocity is no longer a part of the Jakarta Project.
We have moved to our own web site at
You will be redirected to our new site in 15 seconds.
jakarta.apache.org /velocity   (46 words)

  
 Dummies::Designing the View in Jakarta Struts
Velocity is a Jakarta project — a Java-based template engine that provides a simple scripting language to create pages.
VelocityStruts is an extension to Struts that seamlessly marries the Struts Framework to Velocity.
The nice thing about this method is that you are not forced to choose between one technology or the other.
www.dummies.com /WileyCDA/DummiesArticle/id-2466,subcat-PROGRAMMING.html   (716 words)

  
 Jakarta Velocity 1.0 Released
The Jakarta Velocity project is pleased to announce the release of version 1.0 of the Velocity template engine.
Velocity is a powerful template engine written in Java and released as open source software under the Apache Software License.
For more information, including the v1.0 release of Velocity, please visit the Velocity home page.
www.serverwatch.com /news/print.php/1133731   (223 words)

  
 JSP AND VELOCITY
Release candidate 2 of version 1.3.1 of the Velocity Template Engine is available.
The Velocity Template Language (VTL) is meant to provide the easiest, simplest, and cleanest way to incorporate dynamic content in a web page.
Even a web page developer with little or no programming experience should soon be capable of using VTL to incorporate dynamic content in a web site.
www.jspolympus.com /VELOCITY/Velocity.jsp   (140 words)

  
 Enterprise Java Community: Pro Jakarta Velocity Chapters   (Site not responding. Last check: 2007-09-12)
The introductory chapter looks at the concept of template engines, their specific uses and provides a whirlwind rundown on the basics of Velocity's feature set.
This in-depth look at Velocity leads you immediately toward configuration and setup, all the way to full-blown application development.
This is not merely a book about Web development as the multi-purpose Velocity does more than replace JSP.
www.theserverside.com /articles/article.tss?l=ProJakartaVelocity_Chapters   (284 words)

  
 [No title]   (Site not responding. Last check: 2007-09-12)
Jakarta Velocity is another server side script tool, just like JSP/ASP/TEA etc. It does offer a simplicity that is unmatched by any of those.
Currently there is a tag lib that allows JSP users to use velocity.
To build it yourself: Go to velocity nightly build to download the latest build, and follow instructions.
viscomp.utdallas.edu /FACADE/tutorials/jspguide/velocity-setup.html   (134 words)

  
 Re: Bug: Amaya does not preserve Jakarta Velocity template language statements from Vincent Quint on 2001-06-22 ...
Re: Bug: Amaya does not preserve Jakarta Velocity template language statements from Vincent Quint on 2001-06-22 (www-amaya@w3.org from April to June 2001)
Mike, Amaya is probably not the best tool you may use to edit templates.
Amaya tries to produce valid documents, but Velocity templates, as far as I understand, are not valid HTML or XML documents.
lists.w3.org /Archives/Public/www-amaya/2001AprJun/0171.html   (198 words)

  
 Powell's Books - Pro Jakarta Velocity:: From Professional to Expert (From Professional to Expert) by Rob Harrop
This is not merely a book about web development&emdash; as the multipurpose Velocity does more than replace JSP.
Velocity has many uses beyond being a simple replacement for JSP, and this text discusses and demonstrates that.
You'll start right off with configuration and setup and work through to full application development using Velocity, as well extensions to the Velocity framework.
www.powells.com /cgi-bin/biblio?inkey=4-159059410x-0   (383 words)

  
 TemplateMaker Extension Usage Information   (Site not responding. Last check: 2007-09-12)
More information on using velocity is available in the Velocity User Guide.
Details on the IDE information you can obtain within velocity code in a template is available in the Context information for velocity section below.
The Velocity User Guide describes how velocity provides a way for templates to access properties and variables from within templates.
www.oracle.com /technology/products/jdev/htdocs/partners/addins/exchange/templatemaker/usage.html   (410 words)

  
 Planet Jakarta Family   (Site not responding. Last check: 2007-09-12)
Planet Jakarta Family provides its aggregated feeds in RSS 2.0,RSS 1.0 and RSS 0.9.
Apache Maven 2.0 is a rewrite of the popular Maven application (Apache Maven 1.x) to achieve a number of goals, and to provide a stable basis to take it into the future.
These bridges have been in development for over a year by the Jetspeed-2 Team and is actively used by Jetspeed-2 itself and some already have been adopted by other portals like the JBoss Portal and Stringbeans Portal as well.
www.terra-intl.com /planet/jakarta   (6371 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.