Hello,
I am working on my part 2 assignment. I have a question about the interaction between components, and I was wondering if any rancher could help.
For my part 2 project, I plan to use an application controller to control the commands to the various EJB components I have. This would not be a program if the application is a pure web application (as I would use a servlet as the application controller and use a business delegate to call the EJBs).
However, since for part 2, we would also need to have the system work with a java application, I am just wondering how I could reuse the application controller for both the web application (servlet) and the java application?
In other words, what is a good technology that I could use for the application controller so that both a servlet and a java application can use it?
Thanks in advance!