|
|
|
J2EE
|
J2EE interview questions page1
What is J2EE?
J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multitier,
View Rating |
|
|
J2EE
|
J2EE Interview Questions -2
Question: What is Deployment Descriptor?
Answer: A deployment descriptor is simply an XML(Extensible Markup Language) file with the extension of .xml. Deployment descriptor describes the component deployment settings. Application servers reads the deploy
View Rating |
|
|
J2EE
|
AllFusion Plex
AllFusion Plex is an Architected RAD tool that combines the techniques of model-based development, patterns and code generation to accelerate the delivery and maintenance of J2SE and J2EE business applications.
View Rating |
|
|
J2EE
|
Parsing an XML Document with XPath
The getter methods in the org.w3c.dom package API are commonly used to parse an XML document. But J2SE 5.0 also provides the javax.xml.xpath package to parse an XML document with the XML Path Language (XPath) .
View Rating |
|
|