Ola Samuelson wrote:
> 
> Hi!
> I am moving servlets accessing databases(jdbc)  to Linux plattform with
> Apache(jserv) and I am unsure
> whether this will work or not.
> 
> I am using a lot of com.borland.dx classes as well as others.
> Speaking generally: Will it work, provided that I also move required
> classes?
> 
> I guess that my question really is: Does the available JREs/jserv handle
> these kind of classes well provided that
> they are available or am I restricted to use java* classes only?

THe main point to remember about using servlets and JSP is that it *is*
Java, not some broken subset thereof. If you couldn't use other Java
classes it would be kind of pointless. You can use any classes or beans
that you like as long as it's sensible in the context (servlets with
AWT/Swing code for instance is not sensible). You can also define
*which* JVM to use with JServ (I use 1.2prev2 for instance).

-- 
Rachel


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to