![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Dual constant filesby Tyke (Pilgrim) |
on Mar 13, 2001 at 14:02 UTC ( #64095=note: print w/replies, xml ) | Need Help?? |
The way I tend to handle this sort of problem is to keep the
constants stored in a single independent store (xml for example),
and use that information to generate the constants file in both the
Perl and Java systems as part of the build process.
You might have a look at the Text::Template module to help generate the appropriate files. Failing that, the delegation suggestion is good too ;-)
In Section
Seekers of Perl Wisdom
|
|