T
Taki
Hi,
I am having a trouble with designing my application.
I am new to EJBs, so maybe this is a trivial question, but
I want applets to access EJBs. I believe EJBs are models in MVC.
Applets are like views. I know servlets are controllers, but since
I'm skipping servlets and accessing EJBs directly from applets, what
should be controllers in this kind of architecture?
Also, if someone can give me advantages and
disadvantages of applets accessing EJBs (over applets->servlets->EJBs),
I would appreciate it.
BTW, I don't have an option to use JSP instead of applets because of
the need of a rich client-side view.
Thanks in advance
Taki
I am having a trouble with designing my application.
I am new to EJBs, so maybe this is a trivial question, but
I want applets to access EJBs. I believe EJBs are models in MVC.
Applets are like views. I know servlets are controllers, but since
I'm skipping servlets and accessing EJBs directly from applets, what
should be controllers in this kind of architecture?
Also, if someone can give me advantages and
disadvantages of applets accessing EJBs (over applets->servlets->EJBs),
I would appreciate it.
BTW, I don't have an option to use JSP instead of applets because of
the need of a rich client-side view.
Thanks in advance
Taki