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.
阅读全文...
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.
阅读全文...
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.
阅读全文...
这是一个关于如何创建一个执行CRUD操作的REST API的介绍教程。它可以获取、添加、更新和删除数据。
阅读全文...
In Strategy pattern, we create objects which represent various strategies and a context object whose behavior varies as per its strategy object.
阅读全文...