Julia Lane

Greenhorn
+ Follow
since Apr 22, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Julia Lane

My apologies - I only asked the question as I noted that fellow ranchers had taken part in similar Whiz Lab related disicussions, in previous posts.
Hi Pradeep ( or anyone who got their 20% disount),
I have previously purchased the excellent SCWCD product offered by Whiz.
I now wish to purchase the SCEA@Whiz, and take advantage of the 20% discount offered for return customers.

However, on the order form, we are asked for a "Price Code Password" - where should I find this password. Is it the order number on my receipt email??
Thanks
Julia
Hi,
Can someone explain to me what features of a firewall can interfere with IIOP?
I'm guessing port filtering and address filtering?
Thanks
Julia
Hi,
Can someone tell me if I need to cover the details of message driven beans for Part 1?
Also, has anyone who has sat the exam, had a question where they had to identify a design pattern, based soley on its UML?
Thanks!
Hi all,
I have studied the various notes and comments posted on this forum for about 3 weeks now and am considering purchasing the Whiz Labs mock exam simulator.
I used Whiz Labs to help me pass the SCWCD exam and it was excellent.
Does anyone have any opinion on whether the architect version is as useful, or are the free exams adequate preparation?
Any feedback gratefully received,
Julia
________
Thanks Rufus, that's what I thought - phew!
Hi
Could someone please advise me to what level of detail I must know EJB.
For example should I know about the legal constructors for different types of beans - or is this too low level?
Some of the mock tests go into code level detail - could people who have sat the exam tell me if this degree of knowledge is required?
Thanks
Hi everyone,
A number of people have raised the issue of scenario based questions - specifically, that there is not much material out there to help you study for this kind of question.
I thought you might find this link useful
http://ibelgique.ifrance.com/sweber/
Look under the 'synthesis' link, and you will find a set of PDF notes, a number of which use a list of real-life examples to demonstrate topics.
Apologies if this has been noted already, and hope it helps )
Hi,
My goal is to take an XML Schema, and extract the main structure from it, and represent it as XML.
I can do this with XSLT for simple examples, but examples that include files from other locations requires parsing of the file first, to get the external schema content.
So, I need a parser that will allow me to transform the schema into a DOM structure that I can walk over, then apply my XSLT.
I hve looked at Castor's schema parser, but the SchemaWriter is not fully supported.
Xerces4J only deals with Abstract Schemas etc
Does anyone know of an API that will help me do this in Java??
Thanks in advance,