| Thread | Last Post | Replies |
|
| Index Heap based P-Queue | 27 Apr 2005 04:02 GMT | 4 |
I'm searching for an indexed based priorityqueue (like in Sedgewick Program 9.12) in Java. My Intention is to update the priority of the nodes or delete a node in the queue, without scaning everytime the queue. (i.e. access via index)
|
| Is this possible using EJBs? | 24 Apr 2005 18:12 GMT | 1 |
I want to develop a calculation engine to perform various calculations, using the J2EE framework. Although at first sight, it seems like it does not make sense to have more than one calculation engine, scalability may be an issue so I would like to have a pool of these engines ...
|
| j2ee or j2se? | 23 Apr 2005 20:50 GMT | 2 |
I'm a newbie a bit confused about technology collocation of beans. Are them a part of j2ee or j2se? In http://www.tusc.com.au/tutorial/html/chap1.html, a j2ee project (with beans) is created using j2sdk1.4.1!?!? Shouldn't be called a j2se
|
| Can Java do fancy GUIs? | 23 Apr 2005 00:21 GMT | 57 |
So far, I have been programming my interfaces by picking the available Swing components in my IDE. Sometimes, however, a programmer needs a richer visual interface. I have always noticed that the standard (compiled, non-Java) Windows programs tend to have a more professional
|
| [JBOSS] Can't connect Client to remote JBoss 3.2.2 server | 22 Apr 2005 12:21 GMT | 9 |
I am currently using the following setup: Server: JBoss 3.2.2 (default context) on a Windows XP-Pro box (1 Network card, fixed adress, in DNS-Server) under Java 1.4.1_02 (Sun-JSDK), Database
|
| Packaging and distribution of EJBs - your opinion, please | 21 Apr 2005 06:15 GMT | 2 |
I am working on an EJB-based commercial product. When done, it will be deployable on a number of application servers that use different XML descriptor files, with different content. Initially, these will be JBoss, WebLogic and Sun ONE AS v8.
|
| JBoss + Struts - FORM Authentication? | 18 Apr 2005 07:20 GMT | 3 |
I can't make a simple form authentication! Can somebody say me what i am doing wrong? I am logging on successfully, but the result Subject is not propagated to the web container
|
| Problem with CMT Stateless Session Bean setRollbackOnly() not working | 12 Apr 2005 22:58 GMT | 3 |
All, I've been reading a ton of posts on this subject and have not found an answer. I am using WebLogic 8.1. I have an application with a bean whose
|
| JBoss, PostgreSQL and XDoclets question | 12 Apr 2005 07:24 GMT | 3 |
Is it posible to have a Java type of String and a postgreSQL database type of inet using XDoclet tags in the JBoss-IDE (or without the IDE)? Groeten, Joost
|
| What are the JBoss xdoclet tags for an unidirectional Customer-Address relation? | 11 Apr 2005 21:03 GMT | 2 |
Can anyone tell me what the xdoclet tags are for a unidirectional 1-1 relation between a Customer and an Address in JBoss? TIA Joost
|
| JDBC Little Endian / Big endian problem with DB2 & WebSphere | 11 Apr 2005 16:37 GMT | 2 |
I've got a very strange problem with a Websphere 5.1 cluster attached to DB2 database in Mainframe z/OS. I have a J2EE deployed application running normally fine agains the DB2 host. But, sometimes, the application stop working. In the moment that
|
| WebSphere libs j2ee.jar and EJB 2.1 | 11 Apr 2005 13:17 GMT | 1 |
I'm using WAS 5.1 and a bean TimedObject that use TimerService and other classes of EJB 2.1. I found that WAS has not these classes in its libs, so I can't deploy or/and run my application.
|
| Identify map | 08 Apr 2005 09:01 GMT | 4 |
i use the identity map pattern [Fowler PoEAA] in my project, to store/cache many domain objects there. But what happen if the persistence data (sql) change? The user will still use some domain objects, which are no more up-to-date. I can solve that, if i use a
|
| Jboss Hot deployment | 04 Apr 2005 06:06 GMT | 3 |
We have a EJB project that contains about 10 EJBs that are common to most of our web and client applications. As the EJB are generic, so to speak, this is packaged and deployed as the only thing in the ear file. Everything works fine except for when we need to change any of
|
| need help with web service client | 03 Apr 2005 04:35 GMT | 1 |
I am having a problem with a web service client calling a web service residing on a JBoss 4.0.1 SP1 application server. The web service has single method, sayHelloWorld. It does not take any parameters and returns "Hello World !!". The client and the application
|