|
| 1 | +<?xml version="1.0"?> |
1 | 2 | <!-- |
2 | 3 | ~ Licensed to the Apache Software Foundation (ASF) under one |
3 | 4 | ~ or more contributor license agreements. See the NOTICE file |
|
16 | 17 | ~ specific language governing permissions and limitations |
17 | 18 | ~ under the License. |
18 | 19 | --> |
| 20 | +<document xmlns="http://maven.apache.org/XDOC/2.0" |
| 21 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> |
| 23 | + <properties> |
| 24 | + <title>WildFly + Axis2 HTTP/2 Integration - what works, what didn't, and lessons learned</title> |
| 25 | + </properties> |
19 | 26 |
|
20 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
21 | | - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
22 | | -<html xmlns="http://www.w3.org/1999/xhtml"> |
23 | | -<head> |
24 | | - <meta http-equiv="content-type" content=""/> |
25 | | - <title>WildFly + Axis2 HTTP/2 Integration - what works, what didn't, and lessons learned</title> |
26 | | -</head> |
27 | | - |
28 | | -<body lang="en"> |
| 27 | + <body> |
29 | 28 |
|
30 | 29 | <h1>WildFly + Axis2 HTTP/2 Integration - Failed Attempts and Lessons Learned</h1> |
31 | 30 |
|
@@ -362,7 +361,7 @@ curl -k --http2 --location 'https://localhost:8443/services/YourService' \ |
362 | 361 | # - No class loader conflicts |
363 | 362 | </pre> |
364 | 363 |
|
365 | | -<h2>Buffer Size Configuration Analysis & Potential Clashes</h2> |
| 364 | +<h2>Buffer Size Configuration Analysis & Potential Clashes</h2> |
366 | 365 |
|
367 | 366 | <p><strong>⚠️ CRITICAL ANALYSIS</strong>: While the configurations are coordinated, there are potential efficiency issues and clashes that need attention:</p> |
368 | 367 |
|
@@ -821,5 +820,6 @@ public class EnhancedMoshiJsonBuilder { |
821 | 820 |
|
822 | 821 | <p><strong>For the Axis2 Community</strong>: This demonstrates how architectural analysis of failed integration attempts can reveal the correct optimization approach. The WildFly integration research identified the real architectural mismatch (mandatory <a href="json_support_gson.xml">dummy SOAP envelope</a>) and provided the async processing patterns that made Enhanced Moshi H2 possible, delivering superior JSON performance improvements through architectural alignment rather than integration complexity.</p> |
823 | 822 |
|
824 | | -</body> |
825 | | -</html> |
| 823 | + |
| 824 | + </body> |
| 825 | +</document> |
0 commit comments