Re: Re-Using HSQLDB with EOModeler in a DTJC app
Re: Re-Using HSQLDB with EOModeler in a DTJC app
- Subject: Re: Re-Using HSQLDB with EOModeler in a DTJC app
- From: Arturo PĂ©rez <email@hidden>
- Date: Mon, 28 Jun 2004 20:26:26 -0400
On Jun 28, 2004, at 6:49 PM, Baiss Eric Magnusson wrote:
I don't read from the documentation that I can, say change the way
EO's are fetched from a database from using the WebServer to using
<hsqldb's> proprietary communcations protocol.
Which of the two proprietary mechanisms did you want to use? After
all, the default one that java clients use is fetching via HTTP.
Again, the Web Application Server talks directly to the database
through JDBC. It then "forwards" the data to java client via HTTP. It
sounds very much like what HSQLDB is doing for you. This picture may
help
JavaClient -> HTTP -> WebObjects Application -> JDBC -> RDBMS
<- <- EO <-.....<- rows
It sounds to me as though you want to use Java Client to talk to a
database directly, not through a WebObjects application. I don't think
it can do that.
Maybe you can find a JDBC driver that talks that HSQLDB thing?
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.