| Thread | Last Post | Replies |
|
| jboss 3.2.3 big big big problem | 28 Oct 2004 16:00 GMT | 1 |
hello there.. when i run jboss, i don't get any errors, the server is started. but.. when i connect to localhost:8080/jmx-console/ i get an error: server
|
| [newbe]Two beans in jsp | 27 Oct 2004 21:41 GMT | 3 |
How to make one bean to see other one? For example first is for some job, and second is for communicate with some database and is needed by first. best regards
|
| java beans problem? | 27 Oct 2004 14:45 GMT | 4 |
I am writing a seminar about java beans technology but i don't have no idea what to program. Has someone good idea where i can use java bean?
|
| How to validate the input field values before leaving the JSP page? | 27 Oct 2004 08:05 GMT | 1 |
I set up a jsp page (say: first.jsp) with a couple of input-/entryfields in a form. After the user entered some values he clicks on the submit button. Normally (if all values are acceptable) the user should be forwarded to the next page (next.jsp). If (and only then) the values are ...
|
| Tutorial on java beans | 26 Oct 2004 18:42 GMT | 1 |
I am newbie to Java, though I know the syntax, OOP and have done some small applications using it. Can someone suggest me a useful tutorial to learn java beans. Thanks in Advance
|
| am I using my formbean appropriately? | 26 Oct 2004 08:32 GMT | 1 |
I'm developing a web app and using struts for my view and controller. I'm new to J2EE and was wondering if it's considered appropriate to pass my action forms on to my model layer. Form beans in struts I think are considered part of my view.
|
| CMP Entity Beans openejb MySql problem | 22 Oct 2004 14:03 GMT | 1 |
Hello all of you, I have a problem: I want to develop an CMP Entity bean into OpenEjb. The database i'm using is MySql.
|
| ENTERPRISE REPORTING (HELP) - CRYSTAL REPORTSS | 20 Oct 2004 06:48 GMT | 3 |
I'm having a terrible time installing crystal reports 10 on Tomcat. I've followed the instructions on the business objects website forums and knowledge base literally, but keep getting a 'report not found in configuration file' error.
|
| Encoder and PersistenceDelegate question | 20 Oct 2004 06:34 GMT | 2 |
I'm trying to find the best way of setting a custom PersistenceDelegate for use by the XMLEncoder. Most documents I've found say something like (for example): XMLEncoder e = new XMLEncoder( System.out );
|
| The wierdest thing | 19 Oct 2004 21:36 GMT | 1 |
I'm doing this J2EE aplication using JBoss AS , JBoss IDE and Eclipse. In the aplication jar a have a Stateless Bean that uses an instance of a value object class named EntityField. Well, I already run the aplication before with no problem, but today I added a Message Driven Bean ...
|
| Struts: How do I validate data from an edit form? | 18 Oct 2004 18:49 GMT | 1 |
In my Struts app - after submit - I want to validate fields that were filled with values from a database beforehand. To fill the fields with the old values I write the existing data into a bean and use it in my JSP as follows:
|
| Manipulating files within j2ee | 17 Oct 2004 21:01 GMT | 10 |
I'm trying to develop an cliente/server aplication using j2ee. But the aplication specification needs to send and receive files, etc.. basicly I need I/O acess and Socket acess. If I understand correctly the is no way to do this inside a J2EE Application Server (I'm trying to use ...
|
| What is the difference between a BMP EntityBean and a DAO ? | 17 Oct 2004 05:32 GMT | 2 |
As I read in a couple of articles a BMP (Bean Managed Persistence is an EntityBean where the programmer has to care about the SQL statements. On the other side a DAO implements the direct access to an SQL database. But isn't that the same?
|
| Difference between jsp:useBean and page import package ??? | 14 Oct 2004 08:34 GMT | 3 |
Ok on a Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare
|