Hi,

I was on an internet banking project using NAS 4.0 recently.

I don't know what type of info you're looking for, but:

a) we could not connect to the EJB container via RMI from a remote client
(has to be via servlet/jsp runner)
b) we could not use any other Oracle version than 8i, and even then we
needed quite a lot of iPlanet support to get it to work
c) NAB is terrible - we used Visual Cafe Professional 3.0c instead,
although we never figured out how to debug EJBs with it
d) default JSP error feedback is non-existent ("500 - internal server
error"), make a <%@error=..> page ASAP
e) NASADM has bugs.  Deployment was our biggest headache.  Get a deployment
process down-pat ASAP.
f) Steer clear of NAS-specific APIs - you may need to bail to another
container at a later date
g) Investigate clustering early - this project did it late (due to client's
inability to set up environment) and had massive headaches (I had gone
elsewhere by this point).
h) Apply the very latest patchlevel.
i) Make sure your servlet NTV files specify that you don't want to cache
page output (if that is indeed the case) otherwise the webconnector will
cache results from POST operations(!)
j) Disable URL encoding in the web connector if you use javascript in HREF
tags.

James Dodd

ZDNet





Ravindra Balija <[EMAIL PROTECTED]> on 04/13/2000 03:20:50 PM

Please respond to A mailing list for Enterprise JavaBeans development
      <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: James Dodd/ZDNet/LON/ZDEUR)

Subject:  Regarding NAS 4.0 using EJB




Dear ALL,
Does anybody in the list have any experiences with NAS 4.0
implementation EJB Support and JSP support? We are going into the
coding phase soon. I would like to know are there any pitfalls which
we need to take care of. Please let us know so that we could avoid
making the same mistakes.

Thanks with regards,
Ravindra

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

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

Reply via email to