| Thread | Last Post | Replies |
|
| Tomcat + JSP + GUI trouble: javax.servlet.ServletException: UserData (wrong name: UserData/UserData) | 31 Mar 2005 03:47 GMT | 1 |
My group is working on a vendor type based website for a software engineering engineering course. We have little to no experience in java or jsp. Most of the knowledge we know about the languages has been absorbed from tutorials from the interenet in the past few weeks.
|
| Difference between jsp:useBean and context.lookup("name") | 22 Mar 2005 14:41 GMT | 1 |
Successfully deployed my first bean :) Wondering about the difference when using the <jsp:useBean bla bla > Tag and:
|
| Using EJBS for audit fields | 22 Mar 2005 13:11 GMT | 1 |
I'm using CMP EJB 2.0 on JBOSS 4. and we have the standard database audit field columns, 'created_by','created_datetime','modified_by','modified_datetime' Does anyone have an implemented solution using EJBS to demonstrate how
|
| J2SE 5.0 on linux problem | 14 Mar 2005 15:41 GMT | 3 |
I wanted to install J2SE 5.0 on one of my Linux servers (server located 7800 miles from my home) in order to run latest version of Tomcat. I downloaded file jdk-1_5_0_01-nb-4_0-bin-linux.bin and run it as ./ (jdk-1_5_0_01-nb-4_0-bin-linux.bin -console
|
| JNDI Question Help Requested. | 08 Mar 2005 20:53 GMT | 2 |
I wrote the following program and compiled and I was getting the error pasted below. Can anyone throw some light as to why it is happening. Thanks in advance ----- START OF THE PROGRAM --------------------
|
| sending a message from jboss to all java-clients | 08 Mar 2005 20:04 GMT | 1 |
I'm building a j2ee Application on top of j2ee and JBoss 4.0. The Clients connected to JBoss are non-web Swing Clients. If One Clients changes the data on a bean/in the db, all the other clients connected to the jboss have to be informed about the change, so they can
|
| Figuring out the Correct Approach <scratch head> | 08 Mar 2005 18:24 GMT | 1 |
I'm new to Java, been at it for 3 days now and come up against something that google hasnt been able to help with. I'm trying to determine that correcet approach to something, let me outline my application. ( JSP App, written in netbeans )
|