Samples of Windchill Development:
Webject Samples:
Sample Display-Table Webject JSP, that displays my Employment History:
http://windchill.datajett.com//wc_dev/jsp/LJ_EmpHist.jsp.txt
The JSP file should be placed in your IE (InfoEngine) JSP folder:
<WT_HOME>\codebase\infoengine\jsp\
========================================================
It reads its data from a task xml file (Virtual Database [VDB]):
http://windchill.datajett.com/wc_dev/tasks/LJ_EmpHist.xml
The task xml file should be placed in your tasks/example folder:
<WT_HOME>\tasks\infoengine\examples\
========================================================
This JSP file below is also a Display-Table Webject, but uses a Windchill IE
SAK Java Bean and contains the employment history within:
http://windchill.datajett.com/wc_dev/jsp/LJ_EmpHist_JB.jsp.txt
It should also be placed in your IE (InfoEngine) JSP folder also:
<WT_HOME>\codebase\infoengine\jsp\
========================================================
All JSP files can then be viewed from your Virtual Windchill JSP location:
http://Host.Company.com/Windchill/infoengine/jsp/LJ_EmpHist.jsp
or
http://Host.Company.com/Windchill/infoengine/jsp/LJ_EmpHist_JB.jsp