Discussion
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?
Hi, The Application Accelerator is now called the New Application wizard (at least it is in Pega 7 Platform). You can choose to build an application that is either a framework application or an implementation application and not both:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v719/procomhelpmain.htm#tools/basicappaccelerator/appexpress1.htm
See step 5.
Also, here is some additional information about class layers:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v719/procomhelpmain.htm# project delivery/proj-class-layers-con.htm
Hope this helps!