| Thread | Last Post | Replies |
|
| Hibernate - one-to-many problem/questions | 31 Jul 2003 00:12 GMT | 4 |
DB: MySQL Hibernate 2.0.1 I have a very simple (one-to-many) relationship between two tables QUESTIONS ANSWERS
|
| DataBase in java | 30 Jul 2003 18:52 GMT | 1 |
daer All i want to add a database in java applet, the query's are all persian , i should use unicode to convert and result the query's. my database is in SQL .
|
| EJB on Weblogic7 : accessing Ejb thru *Local interface* fails due to JNDI lookup | 30 Jul 2003 08:48 GMT | 1 |
We are facing a problem while accessing an EJB deployed as a 'Local' EJB. (ejb2.0) There is an entity bean X which is working perfectly. Now I tried creating an similar EJB for "Local" access. I created
|
| FAQ or manual about beans wanted | 30 Jul 2003 04:10 GMT | 4 |
I'm programming in java for several years, but I never programmed beans. I'm looking for a FAQ or a manual which can help me! Does anybody know one? thanks and bye ray
|
| how do i close the browser from a servlet ? | 29 Jul 2003 16:50 GMT | 2 |
is there a quick way to close the browser from a servlet ? for the moment, when the user clicks on QUIT, I do a redirection to another html page Redirection redirection = new Redirection("/index.html");
|
| Dynamically Access & Call An EJB From Another EJB? | 25 Jul 2003 06:16 GMT | 1 |
Is there a way to dynamically access and call an EJB from another EJB? For example, can a session bean read a file with information about another session bean without hardcoding information about the second bean in the first bean's .java bean class or its .xml descriptor files? Can
|
| Client for EJB | 25 Jul 2003 06:14 GMT | 1 |
I want to write a client which can access an EJB. The problem is, that this client should only get a XML-document with information about the EJB and should access the EJB with the information of the XML-Document. Any needed interfaces or jar-files should also only
|
| question about setMessageDrivenContext and setSessionContext | 25 Jul 2003 03:35 GMT | 3 |
I'm learning about EJB's on my own and have JBoss up and running on my PC and am going thru the O'Rielly EJB book by Monson-Haefel (what a great, great book)... Here's my 2 questions:
|
| Looking for id/key generator | 24 Jul 2003 22:26 GMT | 2 |
I am looking for an ID/key generator in Java. It can be a class or a package. I need the result to be something like 2AF33Y88 - digits and letters together.
|
| Use one javabean for each table? | 24 Jul 2003 15:28 GMT | 1 |
I'm trying to figure out how to model my javabeans. Let's say I have the following tables: Employees Employees_Address
|
| JBOSS with MySQL | 23 Jul 2003 10:37 GMT | 1 |
Can I use MySQL as my Database with an EJB container (JBOSS)? Can anyone suggest me of any good open source J2EE frameworks. thanks in advance, Hiranya
|
| Recommended books for J2EE | 23 Jul 2003 02:15 GMT | 3 |
I am not sure this is the right group to post. I am a newbie to J2EE, and I plan to start learning about it. So can anyone recommend some classical books. Thanks in advance!
|
| Business/Data access tier - need an advise | 23 Jul 2003 02:11 GMT | 1 |
We are about to start a project for an Internet medium to high load website. For the presentation tier our choice is Struts. What would you recommend for the business/da tier implementation: 1. EJB - Session bean as a facade and CMP 2.0 beans
|
| struts question: ok to use actionform as model? | 22 Jul 2003 05:44 GMT | 2 |
I have a relatively simple application I am building using Struts 1.1. I've just started using this framework so I'm not quite up to speed yet. My question is in relation to the action forms: where should I put all my business logic? For example, I've got a an action form with ...
|
| To bean or not to bean.... | 19 Jul 2003 03:05 GMT | 1 |
We are currently developing an applicaton that we are implementing using java and struts. In the future we may migrate this application to another type of UI (standalone application for example). I am finding that I need to be bean compliant to use within struts,
|