<?xml version="1.0" encoding="Shift_JIS" ?>

<document>

 <properties>
  <title>Velocity ニュースアーカイブ</title>
  <originaltitle>Velocity News Archive</originaltitle>
  <author email="geirm@apache.org">Velocity Documentation Team</author>
  <translator>高橋達男</translator>
  <translator>野瀬直樹</translator>
  <original>newshistory</original>
 </properties>

 <body>


<section name="Older Velocity News" alias="Velocity ニュースアーカイブ">

<primary>
<p>
<strong>Hey, Maybe We're On The Right Track After All...</strong>
<blockquote>
Give <a href="http://www.caucho.com/products/resin/ref/velocity.xtp">this</a>
a read.  The latest version of <a href="http://www.caucho.com/">Resin</a>, a
popular servlet engine, has added what they call a "Velocity-like syntax" to their JSP
implementation.  As they say on their site :
<blockquote>
<i>"The Resin-2.0.3 release allows an alternate JSP expression syntax similar to the Apache Velocity project that many find more maintainable than the JSP pointy brackets. Resin's syntax extension is compatible with the usual JSP features like tag libraries."
</i>
</blockquote>

We do think that this is a step in the right direction for JSPs, making the page content easier to
write and maintain.
<br/>
<br/>
However, we want to emphasize to users that this isn't the same thing as using
Velocity - this is a small subset of the Velocity syntax which
was reimplemented in Resin.
<br/>
<br/>
 Velocity is much more than an alternative syntax to the scriptlets and
tags found in JSPs - it's a full-featured templating engine, fully portable to any
J2EE servlet container, that offers many advanges over JSPs in the J2EE
web application environment.  It also an excellent templating tool
for other kinds of applications written in Java.
<br/>
<br/>
So if you are interested in portable alternatives to JSP, we strongly
encourage you look deeper into what Velocity has to offer.
<br/>
<br/>
And if you must use JSPs and want to incorporate Velocity into your
current or new JSP-based web applications, take a look at our
<a href="veltag.html">Veltag</a> JSP taglib which allows the full
power of Velocity in your JSPs.
</blockquote>
</p>
</primary>

<p>
<strong>ほら、やっぱりこの道で正しいんですよ、たぶん…</strong>
<blockquote>
<a href="http://www.caucho.com/products/resin/ref/velocity.xtp">これ</a>を読んでみてください。
人気のサーブレットエンジンである<a href="http://www.caucho.com/"> Resin </a>の最新バージョンで、
JSP 実装に" Velocity ライクな文法"が加わりました。彼らのサイトによると、
<blockquote>
<i>" Resin-2.0.3 リリースでは、多くの人が JSP の山型括弧(&lt;...&gt;)よりもメンテナンスしやすいと思っている、
Apache Velocity プロジェクトと同様の JSP に代わるシンタックスが使えます。 
Resin のシンタックス拡張はタグライブラリなどの JSP の通常機能と互換性があります。"
</i>
</blockquote>

このことは、ページコンテンツを書きやすくかつメンテナンスしやすくなるという意味で、
JSP のあるべき方向性だと思います。
<br/>
<br/>
しかし、強調しておきたいのは、これは Velocity を使うのと同じではないということです。
つまり、 Resin で実装しなおされたのは Velocity のシンタックスのごく一部なのです。
<br/>
<br/>
Velocityは、スクリプトレットやJSPのタグに代わるシンタックス以上のものです。
つまり、Velocityはフル機能のテンプレートエンジンであり、どんなJ2EE Servletコンテナへも
完全に移植が可能で、このことによって、J2EE Webアプリケーション環境で、
JSPよりも多くの点で優位に立っています。また、Javaで書かれた他のアプリケーションにとっても、
優れたテンプレートツールなのです。
<br/>
<br/>
したがって、JSPから移行可能な代替技術に関心があるのであれば、
Velocityが何を提供しなければならないかを十分に観察することを強く推奨します。
<br/>
<br/>
また、JSP を使わなければならなくて、 Velocity を既存の、もしくは新しい
JSP ベースの Web アプリケーションに統合したいのであれば、 JSP で Velocity のパワーをフルに発揮できる
<a href="veltag.html"> Veltag </a> JSP タグライブラリをご覧下さい。
</blockquote>
</p>

<primary>
<p>
<strong>Velocidoc Released</strong>
<blockquote>
<a href="http://velocidoc.sourceforge.net/intro.html">
Velocidoc</a>, a Velocimacro documentation tool modeled after
Javadoc, is now available.  Use Javadoc-style comments in your
Velocimacro libraries, and use Velocidoc to generate HTML
documentation.
</blockquote>
</p>
</primary>

<p>
<strong>Velocidoc がリリースされました</strong>
<blockquote>
Javadoc風 の Velocimacro 文書化ツールである
<a href="http://velocidoc.sourceforge.net/intro.html"> Velocidoc </a>
がリリースされました。自分の Velocimacro ライブラリで、
Javadoc スタイルのコメントを書き、 Velocidoc でHTML文書を生成できます。
</blockquote>
</p>

<primary>
<p>
<strong>New Apache Site Generated with Anakia</strong>
<blockquote>
The new web site of the
<a href="http://www.apache.org">Apache Software Foundation</a>
is now generated using
<a href="anakia.html">Anakia</a>,
the Velocity-based XML transformation tool.
Take a look.
</blockquote>
</p>
</primary>

