How to call java class from servlet

HI. I have a java class call TimeRule, one of the function is public static time_rules[] getAllRuleTime()and ireturn timeList; in jsp I can use time_rules[] timeList = TimeRule.getAllRuleTime(); to access this class, how can I access this at my servlet?Thank
[297 byte] By [bronze-starDukes] at [2007-11-26 12:15:03]
# 1
Exactly the same way.
goldstar at 2007-7-7 14:18:26 > top of Java-index,Archived Forums,Socket Programming...