B Mampilli

Ranch Hand
+ Follow
since Aug 05, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by B Mampilli

Hi Manas,

Did you give the exam?

Regards,
B. Mampilli
Hi Bruce,

I am trying to work with 2 XSDs (One inherits from the other).

Just wanted to know if jaxb supports this and generates the classes for marshaling and De-marshalling these files?

Any help here would be helpful.

Thanks
B. Mampilli
Hello Tim,

Thanks for the response. I actually meant "More known and acknowledged by Industry."

I assume that the IBM one would be more acknowledged.

So exam 142 is valid for me. Plan to start preparing for the same.

The URL sent by you contains a lot of information on the same.

Thanks,
B. Mampilli


Hello,

I am interested in doing an XML certification and also learn everything possible about it.

The only one I am aware of currently is XMLMaster certification path.

Has anyone given the basic and the advanced certification? Is this the correct one to prepare for?

Please let me know your thoughts.

Regards,
Bonson Mampilli
Hello,

I have 4 XSDs that have inheritance. For example: A.XSD ->B.XSD - C.XSD ->D.XSD.

When I am trying to generate the Java classes for this, it is not generating the same. However, when I do it for XSDs without inheritance, the corresponding Java classes get created.

I wanted to know if JaxB supports the creation of JAva classes for XSDs with inheritance.

Regards,
Bonson Mampilli
Hello Ranchers,

I want to give an XML certification. Which is the best valued XML certification these days in the industry?

Regards,
Bonson
Hi Raj,

Could you provide some guidance with regard to Test 633. Any other books or links that should be read other than UML Distilled, 3rd Edition? Any help or advise would be valuable.

Regards,
Hi Emad,

I am also reading the UML distilled Edition 3.
I am preparing first for Test 633. I haveent received any additional leads. et me know if you have any further information. We can prepare together. Also, if anyone else is interested, join in.

Regards,
"Pagination" refers to the display of a subset of a result on one page with next and previous buttons for navigation through the result set.

Are you thinking of implementing pagination via servlets?
18 years ago
Hi All,

As IBM Test 486 is about to retire, I wanted to know if anyone in the group has thought if giving the following exam:

"IBM Certified Specialist for Rational Object Oriented Analysis and Design". This comprises of 3 exams:
1. 633
2. 634
3. 635

Please let me know if anyone has any pointers to these exams. Preparation material, etc. or tips .. )

Regards,
Bonson
Hi all,
I faced the same problem a few days back...
Tried all the things that u specified...
The problem is not related to caching, etc...
It is related to the use of frames...
Check what you have specified as the target for the frames...
Also take a look at the question i had posted...
and the solutions i had got...
https://coderanch.com/t/283691/JSP/java/Forcebly-translate-recompiling-JSP
21 years ago
Hi,
Javascript can be executed from within a JSP scriptlet code only on the occurence of some event... for example onChange. So you can say...
input type=button value=callScript onChange=javascript:scriptFunction()
21 years ago
JSP
Hi,
Why synchronise the session object?
The session object is only available is this session and is not available to anyone else...
21 years ago
JSP
Hi,
Yes it should work.
HttpSession session = request.getSession(false);This does not invalidate the current session.
request.getSession with the parameter as false returns the currently valid session if any otherwise it returns null.
As, there is a session existing, it will return it and so the values in the session would be available.
21 years ago
cluster??? meaning??

friends dont know...
21 years ago