Samples of Windchill Development:
Webject Samples:
Sample Display-Table Webject JSP, that displays my Employment History:
http://www.datajett.com/windchill/wc_dev/jsp/LJ_EmpHist.jsp
The JSP file should be placed in your IE (InfoEngine) JSP folder:
<IE Install Location>\codebase\infoengine\jsp\
========================================================
It reads its data from a task xml file:
http://www.datajett.com/windchill/wc_dev/tasks/LJ_EmpHist.xml
The task xml file should be placed in your tasks/example folder:
<IE Install Location>\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://www.datajett.com/windchill/wc_dev/jsp/LJ_EmpHist_JB.jsp
It should also be placed in your IE (InfoEngine) JSP folder also:
<IE Install Location>\codebase\infoengine\jsp\