1. How to recreate a Query page using jsp:usebean coderanch.comHI guys, I have a jsp page which displays result in form of cases of a Case Query.Each case is linked to case details page.Case details page is an a HTML version of tabbed JSP page,which consists of many pages loading and unloading when clicking of different types of tabs takes place. Case details page has a link called " Back ... |
2. EJB3.0, mySQL, Queries & Entity Beans? coderanch.comI was wondering if someone can help me with my EJB3.0 problem!?!?... I have looked high and low but I can not find a reason why this code does not work (based on what I can find online). It is a simple test webapp based on sample code I have found on the Internet but it still doesn't work (in fact ... |
3. query on stateless session bean coderanch.comSuresh, What you are seeing is happening because the container is handing you the same instance from the pool by pure chance. It is not guaranteed behaviour and will likely not happen in a real world scenario with multiple concurrent clients. It most certainly is not vendor-neutral behaviuor since some implementations create new bean instances on each call. Best regards, Reza ... |
4. query using jsp & beans coderanch.com |
5. Query regarding Me ssageDriven Bean coderanch.com |
6. Query about EJB + Why i am able to access the bean directly ? coderanch.comHi, Environment : WebLogic Server 10.3, EJB 2.1 I have created one Stateless session bean using EJB 2.1. And i should be able to access the bean using below JNDI lookup. Context context = getInitialContext(); Object object = context.lookup(JNDI_NAME); AdviceHomeLocal adviceHome = (AdviceHomeLocal) PortableRemoteObject.narrow(object, AdviceHomeLocal.class); AdviceLocal advisor = adviceHome.create(); but when i tried to access the bean directly using below code, ... |
7. EJB3 Entity Beans - Query Recommendation coderanch.com |
8. jsp:useBean tag query. coderanch.com |