This example uses [JSP](/tutorials/java-server/jsp) to show a header on every page. It starts with a **header.html** file that contains the header: ...
**date-view.jsp** uses expression language (EL) to get the formatted date from the request, and outputs it in HTML: - [View this project on GitHub](https://github.com ...
Microservice architecture is an architectural style, which allows structuring software as a suite of fine-grained services, each running in its process and deployed independently. Knowing the ...
Community driven content discussing all aspects of software development from DevOps to design patterns. This Apache Struts jQuery plugin tutorial will show you how to implement an Ajax-based ...
For Java developers, Eclipse is one of the most popular IDEs, and Apache Tomcat is a favorite application server. As a result, every developer should know how to integrate Tomcat and Eclipse and be ...
Java 7 introduced the Method Handles with the java.lang.invoke.MethodHandle and java.lang.invoke.MethodHandles classes. The Well-Grounded Java Developer (which I have previously reviewed) covers ...
The Javadoc documentation for the Package class states: Package objects contain version information about the implementation and specification of a Java package. This versioning information is ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...