On 10/31/01 11:13 AM, "Hugh Brien" <[EMAIL PROTECTED]> wrote:
> I have a O-R model with three classes that represent a many to many > relationship. When is the best way handle complex O-R mapping when > using Velocity as the template engine. I would have rather used JSP > tempates but I have to work with Velocity > , Yaay! That's the first time I've heard that! If your O-R classes are like beans than you can use them in the velocity context in a similar way you use your beans in JSP pages. You'll have to provide a little more detail for useful help. > Hugh > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
