| Thread | Last Post | Replies |
|
| JSP Import CSV into database | 23 Oct 2006 01:32 GMT | 4 |
I'm looking to implement a feature into a JSP web app which will allow users to import a CSV file into a database. My thoughts are that the process would involve the following steps: 1) Transfer the CSV file from client to web server.
|
| Newbie: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException | 11 Oct 2006 23:17 GMT | 1 |
I'm brand new to EJB. I don't even know what spec my generated EJB code is. But I've got to get this thing running and I'd appreciate any help at all. I have an EJB called HelloWorld (original, huh?) deployed successfully
|
| java Bean scope session | 11 Oct 2006 11:53 GMT | 1 |
I have the following problem: I have created a java Bean, and I use it without problems. Now I'd want using the same instance above more jsp pages, so I declare it as:
|
| How to get the updated data from database. | 09 Oct 2006 16:03 GMT | 4 |
My backing bean has some method to get data from database. Like; public Collection getClients() { Collection c = accountEntityBean.getClients(); return c;
|
| How to lookup MessageDrivenBean | 09 Oct 2006 08:12 GMT | 3 |
I am new to EJB development. I was wondering if I could look up MDB and obtain a reference to it and use it. What I am trying to do is the following: MDB_A, MDB_B, MDB_C
|
| MySql error | 05 Oct 2006 10:53 GMT | 1 |
I installed MySql 5.0 (with installer) and before I try to add driver to NetBeans I tried: C:\Documents and Settings\Bajo>mysql and got:
|
| JSP: Passing more than one param into method | 05 Oct 2006 00:53 GMT | 6 |
If I have instantiated a controller class in a JSP page (using <jsp:useBean...>), can I call methods which have more than one parameter from within that JSP page? The reason I ask is that AIUI, methods with more than one parameter do not
|
| Performance - JBoss/Hibernate caching versus versioning | 02 Oct 2006 09:56 GMT | 1 |
For scalability which do you think performs better? Assume Oracle 10g, JBoss AS (x10), 1000 concurrent users (heavy transaction processing - mostly reads). a) Let Hibernate/JBoss Tree Cache perform caching of active content -
|
| JSP/JavaBean - Newbie help | 02 Oct 2006 02:57 GMT | 1 |
I have set-up Apache Tomcat for the first time and I'm trying to configure a test JSP website on it. I'm attempting to use a simple JavaBean with my JSP page and I keep getting errors relating to the JavaBean. index.jsp is in the $CATALINA_HOME\webapps\JSPTest\WebContent
|