Class Structure without implementation
Hello,
Need help in understanding class structure generated from application accelerator.
1) For every application do we need to build a framework and implementation layer? The reason for asking this is we have a small project that reads messages from an MQ->does some business logic and write backs to another MQ the outcome. And this application is not re-used across departments. what is the better approach to take for this kind of requirement?
2) If i don't have a need to extend an application across multiple divisions do we still build an framework and implementaion?