<$BlogRSDUrl$> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } }
Monday, June 07, 2004

Enterprise Application Intearaction 

> Enterprise Application Intearaction
>
> .Integration through data
> JDBC, JDO, and other ways to access data
> Using XML for data exchange (JAXP)
> Message brokers (JMS)
>
> .Business method integration
> RMI-IIOP and Java IDL for CORBA integration
> Using EJBs for integration
> The J2EE Connector Architecture (JCA)
> COM bridges for Windows integration
> Transaction (JTA) and security (JAAS) management
>
> .Presentation integration
> Servlets and JSP pages for client integration
>
> .B2B integration
> XML technologies and vocabularies
> XML/XSLT for building user interfaces
> SOAP, UDDI, and WSDL
> E-Marketplaces and portals

Comments: Post a Comment

This page is powered by Blogger. Isn't yours?