- Advantage and use of StreamTokenizer
Hi All,Can you please explain me what is the advantage(s) of using StreamTokenizer over the combination of BufferedReader and StringTokenizer ?Also please explain the use of StreamTokenizer with example code.Thanks in advanceJDG...
- Advanced HTTP. Problem...
Introduciton:I have an applet communicating with the server through the SOAP protocol. The applet must work on IE (Java 1.1), it must be without plug-ins, and it can not be huge. This means that I cannot include heavy XML- /Soap libraries, although light ones would be fine...Solution so far:I ...
- Adv & DisAdvantage of using Log4j
Can anybody expalin me the advantage & disadvantage of using log4j ?Is there any disadvantage, if i kept the logging level at INFO & my application is printing heavy logs on each page response ? Will there be any delay in response time of each page ?Guys, i need this info., Can anybody help me ?...
- ADSI on JNDI accessing WINNT Domain Users using JSP
Hi! Im new on JSP. Is there a way in which you can access the Domain Users of a Windows 2000 server? If you have some sample code can you send it to vj_vincent@hotmail.com. Thanks in a million. ...
- ADS?JNDI encryption
Hi,I am using ADS(Active directory server) for authenticating our users using JNDI API's. And we used simple authentication for the purpose. It just works fine.Now we have issue: Since i am using simple authentication userid and password are in simple text format and when it goes to server s...
- ADS connection error 49
Hi,I am using following code to connect to my active directory , but it always throws error code 49 - 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error.My domain is myweb123.com. And I use myweb/username or username@myweb123.com to login. I tried all combinations but ...