|
Browse by Tags
All Tags » Java ( RSS)
-
|
There are a list of situations you might want to handle with Active Directory: 525 - user not found 52e - invalid credentials 530 - not permitted to logon at this time 532 - password expired 533 - account disabled 701 - account expired 773 - user must...
|
-
|
It is common that after a migration to Java, specially coming from legacy platforms like LINC or COBOL, that our clients want to take advantage of new technologies. So it happens that they are now authenticating against an Active Directory or another...
|
-
|
Sample Code to Print in Java import java.io.ByteArrayInputStream; import javax.print.Doc; import javax.print.DocFlavor; import javax.print.DocPrintJob; import javax.print.PrintService; import javax.print.PrintServiceLookup; import javax. print .SimpleDoc;...
|
-
|
Active Directory is also LDAP. So to integrate with the Active Directory you can use code very similar to that one used with other LDAP servers. To connect to the Active Directory you can do something like this: import java.util. Hashtable ; import javax...
|
-
|
This is a very controversial topic. Recently I have seen several blogs that state that the VB6 Programmers are moving to other platforms like PHP or Java instead of VB.NET For example see: Number of VB Developerts Declining in US By Steve Graegert “They...
|
|
|
|