All tutorials and information related to Java, JSF and frameworks that are used in Java programming.
This tutorial will teach you how to create and send e-mails in a Java application.
Read more ...
You can use AJAX which allows you with the help of HTTPXMLObject and JavaScript to send data from the client to the server without the need to recreate the complete page.
Read more ...
This is a practical tutorial, where you will learn how you can create your own custom annotation types in your Java program. But also an introduction into the Java annotation package, which can be useful for you.
Read more ...
This is an introduction tutorial on how to create a REST API that performs CRUD operations. It can get, add, updated and delete data.
Read more ...
In Strategy pattern, we create objects which represent various strategies and a context object whose behavior varies as per its strategy object.
Read more ...