Hi,
i'm new in j2ee.. So i made a stateless session bean, my ejb skeleton is:
i hava a query.jsp page, which request a query (string), after that the ejb Bean connect an Oracle database,
the ejb ha a rank function which ranking the resultset, after that i show the result a result jsp page...