Michael Leung

Greenhorn
+ Follow
since Oct 23, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Michael Leung

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!