hello,
I am currently working on a java-based purchase and sales messaging system. The system currently offers real time message delivery, providing a secure environment for electronic trading --- i.e. it basically allows us to offer a fast, paperless, efficient and error free service to IFAs, stockbrokers and other Intermediaries.
However, it is necessary for me to make some new ehancements to the system and I have not been programming for long in java.
One of the new validation requirements is as follows:
When a user populates one of the message fields, (for example product id.), I must compare the value he/she entered to a list of product id's we already have stored in a Sybase table. If the value does not match one of these id's we have stored in Sybase, then the message will be sent back to the user with an error.
How should I go about coding this validation?
I am currently working on a java-based purchase and sales messaging system. The system currently offers real time message delivery, providing a secure environment for electronic trading --- i.e. it basically allows us to offer a fast, paperless, efficient and error free service to IFAs, stockbrokers and other Intermediaries.
However, it is necessary for me to make some new ehancements to the system and I have not been programming for long in java.
One of the new validation requirements is as follows:
When a user populates one of the message fields, (for example product id.), I must compare the value he/she entered to a list of product id's we already have stored in a Sybase table. If the value does not match one of these id's we have stored in Sybase, then the message will be sent back to the user with an error.
How should I go about coding this validation?