stateless bean
i make a simple program using EJB.
i named the program : KursConverterApp.
i make a stateless and local bean.
This program is aimed to convert rate of exchange from Rupiah to US$ and vice versa.
In this program, i have 2 methods :
void convertRpToUSD (double rp) and void convertUSDToRp (double usd)
i want to implement this program in a jsp.
1. how to import that bean in jsp page?
thanks so much.
best regards,
Ira
|