RE: Antwort: RE: Antwort: Re: client / server through ejb

2003-03-31 Thread Thimo König
Hi Jürgen, > should i switch to jboss? if yes, why? Beginning with J2EE it is a good way to first use reference implementation from Sun because the Sun tutorials rely on it. But for real life applications you should use another J2EE Server like JBoss. I am using JBoss because it is OpenSource, we

Antwort: RE: Antwort: Re: client / server through ejb

2003-03-31 Thread Jurgen . Richtsfeld
Hi Jürgen, > with some reading. there is only one problem left, and that > is my need to > use a http connection because of proxies and firewalls. but i > already fond > a library called jproxy, that can tunnel rmi calls through http. I don't think you need to use an external lib to tunnel rm

RE: Antwort: Re: client / server through ejb

2003-03-30 Thread Thimo König
Hi Jürgen, > with some reading. there is only one problem left, and that > is my need to > use a http connection because of proxies and firewalls. but i > already fond > a library called jproxy, that can tunnel rmi calls through http. I don't think you need to use an external lib to tunnel rm

Antwort: Re: client / server through ejb

2003-03-30 Thread Jurgen . Richtsfeld
hi! i also agree that discontinuing the old client/server implementation is a good step. my question was just because i don't have experience with ejb. now i think i understand the idea a bit more, and with you explanation i understand, why you use SessionBeans instead of EntityBeans. as a ejb