Re: Code generator for packet classes!

Hi Vijay,

I searched the Web on Velocity and found some examples, which looked nice but it seems to me that Velocity it is Java only. Is that so? If we have a good template engine for C++ then we could create our own small tool.

I’m digging now on the XML/XSL topic and whether it could do the job. In that case we will be extremely flexible and will not need to implement our own tools but only write XML documents.

Regards,

Peter

Would you like to post a relpy?


This post is a reply to:
Re: Code generator for packet classes!
Hi, I am not sure my reply is relevant.. Velocity template engine is the one i have been experimenting with recently for code generation.. it is very good.. Regards Vijay

Follow-ups:
Re: Code generator for packet classes!
Hi Peter, That is right.. it is a tool created in java and takes java objects as input..But the output can be anything.. html or C++  or java or C Basically it (more...)