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, ∼3830🔥, 0💬
Popular Posts:
How to merge two JAR files with "jar" commands? I am tired of specifying multiple JAR files in the c...
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
commons-net.jar is the bytecode of Apache Commons Net library, which implements the client side of m...
What Is javamail1_1_3.zip? javamail1_1_3.zip is the binary package of JavaMail API 1.1.3 in ZIP form...
How to download and install ojdbc6.jar for Oracle 11g R2? ojdbc6.jar for Oracle 11g R2 is a Java 6, ...