Mageshkumar Maruthapillai wrote:
>
> Hi,
>
>      I want to if there would be any problems using JNI with EJB.
> I am trying to use JNI from my entity beans to access some legacy code
> which accesses my business object data.
>
> Do EJB containers allow this?

Some do.

> Any comments would be very helpful.

If you are not concerned about portability of the code (which seems likely if
you are interfacing with a legacy system), you could use JNI if your server
supports it. Or you could write some C++ CORBA components and access them
using CORBA calls from your EJBs.

> Thanks,
> Magesh.
>
> ===========================================================================
> 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".

--
________________________________________________________________________________

Evan Ireland              Sybase EAServer Engineering        [EMAIL PROTECTED]
                            Wellington, New Zealand               +64 4 934-5856

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