ABOUT US

|

SUPPORT

|

BLOG

 PRICING  | DOWNLOADS

 

User    Pass    

 

 

 

 

 

 

 

 

 

 

Features

 

Key Benefits

 

Screenshots

 

Standards Supported

 

Pricing

 

Download Now

 

API Documentation

 

Developers Guide

 

Code Examples

 

Updated Builds

 

Technical Articles

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

Deploying WebRenderer in a Java Applet

 

 

 

Deploying WebRenderer in a Java Applet

WebRenderer can be deployed in Java applets.

The following proceedure is essential in securely deploying your Java applet:

1) Compile your applet and place in a JAR file
2) Create a keystore and digital key for signing your Applet
3) Sign both the webrenderer.jar and your Applet JAR with your digital key
4) Set the Applet Code base location in the HTML file

 

Download complete Applet example..

 

includes:

 

 

 

1) Simple Applet Java & HTML files

 

2) Compile, create keystore and sign batch files (Windows) contact us for Linux files.

 

Download example..

 

 

 

Please also see Packaging webrenderer.dll in a JAR file for deployment


Compilation example:

javac.exe -classpath webrenderer.jar;. AppletBrowser.java
jar cvf MyApplet.jar *.class
del *.class 

Digital key creation

keytool -genkey -keystore YourKeystore -alias mystore

Digitally sign the WebRenderer JAR and Applet JAR files

jarsigner -keystore YourKeystore webrenderer.jar mystore
jarsigner -keystore YourKeystore MyApplet.jar mystore

  top

 

Millions of deployments and counting.. Users of JadeLiquid's tools can be found in every corner of the Earth

 

   News

 

 > Enabling Flash in WebRenderer - Article
 > Browser Zoom Effect using WebRenderer - Article
 > Applet deployment techniques - Article
 > WebRenderer core features on display! - Article
 
 
   Additional News  
 
 > Enabling HTML 5 WebSockets in WebRenderer - Blog
 > 64bit WebRenderer deployment with Web Start - Blog
 > Deploying WebRenderer Server Edition in Tomcat - Blog
 > WebRenderer 6 adds performance text search - Blog
 

 

 Java and the Java Logo are trademarks or registered trademarks of Oracle Corporation in the United States and other countries 

Privacy Policy  |   Disclaimer