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