All tutorials and information related to Java, JSF and frameworks that are used in Java programming.
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 ...
Since Java 9 every new Java version has incubator modules, which contain features that are still in development and they can be tested by developers.One of these incubators is the Foreign-Memory Access API (JEP 370) that will be introduced in this tutorial.
Read more ...