Sandip Kaviman

Ranch Hand
+ Follow
since Apr 27, 2004
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 Sandip Kaviman

Hi Rakesh,
I am trying to convert it to XMI 1.1 for UML 1.3.

Thanks
Sandip
Hi,
Has anyone tried exporting a .uml project to XMI in starUML. I have my class and Sequence Diagrams (tons of it!) in starUML, and now I have to use Visual paradigm. So I have to sync it up.

I am trying to convert the .uml into XMI but I am getting error.

"Access Violation at address 053XXXXXXX in module XMIAddIn.dll. Read of Address 00000000."


Any suggestions.

Thanks
Sandip
Niranjan,

This tutorial is specific to Sun App Server/Glass Fish, In case you are creating the web service in Netbeans using Sun App server then you do not have to specify this config file, Netbeans will do it for you.

If you use WebSpehere, there will be different tools used by IBM to do the same task. (WSDL2WebService, WSDL2Client,Bean2WebService and EJB2WebService)

Anyway to clear your doubts regarding xml files Sun Appserver Specific:
Config.xml:Config.xml tells wscompile to create a WSDL file , you need to provide service name, namespace and Service Endpoint Interface.
Mapping.xml: is generated by wscompile tool and is nothing but java to WSDL mapping.

Hope this clears the doubt.

Thanks
Sandip
Thanks all.
Please find the material I gone through
I used
1) Head First Servlet & JSP second edition.
2) I read Servlet Specification V2.4
3) I read relevant chapters of JSP specification
(Oh,man it is really huge)
4) I tried end of the chapter questions from David Bridgewater book, These are really good questions.
5) and when I was finally ready I took Coffe Cram from 1 St edition and coffee cram from second edition--Do not miss this.

Thanks
Sandip
[ July 08, 2008: Message edited by: Christophe Verre ]
I have sent private messages to both of you,

Please check your private message.

Thanks
Sandip
Passed SCWCD with 84%, Thanks to all memebers of Javaranch for great information and thanks to HFSJ.

Thanks
Sandip

Hi,
Can someone confirm answers suggested by Gopal.

I checked the errata on the site, but confirmed errors section is blank.


Confirming these errors/answers will sure help Ranchers who uses HFSJ Coffee Cram exam as a barometer for real exam. Errors in this coffee cram can confuse the person who is taking Coffee Cram when he is ready for exam as suggested by authors.

Thanks
Sandip
Thanks a lot Charles,

There is explanation given by the Author, but I was not convinced.

I totally agree with this



but as per tone of question goes, filter can check data integrity and confidentiality, but it can not make sure data integrity and confidentiality

Sandip

[ July 05, 2008: Message edited by: Sandip Kaviman ]
[ July 05, 2008: Message edited by: Sandip Kaviman ]
Thanks a lot Kunal,
Actually I was expecting reply from you !



Sandip
This is question from David Bridgewater book Chapter 5-security, Question 4


The answer given is F-None of the above.
How Filter can make sure Data Integrity and Confidentiality? it can encrypt the request once it receives, but by that time somebody might have tampered with.

Can somebody clarify.

Thanks
Sandip
Question from David Bridgewater Book, Chapter 3, question 9



I think the answer is B, but the answer is given is C, with explanation "There should be at least one context
attribute set by the servlet container; hence, the Enumeration is unlikely ever to be empty"

Can someone throw some light on this? which is the attribute that container set?

Thanks
Sandip
Hi I am just looking for help in clarification.

In HFSJ Chapter 13 Filter and Wrappers -Sharpern Your Pencil execercise.
For request
/Recipes/Modify/ModRecipes.do, as per me sequence of filter call should be Filters 1,4,5.But the answer it is 1,5,4.
And for request Recipies/HopList.do the sequence should be Filter 1,2,5. But the answer is 1,5,2


Can someone throw light?


Thanks
Sandip
oh yes, I am testing all my JSP's......
[ June 21, 2008: Message edited by: Sandip Kaviman ]
15 years ago
I am trying to do something like this in JSP



But I can not get out before initialization. is there any way to get the implicit objects(out, request and response) before initililization.
I tried to get the JspFactory and then PageContext from it but for that I need request and response.

I think it is not possible. Can please someone confirm.

Thanks
Sandip
[ June 21, 2008: Message edited by: Sandip Kaviman ]