Skip to main content

Popular posts from this blog

Java program to create PDF files

The below is a program to create a PDF text file in Java language.   This program reads a line of text from user and the text will be written to a pdf file. The pdf file name also be taken from the user input. This is a console java program.   Click here   to know more about the project.    Visit  Projects  page of  learningmela.com  to download more projects.

Java Program to use LDAP server

The below is a java program to demonstrate how to use the LDAP server connection to validate a user authentication. To check the authentication using LDAP server we required the user id and its password. We need to create a context to the LDAP server before connecting to it. And also we required to know the field names in the LDAP server.   Click here   to know more about the project.    Visit  Projects  page of  learningmela.com  to download more projects.