JCA has nothing to do with JINI or such rocket science (but so nice...)
APIs.

JCA is an API to access back end systems such as an ERP or a TP monitor.
You can compare JDBC and JCA: JDBC access only relational-formated resource
managers, while JCA access any kind of resource manager.

JCA manage for you: connection, transaction, security.

JCA bring an answer to the following questions:
   How an EJB can start a CICS or Tuxedo application?
   How to integrate J2ee TX with CICS transactions?
   How to access an ERP?
   and so on.

So, If you write an "enterprise" application, JCA is a critical part of your
architecture to solve the techological back end intergation and avoid a
vendor lock-in.

JCA was a missing piece in the J2ee "jigsaw" enterprise API, that's now
solved with J2ee 1.3

Tibo.
Valtech

>-----Original Message-----
>From: Gene Chuang [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 20, 2001 1:07 PM
>To: [EMAIL PROTECTED]
>Subject: Re: Connector Architecture
>
>
>Not sure if this is just another soon-to-be-forgotten
>buzz-word from the Sun
>Marketing Machine...  (see JINI, JavaSpace)
>
>If you want a serious discussion, please include some links we
>can gander...
>
>Gene
>
>-----Original Message-----
>From: A mailing list for Enterprise JavaBeans development
>[mailto:[EMAIL PROTECTED]]On Behalf Of Arul
>Sent: Thursday, February 01, 2001 5:04 AM
>To: [EMAIL PROTECTED]
>Subject: Connector Architecture
>
>
>Hi Guys
>
>How about discussing Connector architecture
>
>and i hope u guys know Weblogic has released it beta for
>supporting this
>connector architecture..
>
>Arul
>
>===============================================================
>============
>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".
>
>===============================================================
>============
>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