Re: Hypersonic website / docs

2001-03-20 Thread Richard Goh

Try Mimer SQL. Free for developer. You can also find a type 4 JDBC driver from
their developer website:
http://developer.mimer.se/.

Julian Richardson wrote:

> Hi,
>
> What's the correct url for the hypersonic website? I thought the official
> one was hsql.oron.ch, which I'm sure worked until a few weeks ago but
> doesn't now - I get a forbidden error when accessing it. Interestingly it
> comes back with www.hypersonicsql.com in the error page, but that site
> doesn't seem to exist in any form...
>
> What gives? Is anyone on this list anything to do with Hypersonic and knows
> what's happening with the site (it's been this way for a few days, and I've
> just double-checked that it's not our web proxy)
>
> Failing any kind of online help, are there docs buried within the Orion
> document tree for Hypersonic? I couldn't see anything at all.
>
> What I'm actually after is some kind of command-line SQL client - does
> Hypersonic have one? I know it's got that applet for administration (does
> that even come as part of the Orion install?) but I don't want to fire up a
> browser or mess around with appletviewer unless I have to. I do have a
> homebrew client but it was written against Oracle so I don't know (yet)
> what'll be involved in getting it to work with Hypersonic...
>
> thanks
>
> Jules


begin:vcard 
n:;
x-mozilla-html:FALSE
url:www.snt.com.my
org:SiliconNet Technologies Sdn Bhd;Development
version:2.1
email;internet:[EMAIL PROTECTED]
title:IS Executive
adr;quoted-printable:;;Lot 352, Lorong 12, Jalan Rubber=0D=0A;Kuching;Sarawak;93400;Malaysia
fn:Richard Goh Muk Ling
end:vcard



Calling EJBs from another server

2000-09-18 Thread Richard Goh

Hi all,

I'm new to EJB and Orion Application Server. Currently, I'm using NES as
my webserver and JRun as the servlet container. I'm writng my
application/business logic using helper classes and then let the servlet
communicate with this classes. And, now I see the benefits of EJB. My
question is can I setup Orion in another machine (call this machine 2)
other than my existing machine (call this machine 1 that contains the
NES and JRun) and let servlet in machine 1 using the EJBs in machine 2?
Do I need to install Orion in both machines? I would very appreciated
for the help and some pointer. Thanks in advance.

Regards,
rgml