Re: Orion 1.2.7 download broken

2000-08-31 Thread Ted Neward
I just did, off the very URL you gave in the message. No problems. Ted Neward Java Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/~tneward - Original Message - From: "Michael Mok" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAI

Re: RMI from EJB, permissions in EJB

2000-08-31 Thread Ted Neward
so the EJB spec CAN'T, in my interpretation, forbid RMI calls, because then a Bean could never refer to another bean in any way. Is there some text I missed in that section? (I freely admit, I just skimmed it just now--not a real deep read--but didn't see anything along those lines.) T

Re: Orion and Visibroker 4: ClassLoader probs(?)

2000-03-30 Thread Ted Neward
f, you can usually get away with just calling the 3-arg Class.forName() method, with the 3rd arg being the ClassLoader coming from Thread.getContextClassLoader(). Or you can risk it and use the ClassLoader that loaded you. Your choice. :-) Ted Neward Java Instructor, DevelopMentor ( http://www.d

Re: Orion and Visibroker 4: ClassLoader probs(?)

2000-03-28 Thread Ted Neward
va2 way. Just a wild-*ss guess, but without any sort of confirmation or denial from the Orion team, it's about as good as it gets, it seems. Potential workaround: do a Class.forName(p.get(Context.INITIAL_CONTEXT_FACTORY)) before calling into the JNDI InitialContext constructor. T

Re: Dynamic class loading in servlet

2000-03-16 Thread Ted Neward
javageeks.com/Papers/ClassForName Orion team: Make sure you get this ClassLoader thing right--BEA/WebLogic doesn't, I know for a fact. Ted Neward Java Instructor, DevelopMentor ( http://www.develop.com ) http://www.javageeks.com/~tneward -Original Message- From: Eric Richardson <

Re: Some Advice Requested.

2000-02-17 Thread Ted Neward
>We will rewrite our applications with a method we call servlet-entities : >HTTP as a protocol replacing RMI/IIOP >XML for data exchange > Don't forget to have a look at SOAP--it's exactly what you're describing above. Ted Neward Java Instructor, DevelopMentor ( ht

Re: Some Advice Requested.

2000-02-17 Thread Ted Neward
ok about this ( http://www.manning.com/Neward3 )--but you have to understand the risks you assume in choosing the "build" option in the "buy vs. build" decision. Ted Neward Java Instructor, DevelopMentor ( http://www.develop.com ) http://www.javageeks.com/~tneward -Orig