I am not sure why so much emphasis is placed on Business Delegate and Intercepting Filter in
SCEA postings.
The reality is, WebClient app and think client apps are two separate apps which are deployed separateley.
However, they will use the same SLSB and DAO.
If they are two separate apps, where is the need for Business delgate?
No delegation is necessary as one app (web app) will hit
Servlet and the web UI will hit Servlet and the other app (thick client) will hit POJO.
Am I missing anything?