| Thread | Last Post | Replies |
|
| Who knows a significant site using JBoss ? | 30 Jun 2004 08:42 GMT | 5 |
Hi to all, Do you know a big / significant site in production using JBoss ? Thanks for your help. Creatura.
|
| JSP page refresh. | 24 Jun 2004 11:53 GMT | 1 |
I have a problem with JSP page not being refreshed. I would appreciate any suggestions. I have a jsp page where a user enters information and hits submit button after which the information is processed by a bean during which time another
|
| Remote EJB/JNDI calling | 18 Jun 2004 20:18 GMT | 2 |
How's everyone doing today.. Good. :) well my problem is driving me crazy, so I hope someone can help me figure out why this is doing what it's doing.. i'm probably just doing something "stupid"
|
| [EJB] Why this behaviour. Confusing. EJB gurus please explain | 18 Jun 2004 14:49 GMT | 1 |
Code snippetss Jsp A OrderBean myABean = getOrderBeanInstace(); // Do not look for syntax please
|
| JMS Deserialization Error | 16 Jun 2004 12:23 GMT | 1 |
Hi, I am encountering the JMS Exception 'Error deserializing object' in weblogic . I do not have the stack trace. The same code works perfectly fine 99% of the time. It throws exception at random very rarely. Can anyone help me with the possible causes of this exception.
|
| Array Beans | 10 Jun 2004 17:32 GMT | 2 |
Somebody from the java.programmer newsgroup suggested to contact you for an answer to my problem. I am totally novice to Java and trying to teach myself the language (which doesn't seem to work well).
|
| relation from a CMP to a BMP | 10 Jun 2004 06:33 GMT | 1 |
maybe somebody know if it's possible to have a relation (many to one and unidirectional) from a CMP to a BMP. I use JBOSS and it always tell me :"[the CMP Bean] not found"... thanks for all.
|
| Store data per web service client even in a J2EE stateless session bean, possible? | 07 Jun 2004 13:31 GMT | 1 |
doing my first steps in J2EE, coming from WebMethods GLUE ... Is it possible to identify in a stateless session bean on the web server the web service client? I need to store some data PER client. When the same client comes back to any
|
| JBOSS 3.2.3 with ejb ql or jaws | 07 Jun 2004 07:43 GMT | 3 |
I try to make join of table in ejb ql but it isen"t writen then same things in tutorial, can someone have an exemple, ? or a good tutorial. Is it possible to use jaws with jboss 3.2.3 where i need to say that jboss must use jaws ???
|
| env-entry tags inside web.xml | 05 Jun 2004 21:07 GMT | 1 |
Are there any advantages to using <env-entry> tags inside a web application's web.xml file instead of just using plain old vanilla init-params? The J2EE spec suggests that somehow the former approach is more flexible and permits a deployer to configure environment
|
| XMLEncoder problems | 04 Jun 2004 00:15 GMT | 1 |
I am working on a form editor for a database system. The Form editor works by allowing the user to add components to a "designPane" that extends JPanel. After editing the form is saved using an XMLEncoder to write the entire designPane to XML. This has worked fine up until now.
|
| J2EE experts, please tell me what design pattern is this. | 03 Jun 2004 03:19 GMT | 1 |
Before I start I would like to note that I checked theserverside.com, java.com but didn't find the answer. I read the Sun's j2ee tutorial many times. Develop webservice myself. Ok, here's the simple question:
|
| integrating JSP with Servlets | 02 Jun 2004 09:42 GMT | 2 |
I am trying to understand how to calculate data in a servlet, store it in a bean, then access that data from a JSP. I found an example in a book, "Core Servlets and JavaServer Pages" (first edition) that says to do the following in the originate servlet:
|
| Performance Enhancing a J2EE application | 01 Jun 2004 16:05 GMT | 1 |
I have been tasked with making some changes to an existing J2EE application. The changes I am making are business logic related and the deadline (as always :-) is tight so I don't have a lot of leeway but I have
|