Jakarta Servlet defines a server-side API for handling HTTP requests and...Read More ...
Continue ReadingMarch 08, 2024
Jakarta SOAP with Attachments defines an API enabling developers to produce and consume messages conforming to the SOAP 1.1, SOAP 1.2, and SOAP Attachments...Read More ...
Continue ReadingMarch 08, 2024
Javassist enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it. Unlike other similar bytecode editors, Javassist provides two levels of API: source l ...
Continue ReadingMarch 08, 2024
SAX-like API for parsing XML...Read More ...
Continue ReadingMarch 08, 2024
The Jakarta XML Binding provides an API and tools that automate the mapping between XML documents and Java...Read More ...
Continue ReadingMarch 08, 2024
The Jakarta XML Binding provides an API and tools that automate the mapping between XML documents and Java...Read More ...
Continue ReadingMarch 08, 2024
This project contains a few extensions to complement JSR-173 StAX API in the following areas: - Enable parser instance reuse (which is important in the high-performance environment like Eclipse Imp ...
Continue ReadingMarch 08, 2024
JSR 339: JAX-RS 2.0: The Java API for RESTful Web...Read More ...
Continue ReadingMarch 08, 2024
Back to Main