ArtinSoft's Blogs

Software Migration Experts
Welcome to ArtinSoft's Blogs Sign in | Join | Help
in Search

Mauricio Rojas Blog

Browse by Tags

All Tags » Java (RSS)
  • Active Directory, Password Expired

    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...
    Posted May 14 2007, 01:46 PM by Mrojas with | with no comments
    Filed under:
  • Active Directory LDAP and Java

    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...
    Posted May 14 2007, 01:29 PM by Mrojas with | with no comments
    Filed under:
  • Printing in Java

    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;...
    Posted Feb 02 2007, 04:20 PM by Mrojas with | with 1 comment(s)
    Filed under:
  • Java and Active Directory

    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...
    Posted Jan 10 2007, 04:25 PM by Mrojas with | with no comments
    Filed under:
  • Is .NET hotter that Java

    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...
    Posted Dec 21 2006, 04:44 PM by Mrojas with | with no comments
    Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems