Hello all,

Has anyone out there dabbled with Oracle Application Server, in particular
the JAVA cartridge?  Can you discuss your experience and the pros and cons,
related to JSP?  How is JSP better or worse at delivering dynamic content?
What have you heard about the JAVA cartridge?  Is it reliable, is it
scalable, who in the industry is using it?

With my brief encounter, the Oracle Java classes that come with OAS look
very immature.  I'm a rookie with regards to JSP.  Any info. you could
provide would be greatly appreciated.

Thanks,
Rick

> -----Original Message-----
> From: Weiner, Sam [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 31, 1999 5:51 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Dynamic loading of beans
>
> BTW - I couldn't figure a way to get JSP to automatically recompile
> changed
> beans. I would guess this would be rather difficult, but if anyone knows a
> way ....
>
> Sam
>
>         ----------
>         From:   S. N. Prasanna[SMTP:[EMAIL PROTECTED]]
>         Reply To:       S. N. Prasanna
>         Sent:   Wednesday, March 31, 1999 4:40 AM
>         To:     [EMAIL PROTECTED]
>         Subject:        Dynamic loading of beans
>
>         Hi,
>
>             I am developing an application using JSP. My environment is
> NT4.0
>         Service pack 4, IIS-4.0, Jrun 2.3.
>          I am putting all the classes created by me including JSP beans in
> a
> package
>         named "myClasses" under
>         C:\jrun\classes directory,  which is in the class path. The
> problem
> is these
>         classes are not loaded dynamically. What can I do to make these
> classes
>         especially JSP beans to load dynamically. If I put them in
> servlets
>         directory JSP page compiler gives me error : "class jsp.classname"
> is not
>         found.  If I put beans in class path and every time I make some
> changes to
>         the bean( which is common at the time of development)  I have to
> shut down
>         and restart the server to make changes to take effect.
> recompilation
> of JSP
>         also doesn't help.
>
>         Is there any way by which I can  force the JSP to load/compile
> changed beans
>         dynamically.
>
>         Thanks in advance
>         Prasanna
>
>
> ==========================================================================
> =
>         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".
>
> ==========================================================================
> =
> 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".

===========================================================================
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