I knew my question may not be very related to this list, but let me just ask anyway:
I have many DB2 stored procedures, for each procedure I correspondingly have a Java parser to parser the result set. I currently name these classes the same name as stored procedure. Example, Csm5RRP (this is the stored procedure name), then my Java class name is Csm5RRPParser.java. Then 2 days ago, they have to change the names for all the stored procedure, to makes things meaningful, I have to rename all my java classes. -- this is really a pain. Do you guys have an argument on this? Is this a good naming practice? If not, what will be the naming convention in this situation? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]