April 2002
Beginner to intermediate
1128 pages
26h 33m
English
To practice working with XML, try the following exercise.
Extend the Agency case study. Amend the AdvertiseBean and AdvertiseJobBean Session beans and the MessageSender helper class to create an XML document containing all the information about the jobs when they are added or updated. The XML document should have a structure like the following:
<?xml version ="1.0"?>
<jobSummary>
<job customer="winston" reference="Cigar Trimmer" new="false">
<location>London</location>
<description>Must like to talk and smoke</description>
<skill>Cigar maker</skill>
<skill>Critic</skill>
</job>
</jobSummary>
Update your Message-driven bean called JobMatch, written as the exercise on Day 10, that searches through all the applicants to find those suitable ...
Read now
Unlock full access