Page 1 of 1
JDBC Support
Posted: Fri Apr 06, 2001 10:28 am
by justin
Is there a JDBC driver available for Texis? If not, then is there another recommended way to utilize Texis as a RDMS in a n-tier environment, preferably on a UNIX plaform?
JDBC Support
Posted: Fri Apr 06, 2001 11:04 am
by bart
What does n-tier mean in your context?
JDBC Support
Posted: Fri Apr 06, 2001 11:29 am
by justin
As a general rule of thumb, I am trying to encapsulate data, business logic, and presentation into seperate conceptual layers.
In my mind, Texis represents the data layer. I would like to use EJB/JSP to fulfill the middle tier and presentation layers.
Thanks.
JDBC Support
Posted: Fri Apr 06, 2001 12:55 pm
by bart
JDBC is supported by Texis under Wintel only. Its a bad protocol to use for web apps anyway. A better alternative is RPC/XML or a SOAPish thing using Vortex as a back end.
This should be enough detail, but if you need more I'll elaborate.