| Thread | Last Post | Replies |
|
| How is container threaded? | 08 Mar 2004 15:12 GMT | 5 |
From my understanding, each enterpirse bean has a single threaded container manage it. If two clients request the same enterprise bean at the same time, then one of them will wait or fail since a single threaded container can only handle one request at a time. Is this true?
|
| DAO Layer Performance Tuning | 06 Mar 2004 15:24 GMT | 1 |
Does anyone know of any good articles, which describes DAO layer performance tuning? I'm having some performance issues with data access through this layer. Some advice on DOs and DON'Ts are welsome. Thanks in advance,
|
| JDBC Transactions involving more than one database? | 06 Mar 2004 13:38 GMT | 3 |
I'm building a data synchronization process that must be contained within a transaction. Tables from two different databases (Oracle and Informix) will be updated during the process. I'm thinking I can't do this with JDBC type transactions since they are based on the Connect
|
| EJB - caching entity bean local home instance | 05 Mar 2004 20:04 GMT | 1 |
I've seen a number of articles where a facade session bean caches an instance of an entity bean local home interface in a session bean field. Where a entity bean local home interface instance is required in multiple situations is it valid to create a separate singleton class that ...
|
| EJB-QL - Problem with LIKE Statement | 05 Mar 2004 17:04 GMT | 3 |
i use Jboss 3.2.1 and eclipse with lomboz. i tried to add the following query to my bean: * @ejb.finder * query="SELECT OBJECT(a) FROM minfo a where a.filename LIKE ?1" * signature="java.util.Collection findByFilename(java.lang.String filename)"
|
| call c function from jsp | 05 Mar 2004 08:29 GMT | 3 |
i am new to jsp and was wondering if there is a way to do this. either call a c function or call an executable. thanks
|
| Design of JComboBox based Bean ? | 04 Mar 2004 14:16 GMT | 1 |
Im designing a few new beans for an application some of which are based on combo boxes. I've just started using beans and even though I know how they work im not sure about the design idea's/patterns to employ. Several of the beans basically start with an empty box but when the ...
|
| xdoclet and weblogic.finder | 03 Mar 2004 02:59 GMT | 2 |
I am using xdoclet to generate the EJBs and the DD. Last week I got through the xdoclet documentation and was reading about the weblogic.finder tag but I didn't manage to get it working. Can anyone please post an example how to use this tag?
|
| Single JDBC connection for EJB CMP? | 01 Mar 2004 21:00 GMT | 1 |
Am I right in thinking that an EJB JAR using CMP can only use a single JDBC connection? (In my case I'm using JBoss 3.x)
|