Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 2420👍, 0💬
Popular Posts:
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...
What Is jms.jar? I heard it's related to JMS (Java Message Service) 1.1? The if you have an jms.jar ...
How to download and install Apache ZooKeeper Source Package? Apache ZooKeeper is an open-source serv...
How to download and install ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is a Java 5 J...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...