on 2/6/01 11:54 AM, "Ethan Adams" <[EMAIL PROTECTED]> wrote:
> I am looking to move my web based mail application written using JSP and Beans
> to a MVC model. I like what I see in Turbine and Velocity.
Great!
> Any performance issues due to parsing the *.vm files? Or, is there some type
> of caching involved?
Tons of caching is enabled (it is disabled by default) and the parser is
quite fast. The parser is based on JavaCC...the same parser behind the javac
parser.
In other words, no major performance issues.
> Anyone have some good examples for the Turbine/Velocity combo?
Scarab is going to be a good example, there is also several examples in the
TDK.
-jon
--
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/> | <http://java.apache.org/turbine/>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/[email protected]/>
List Help?: [EMAIL PROTECTED]