Ask a Question

How XML used in J2EE? Explain briefly the JAXP packages. How to parse an XML document using SAX. Explain Java Architecture for XML binding. Comparison between LDAP and JNDI? Explain the JINI architecture.

on 2010-06-01 17:57:29   by Arijit   on Computer Science & Engineering  2 answers

Indraneel

on 2010-06-28 09:30:00  

XML is mainly used for * Web Development * Documentation * Database Development

Indraneel

on 2010-06-28 09:30:00  

JNDI has classes provided by Sun that will help your application interact with an LDAP server. JNDI applications work similarly to JDBC applications....Write an application once and be free to use \"drivers\" from different vendors. Sun provides the \"driver\" that will help interact with the LDAP server. Sun also provides \"drivers\" for other naming services(like CORBA, Netscape) What Sun has not written is a driver to interact with ADSI(win 2000)