| Thread | Last Post | Replies |
|
| Reading XML File which contains two <?xml version...?> | 29 Sep 2004 13:43 GMT | 8 |
Using javax.xml.parsers and org.xml.sax to read the xml file, but receiving error "The processing instruction target matching "[xX][mM][lL]" is not allowed." The xml looks something like this.
|
| xdoclet help w/ sessionbean | 28 Sep 2004 10:54 GMT | 6 |
Hey all, Does anyone see anything wrong w/ this session bean. I'm pretty new to XDoclet and having various problems in compiling or loading. So now I'm just trying a very basic example. I get the following compile
|
| Problem with a simple CMP bean while working on JBoss | 23 Sep 2004 17:15 GMT | 1 |
Problem with a simple CMP bean while working on JBoss CLIENT : EmployeeSalInsertClient.java CMP Jar: emp ------------------------------------------------
|
| serialized access (synchronized) | 21 Sep 2004 20:50 GMT | 15 |
I know synchronized nor any other thread management thingies should be used in EJB's however. I have a piece of code in a session bean method that accesses a mail server. I must assure that only one thread at a time executes this
|
| Select and Edit a database record in a table of JSP page | 20 Sep 2004 14:28 GMT | 1 |
I am displaying the following Database records in a Table of my JSP page. Customer No. FirstName LastName 1 Tim Hertal
|
| Transfering an object within J2EE | 16 Sep 2004 14:35 GMT | 2 |
I have this problem. I need to use an object in the client side, that is gotten in on the server side, on a non-web J2EE aplication. Once I get this object I want to used locally and save it locally. Only when the object on the server side changes ( its code is upgraded) I will
|
| Question: How to services in j2ee servers | 10 Sep 2004 21:00 GMT | 1 |
A naieve question. When using 'services' like log4j and jboss-JCache with different j2ee servers like weblogic and websphere, where should they be started? It doesn't seem appropriate to start one log4j or JCache from a bean. I'm
|
| Struts OptionElement | 06 Sep 2004 21:11 GMT | 1 |
I am looking at some JAVA code where there are frequent references to optionElement. This is a Struts based application and the code is filling an array with values to be presented on a JSP page.
|