sandeep yel

Greenhorn
+ Follow
since Jan 22, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
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 sandeep yel


I have a JAVA program which uses JNDI APIs to authenticate users against Active Directory (single Domain) LDAP.

This program works correctly for single Domain.

I would like to extend it to authenticate against AD Forest (multiple domains with two way transitive trust between them).

Can someone point out what is the general way of doing this. I would know only the root domain name for this forest.

Any suggestion is most welcomed.


Regards
Sandeep




13 years ago


Hi,

I have HF-EJB 2.0 - Can I use the same book for SCBCD 5 preparation.

Thanks
- Sandeep

Hi All,

Thanks for sharing the info, it will surely be of great help.

I started my preparation by first getting familiar with XML. An excellent resource for this is http://www.w3schools.com/xml/xml_whatis.asp

I have now started with RMH - again an excellent book.

Can someone share their experience of preparing for the exam - more specifically the sequence in which the topics to be covered and topics which are more important.

thanks
- sandeep









Congrats

Approximately how much time did you took for preparation?

Can you share your study experience with us - like how did you prepare for exam?


Thanks in advance
- Sandeep
Hi All,

I plan to appear for SCDJWS 5 sometime in the first week of Oct'2009.

I have started with studies today (reading XML stuff and RMH book).

During weekdays I can invest only one or two hours per day and on weekends I can invest around 10 hours for study.

I would like to know on an average how much time does it take to prepare for SCDJWS 5.

Any tips or suggestions for gettting this done faster would be greatly appreciated.

Thanks
- Sandeep
[ SCJP - 69%, SCWCD - 86%]





When you want to redirect the request to a different URL, but still want to use a session. There is a special URL encoding method just for that.

response.encodeRedirectURL("/BeerTest.do");
15 years ago
JSP
Hi Everybody,

I cleared SCWCD today with 86%.

The study material I referred to was

1. HFSJ 2 Edition
2. Mock Exams from Enthuware.
3. Peabody notes for design pattern

It took about 6 months time ( 1 hour daily) for me to get ready for the exam. Last month being more rigourous study to get the confidence.
whenever things were not cleared I wrote the code to get better understanding. I also noted down important points for last hour study, which definitely helped me a lot.

Enthuware mock exams were big help too.

Thanks






15 years ago
Hi,

I am planning to appear for SCWCD-5 in coming week.

I had gone through HFSJ thrice and now planning to take mock exams.

I wish to take mock exams from enthuware. I registered at the site two days back. But still haven't received the order-id. Any idea how long does it take to get the order id from enthuware.


Thanks
- Sandeep
Hi ,

Consider a java bean named "Person" having two properties "name" and "dog".
The value type for "name" property is String and the value type for "dog" property is Dog class.

To set the dog property of "person" in request scope can I use something like this.

<jsp:useBean id="person" class="foo.Person" scope="request">
<jsp:setProperty id="person" property="dog" value="<%= new Dog() %>" />
</jsp:useBean>

Or only allowed option for value in <jsp:setProperty> is String and primitive.
As mentioned, there is no specific exam code mentioned on the voucher
I recently (last week) bought a SUN voucher. I plan to appear for SCWCD in near future. The expiry date mentioned on the voucher is 27 Jan 2009. However, there is no mention of the exam code on the voucher.

Will this voucher be still valid for appearing SCWCD.

Also, I read in some earlier emails that SCWCD 1.4 will be retiered by April end. So if I don't appear till then will this voucher be still valid to take up SCWCD 5. Please advise.

- Sandeep

SCJP 5.0
Is it possible to reread tomcat-users.xml into an application without restarting tomcat?

While using "Tomcat Administrative Tool" I found that I can add a new user with admin role and also get logged in with new user/password.

Can someone provide a clue as to how this can be achieved.

Thanks
16 years ago