Hello,
Are there any ways that Applet would call an EJB running in J2EE application
server?
I'm looking for solution where client's Applet running in user's browser
would load minimum
amount of jar libraries.
Anyone of you have experince?
Cheers!
Danno - 20 Sep 2006 22:27 GMT
> Hello,
>
[quoted text clipped - 7 lines]
>
> Cheers!
Yes, you can....and you will have to fine tune which libararies you
will need to do it.
Arne Vajhøj - 21 Sep 2006 01:00 GMT
> Are there any ways that Applet would call an EJB running in J2EE application
> server?
> I'm looking for solution where client's Applet running in user's browser
> would load minimum
> amount of jar libraries.
You can.
But I would choose another way.
Arne