| Thread | Last Post | Replies |
|
| *help* my XMLEncoder.writeObject is not doing all fields | 23 Jun 2006 19:05 GMT | 3 |
I have a regular class, implements serializable, private variables with getter/setter. Nothing prints - despite being populated - ahhh driving me nuts The plot thickens when I use hardcoded strings to set the properties
|
| EJB newbie | 13 Jun 2006 07:45 GMT | 2 |
I am new to EJBs. I have written a Session bean and i tried to compile. But the import statement "import javax.ejb.*" gives a compilation error. Do i have to include any other jar in the classpath?
|
| Error calling an EJB method passing a large byte array | 06 Jun 2006 09:26 GMT | 2 |
I have a stateless session bean with a method that take a byte array as an argument to save the incoming data to a file. Remote client, when invokes this method with a smaller size file it works fine but when i try to send a file of size about 100mb it raises
|
| webservices | 02 Jun 2006 23:00 GMT | 3 |
My webservices consists of apache axis and a bean (non ejb) that advertises one method as a webservice. Is a new class created for every thread that access the webservice? If
|
| Query about running JSP/Servlet pages | 01 Jun 2006 21:30 GMT | 1 |
I want to run jasp and servlet code in the tomcat server. What are starting steps for that. Please answer quickly.
|