| Thread | Last Post | Replies |
|
| Conversion delphi to java | 22 Nov 2006 21:24 GMT | 1 |
In my work one aplication does dephi and likes convertion to java web. It`s possible? How? Help me.
|
| Hibernate - reverse | 22 Nov 2006 20:59 GMT | 1 |
Environment: Java 4, Jboss 3, Hibernate 3, Oracle 10G. Several applications J2EE since 2 years. We have more than nine hundred tables in base of data. Problems: The mapping Hibernate was not made correctly, of many
|
| Best Practice / pattern for coding for transactions | 22 Nov 2006 20:30 GMT | 6 |
Is there a best practice / pattern for coding for transactions outside of an J2EE container so that the code could be easily adapted to Container-Managed Transactions ?
|
| Looking for 'lessons learned' information on deploying applications in a cluster. | 22 Nov 2006 19:49 GMT | 2 |
We currently run a web application (JSP, Servlet,JDBC with no EJBs) in Oracle Application Server 10g Release 3 (10.1.3) and a new requirement from the client is that the application run in a cluster. I've looked through the Oracle documentation and it's quite thorough on
|
| Newbie to Java | 22 Nov 2006 18:33 GMT | 2 |
Completely new to Java. Bought my first book on the subject (one of the Dummies books) just last week. I always think that having a newsgroup is a good first step. Some questions: 1. Can I post questions on NetBeans here?
|
| JCreator Problems | 22 Nov 2006 18:18 GMT | 1 |
Hey everyone. There is a minor inconvenience programmed into version 4.0 of JCreator that I can't seem to alter. When i use a System.out.println() statement in a very simple program, it prints in JCreator's
|
| String processing question - char set related | 22 Nov 2006 18:12 GMT | 3 |
If I have a string with \r\n & I am trying to convert all \r\n to \n, then is code like this good enough? String s // contains the original string. StringBuffer old = new StringBuffer(s);
|
| Hibernate question: retrieving class name and field name from table_name and column_name | 22 Nov 2006 18:07 GMT | 3 |
I need to get the associated class name and attribute name having table_name and column_name. I have the Hibernate mapping file: <hibernate-mapping>
|
| How to create a server in J2EE? | 22 Nov 2006 17:05 GMT | 1 |
J2EE Newbie... I'm looking to create a J2EE application that opens a port on the deployed server and listens for, and handles, traffic from clients. The app works fine in J2SE, but I can't find a single reference in any of
|
| MIDlet works on emulator, fails on device: how to debug? | 22 Nov 2006 17:05 GMT | 4 |
I've got to the point with my MIDlet development where it does everything I want perfectly... under Sun's j2me_wt2.2 emulator. Or at least, to be perfectly honest and exact, it works perfectly with the emulator's QwertyDevice, DefaultGrayPhone and MediaControlSkin. It crashes the
|
| AtomicXXXX.weakCompareAndSet source ... ? | 22 Nov 2006 16:53 GMT | 3 |
( Refer to : http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/atomic/package-summ ary.html#package_description ) Javadoc says: " boolean compareAndSet(expectedValue, updateValue);
|
| Immediate Onsite opportunity in Germany with Datamatics Ltd., Mumbai | 22 Nov 2006 16:40 GMT | 1 |
We are looking for Sr. J2EE profesionals for an immediate Onsite opportunity in Germany for a Key prestige project of Datamatics Ltd. (CMMi Level 5 & PCMM Level 5 company) Sr.Developer / TL/ML / PM / PL / Tech Lead
|
| SendFailedException, invalid addresses, and lifetime of Transport data | 22 Nov 2006 16:38 GMT | 2 |
I have a mail sender program that sends emails to a mailing list. When I send a message to one of the servers we use, it seems that one SendFailedException for an invalid address kills the whole list. (because getting the unsent valid addresses shows the remainder of the
|
| array intialization for primitives | 22 Nov 2006 16:35 GMT | 9 |
Hi, quick question. Suppose I do: void dumbMethod (int i) { int[] x; x = new int[i];
|
| Can't seem to close a MidiDevice | 22 Nov 2006 15:27 GMT | 2 |
I'm writing a Java application that takes MIDI events from an external device (a Casio keyboard) and prints out the MIDI events of the notes that I'm playing. My problem is that after I run the program once, I can't open the
|