diff --git a/zkdoc/release-note b/zkdoc/release-note
index 7ceb25507e..0f2ab30ae3 100644
--- a/zkdoc/release-note
+++ b/zkdoc/release-note
@@ -6,6 +6,7 @@ ZK 10.0.0
ZK-5517: change the current year with a keyboard
ZK-5048: MVVM DebuggerFactory should log via SLF4J
ZK-5595: Upgrade Servlet version from 2.4 to 3.1 aligned with Java EE 7
+ ZK-5596: Simplify the JavaScript url when enable embedded mode
* Bugs
ZK-5393: Update ZK jars to jakarta-friendly uploads
@@ -26,6 +27,8 @@ ZK 10.0.0
+ ZK's corresponding features now require Java EE 7 API level, including:
Servlet 3.1, Bean Validation 1.1, EL 3.0, and JSP 2.3.
+ Remove all deprecated Java APIs and the legacy module "zkplus-legacy".
+ + Use /zkEmbedded url (or specify yourself) to simply include embedded.js, instead of specify the real path to embedded.js,
+ simplifying the source to enable embedded mode.
--------
ZK 10.0.0-Beta
diff --git a/zktest/src/main/webapp/WEB-INF/web.xml b/zktest/src/main/webapp/WEB-INF/web.xml
index ec0324baf0..f378ea40b5 100644
--- a/zktest/src/main/webapp/WEB-INF/web.xml
+++ b/zktest/src/main/webapp/WEB-INF/web.xml
@@ -303,4 +303,13 @@ Copyright (C) 2004 Potix Corporation. All Rights Reserved.
+
+
+ zkEmbedded
+ org.zkoss.zkmax.ui.http.EmbeddedServlet
+
+
+ zkEmbedded
+ /zkEmbedded
+
diff --git a/zktest/src/main/webapp/test2/B90-ZK-4495.html b/zktest/src/main/webapp/test2/B90-ZK-4495.html
index 52d82e6a6a..5e9bd3480e 100644
--- a/zktest/src/main/webapp/test2/B90-ZK-4495.html
+++ b/zktest/src/main/webapp/test2/B90-ZK-4495.html
@@ -20,6 +20,6 @@
Enabled Embedded ZK in zk.xml (ZK-4390)
-
+