The Export to HTML tool is a plugin to Pramati Studio. It enables you to export sources in a directory or a single source file into chroma-coded HTMLs. The look and feel of the HTML output is based on the various style sheets such as java.css for Java file and jsp.css for a JSP. Download the executable from Pramati website and follow the instructions given in this document.
import java.rmi.RemoteException;
import java.util.*;
import javax.ejb.*;
import com.pramati.sample.orderApp.dvo.*;
are coded in HTML as:
<span class="keyword1">package</span> com.pramati.sample.orderApp;
/* **********************************************
* Generated by Pramati Technologies, EJBWizard
* RemoteInterface Class of the OrderSessionBean *
* Thu May 17 23:45:02 GMT+05:30 2001
* ***********************************************/
<span class="keyword1">import</span> java.rmi.RemoteException;
<span class="keyword1">import</span> java.util.*;
<span class="keyword1">import</span> javax.ejb.*;
<span class="keyword1">import</span> com.pramati.sample.orderApp.dvo.*;
To modify the appearance using the CSS:
public java.util.Properties getAllCustomers( ) throws java.rmi.RemoteException , javax.ejb.FinderException;
public void createSalesOrder( java.lang.String salesOrderId , java.lang.String customerID , java.util.Collection lineItems ) throws javax.ejb.CreateException , java.rmi.RemoteException;
public java.util.Properties getAllCustomers( )
throws java.rmi.RemoteException , javax.ejb.FinderException;
public void createSalesOrder( java.lang.String salesOrderId , java.lang.String customerID , java.util.Collection lineItems )
throws javax.ejb.CreateException , java.rmi.RemoteException;