| Thread | Last Post | Replies |
|
| Stateless Session Beans and a Stateful Singleton? (Sharing data between clients) | 26 Aug 2004 15:46 GMT | 1 |
Consider the following (hugely simplified) scenario: We have various clients accessing a server application. The server might be clustered. A client wants to know how many clients are connected to the server.
|
| pattern for representing read-only data in app-tier | 26 Aug 2004 12:37 GMT | 1 |
Problem: I think how I should represent into "model tier" data from "dictionary [read-only] table" from "database tier".
|
| ABSTRACT_SCHEMA problem with ejb-ql | 22 Aug 2004 14:25 GMT | 1 |
hello, In my application i want to implement a wild card search. for that i planned to use LIKE key word with ejb-ql. i have used the follwoing query (as instructed in the forum ) i have overload the ejbql query with
|
| Using JNDI Resources in Tomcat | 20 Aug 2004 18:12 GMT | 1 |
I have several webapps installed on my tomcat that share various configuration elements (config-params, resource-info etc.) Currently I have them configured as init-params in their deployment-descriptors (web.xml).
|
| Exception in thread "main" javax.naming.NameNotFoundException: HelloHome not bound | 19 Aug 2004 09:54 GMT | 3 |
I'm studing Mastering2 EJB exercise but I have a Problem when I run the client: Exception in thread "main" javax.naming.NameNotFoundException: HelloHome not bound [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) [java] at org.jnp.server ...
|
| How to get local "java:comp/env" properties of an EJB bean from another EJB bean? | 16 Aug 2004 13:12 GMT | 1 |
subj. Best regards, Alexey Popov
|
| JBoss, CMP, deploy-time, NoSuchMethodError | 15 Aug 2004 13:34 GMT | 1 |
When I deploy CMP bean on JBoss 3.2.3 and/or 3.2.5 I get 'warning' logs: <log> [EjbModule]
|
| Jboss+Xdoclet+Xml | 10 Aug 2004 12:41 GMT | 3 |
And What kind of error is this ? I don't know the solution... I'm using Xdoclet,jboss.... 11:38:06,869 INFO [EJBDeployer] Undeploying:
|
| Whats the point of EJBs? | 09 Aug 2004 10:55 GMT | 16 |
I have been looking at EJBs for quite some time now and really am struggling to see what all the fuss is about as I cant seem to think of a killer reason for using them. Could someone please tell me a situation where an EJB would be miles
|
| Summer holiday work experience | 07 Aug 2004 01:22 GMT | 2 |
A computer science student with Java programming knowledge is required to assist with Java programming over the summer holidays. Most likely, weekends. You need experience in the ff:
|
| Session Beans best practices | 05 Aug 2004 14:39 GMT | 6 |
Hi Gurus. I'm quite new to the EJB concept, so my question may sound trivial. One of my friends told me that it's not a good practice to have too many Session beans (stateless) in an application, since the
|
| Using Entity Beans with Struts | 05 Aug 2004 13:51 GMT | 2 |
I'm a total EJB newbie. I've tried to use EJBs with Struts. After deploying a simple entity bean (BMP) and struts app on JBoss 3.2.3 with Tomcat I get this error message: java.lang.Error: Unresolved compilation problems:
|
| How do I reference a Local Home interface? | 03 Aug 2004 21:53 GMT | 2 |
I am struggling to understand EJBs, basically I have got an EJB called Stateless2 and the following source files... Stateless2Bean.java (the actual EJB) Stateless2.java (EJBObject)
|