Re: Feature question

2000-04-08 Thread Elias Martensson
On Wed, 5 Apr 2000, Dale Bronk wrote: I have an application that uses Apache, JRun, and standard JDBC calls (no EJB) all in the same vm (no distributed objects). It has it's own smtp mailer, connection manager/pooler, etc. Am I going to have problems porting this to Orion since I see that

Re: Feature question

2000-04-05 Thread Eric Richardson
Hi Dale, We have the same situation with a bunch of code, generator etc. I'm planning on making my stuff look like JNDI, DataSource etc. so my stuff can use resources if they are available. These are all interface specifications so if a datasource is available you can use it if you are in Orion