| Thread | Last Post | Replies |
|
| Where I can find LunarCalendar class? | 29 Dec 2003 01:39 GMT | 2 |
The Subject says its all. In java.util.* package there are Calendar and GregorianCalendar classes. I am just wonder were there someone
|
| Caching EJBObject reference of stateless session bean | 29 Dec 2003 00:54 GMT | 2 |
What are the pros / cons of caching the EJBObject reference of a stateless session bean? Say we have stateless session bean Bean1 that invokes another stateless session bean Bean2. It is common to cache the home reference
|
| Entity Bean, JDBC : Where's the database? | 26 Dec 2003 22:10 GMT | 1 |
I created an Entity Bean (Container managed Persistence) With the command ctx.lookup("java:comp/env/jdbc/KundenDB"); the Container automatically made a database!
|
| Tomcat 5 & Jboss | 24 Dec 2003 13:03 GMT | 1 |
Is anybody running Tomcat 5 & Jboss?? Looks like the latest embedded tomcat for jboss is 4.1.24. How would one embed tomcat 5? or What needs to be done to run them as stand-a-lones? I'm assuming just need the jndi configuration setup in tomcat to point to jboss?
|
| standalone .class file | 23 Dec 2003 08:52 GMT | 1 |
I found this site for physic experiment www.colorado.edu/physic/2000/ there is a lot of applets but when i download a page or site (fully) its not work. how i run this applets in my personal computer. i tried
|
| jBoss-mysql | 20 Dec 2003 01:54 GMT | 3 |
I have some problem to use mySql with jBoss. I hava configured a datasource to access to mySql database but how can I do to use this datasource to my EJB solutions ? Have been modify the descriptor file or another solution ? Thanks all
|
| beans pool | 19 Dec 2003 11:22 GMT | 1 |
I need to test how the ejbActivate(), ejbPassivate() works, by invoking 5 clients which access a stateful session bean. I want to limit the maximum bean pool size to 3. How can i do that on JBOSS 3.2.2.? Can anyone pls help! Thanks,
|
| jBoss-Tomcat | 19 Dec 2003 04:16 GMT | 5 |
I'm new in development in EJB and I would like configure the jBoss 3.2.2 server with a Tomcat server. Because this version of jBoss is not co-bundled with Tomcat server. But I don't know how can I do that. If somebody have some experience to do that, the help is welcome.
|
| oracle blob with weblogic 6.1 | 18 Dec 2003 21:52 GMT | 1 |
I try to map an cmp field to an oracle blob. I am using byte[] datatype and I put into the descriptor the line <dbms-column-type>OracleBlob</dbms-column-type> When I now try to access the EJBs with the help of the findByPrimaryKey
|
| Plugin/Module jBoss from NetBeans | 18 Dec 2003 13:09 GMT | 1 |
Somebody can said me if some free modules to deploy ejb to jBoss server exist for NetBeans platform developement ? Thanks all Bernard
|
| ejbcreate and Constructor | 18 Dec 2003 08:25 GMT | 2 |
I am just learning EJB. Sorry if I am asking a stupid question. It is required that a session bean should have a public no-argument constructor. However, the initialization is usually done inside the ejbcreate() method.
|
| PLEASE HELP!! Very odd Castor problem | 18 Dec 2003 04:11 GMT | 1 |
Could some Java Guru please me? I am new to the Castor library, and I am having horrible problems starting up. I have downloaded the castor-0.9.5.2.jar file, put ith in the classpath, extracted all the files and put them in a directory, C:\Temp
|
| Java to Windows API | 17 Dec 2003 16:50 GMT | 1 |
I am searching for a means to send windows messages via Java. for example ::PostMessage() in C++ Certainly this must be??? Can anyone point me in the direction.
|
| J2EE-Spec. and Application Server | 16 Dec 2003 09:29 GMT | 1 |
I have a question concerning the J2EE-Spec. and Application Server. What has a J2EE-Application Server to implenent? Where are the differences between J2EE-Application Servers? What can the several Application Server vendors do to be better like the
|
| when and where was java beans developed? | 16 Dec 2003 02:06 GMT | 1 |
I'm doing a paper on this topic for school and was wondering where and when was java beans developed? TIA Jeff
|