Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
DynamicTreeDemo.html - JavaWS Demo Web Page
How to create a Web page to launch Java application with JavaWS? I have the application JNLP file ready on the server machine.
✍: FYIcenter
If you have the application JNLP file ready on the server machine,
you can follow this tutorial to create a Web page to launch the application with JavaWS.
1. Create a Web page HTML file, DynamicTreeDemo.html:
<html> <body> <h3>Dynamic Tree Demo Launching Page</h3> <a href="https://docs.oracle.com/javase/tutorialJWS/samples/deployment/dynamictree_webstartJWSProject/dynamictree_webstart.jnlp"> JavaWS Launch</a> </body> </html>
2. Publish the above page to your Website.
3. Make sure that the JNLP file, dynamictree_webstart.jnlp, is accessible at the URL given in the Web page.
Your end user now can open DynamicTreeDemo.html in a browser and click the "Launch" button to run the Java application demo.
⇒ Internet Explorer Setting to Run JNLP File
⇐ Requirements to Use JavaWS in Web Pages
2017-12-31, ∼3751🔥, 0💬
Popular Posts:
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...
JDK 11 java.smartcardio.jmod is the JMOD file for JDK 11 Smartcardio module. JDK 11 Smart Card IO mo...
JDK 6 tools.jar is the JAR file for JDK 6 tools. It contains Java classes to support different JDK t...
Apache BCEL Source Code Files are inside the Apache BCEL source package file like bcel-6.6.1-src.zip...
JDK 11 jdk.rmic.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) Compiler Tool tool, ...