Panel | ||
---|---|---|
| ||
Process classes are Controller classes are classes used to implement all the process flows by calling the business objects. Basically, they are used to implement any batch, background or interactive process in the system. We also use EJBs (Stateless Session Beans) for the process classes as well to implement the process functionality. What does this section cover?
|
...