<p>
<strong>新 Apache サイトは Anakia で生成されています。</strong>
<blockquote>
<a href="http://www.apache.org"> Apache Software Foundation </a>
の新 Web サイトは現在、<a href="anakia.html"> Anakia </a>
( Velocity ベースの XML 変換ツール)で生成されるようになっています。
どうかご覧になってください。
</blockquote>
</p>

<primary>
<p>
<strong>Need To Mix JSP and Velocity?</strong>
<blockquote>
Take a look at a new contribution, a
<a href="veltag.html">Velocity taglib</a> that lets you
use Velocity right in your JSPs.
</blockquote>
</p>
</primary>

<p>
<strong>JSP と Velocity を混在させる必要がありますか？</strong>
<blockquote>
新機能である、
<a href="veltag.html"> Velocity taglib </a>をご覧ください。
これによって、 JSP 内で Velocity をそのまま使うことができます。
</blockquote>
</p>

<primary>
<p>
<strong>4 published articles covering Velocity</strong>
</p>
</primary>

<p>
<strong>Velocityが4つの記事に掲載されました</strong>
</p>

<primary>
<blockquote>
<a href="http://www.webtechniques.com/archives/2001/09/serv/">Getting Up
to Speed with Velocity</a> is a really well written article by Jim
Jagielski about the merits of using a tool like Velocity.
</blockquote>
</primary>

<blockquote>
Jim Jagielski による
「<a href="http://www.webtechniques.com/archives/2001/09/serv/"> Velocity
でスピードアップ</a>」という記事は、 Velocity のようなツールのメリットに関して、
実にうまく書かれています。
</blockquote>

<primary>
<blockquote>
Many people believe that Velocity can only be used in the context of web
applications. This excellent <a
href="http://www.javaworld.com/javaworld/jw-07-2001/jw-0727-templates.html">JavaWorld
article</a> by Leon Messerschmidt shows that the design of Velocity is
such that it can be used in a myriad of applications.
</blockquote>
</primary>

<blockquote>
多くの人が Velocity は Web アプリケーションでしか使えないと思っています。しかし
Leon Messerschmidt による、この優れた<a
href="http://www.javaworld.com/javaworld/jw-07-2001/jw-0727-templates.html"> JavaWorld
の記事</a>は Velocity の設計がいろんなアプリケーションで使えることを示しています。
</blockquote>

<primary>
<blockquote>
The Java Developer Journal recently <a
href="http://www.sys-con.com/java/articlea.cfm?id=1080">published</a> an
edited version of the <a href="./ymtd/ymtd.html">YMTD article</a> by Jon
Stevens as the cover story for their July edition.
</blockquote>
</primary>

<blockquote>
Java Developer Journal の(2001年)7月号のカバーストーリとして、 Jon Stevens が
<a href="./ymtd/ymtd.html"> YMTD のマニュアル</a>を編集した記事を<a
href="http://www.sys-con.com/java/articlea.cfm?id=1080">掲載しました</a>。
</blockquote>

<primary>
<blockquote>
  The Sun <i>Dot-Com Builder</i> developer information site has a "Best Practices" product profile on Velocity.  Check it out
  <a href=" http://dcb.sun.com/practices/profiles/velocity.jsp">here</a>.  Thanks Sun!
</blockquote>
</primary>

<blockquote>
Sun の<i>ドットコムビルダ</i> 開発者情報サイトに、 Velocity による「ベストプラクティス」製品紹介
が掲載されています。<a href=" http://dcb.sun.com/practices/profiles/velocity.jsp">こちら</a>
をチェックして下さい。 Sun に感謝!
<br/>(訳注：現在はこのサイトはクローズしています。)
</blockquote>

<primary>
<p>
<strong> 4 Products/Projects Now Depend on Velocity </strong>
</p>
</primary>

<p>
<strong>現在、4つの製品/プロジェクトで Velocity が使われています</strong>
</p>

<primary>
<blockquote>
Gentleware, Xadra and Vamp have built products which depend on Velocity.
J/Top, a server monitoring project, also uses Velocity for email output
formatting.
We have listed them on our ever expanding <a
href="./powered.html">Powered By Velocity</a> page.
</blockquote>
</primary>

<blockquote>
Gentleware、 Xadra、 Vamp が Velocity を使って製品をビルドしています。
J/Top (サーバ監視プロジェクト)も Velocity をEメール出力の整形に使っています。
これらについては、さらに拡大しつつある<a href="./powered.html"> Powered By Velocity </a>
ページで一覧にしています。
</blockquote>

<primary>
<p>
<strong> 5 Web Frameworks Now Support Velocity </strong>
</p>
</primary>

<p>
<strong>現在、5つの Web フレームワークが Velocity をサポートしています</strong>
</p>

<primary>
<blockquote>
Turbine, JPublish, Melati, Maverick and WebWork
all support Velocity.
We have listed them on our ever expanding <a
href="./powered.html">Powered By Velocity</a> page.
</blockquote>
</primary>

<blockquote>
Turbine、 JPublish、 Melati、 Maverick、 WebWork は全て Velocity をサポートしています。
これらについては、さらに拡大しつつある<a href="./powered.html"> Powered By Velocity </a>
ページで一覧にしています。
</blockquote>

</section>
</body>
</document>
