On Thu, 12 Aug 1999, Michael Davidovich wrote:

> Did anyone try and has an impression on WebLogic 4.5.
> It seems like a good choice if one wants fast JSP front end + EJB?

I'm using it on a project now.  we're still in development, but it seems
to be working well.  The only issue with the JSP implementation is that
changes to included files do not force recompilation of JSPs that include
the file (spec is ambiguous on this).  As a result we constantly have to
trash the generated class files to manually force recompilation (we're
using source safe, which makes files read only, so a recursive "touch"
operation is not an option).

But that's not really their fault.  we're not using the EJB stuff, so I
couldn't comment on that.

BTW, their JDBC drivers are excellent.

-- James

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to