| Thread | Last Post | Replies |
|
| J2ME, trigger on dialling a call? | 30 Aug 2005 12:50 GMT | 6 |
I am trying to write an app that will allow me to keep track of WHY I am dialling a particular number (generally, to allow me to allocate the call costs to clients). My idea is basically to trigger whenever an outgoing call is made, and
|
| Global JNDI on JBoss with MBeans | 30 Aug 2005 10:36 GMT | 1 |
I have a simple goal of invoking a session bean on app startup: timer-service.xml <?xml version="1.0" encoding="UTF-8"?> <server>
|
| get a slider onto a web page? | 30 Aug 2005 08:14 GMT | 27 |
I have a small app written in Java 2 which allows a user to answer a series of questions by positioning the marker on a slider. After all the questions have been answered the slider values are saved to a file.
|
| How to open text editor from.... | 30 Aug 2005 06:45 GMT | 4 |
the command line? I'm new to java and was wondering if there is a command line switch available to bring up a Unix CDE text editor when running a java app? My problem is that I am trying to load a large text file (20-30 MB)
|
| Help needed for hibernate foreign key mapping. | 30 Aug 2005 05:45 GMT | 3 |
I have a Company table and Company class. The mapping file for Company looks like this. <hibernate-mapping> <class name="de.gloegl.road2hibernate.Company" table="si_company">
|
| "root element collision" while trying use commonality in two XML schemas | 30 Aug 2005 03:45 GMT | 1 |
Hi *, I basically have two xml schemas which only differ in one attribute, so I built both around their commonality. // __ NQItm00.xsd
|
| ASCII TO EBCDIC: how ? | 30 Aug 2005 03:26 GMT | 1 |
I want to write the highest value of the EBCDIC data (xFF) into an ASCII file in Java. In other words, I only to need to produce one value, and this value corresponds to the
|
| Null pointer exception | 30 Aug 2005 02:44 GMT | 18 |
I get a stange NullPointerException in getClass().getName(). The code below is running on Iplanet app server 6.5 running on windows 2000. The datasource is defined by an app server connection pool. Here is the code
|
| stdin & stdout of child process | 30 Aug 2005 00:15 GMT | 2 |
I want from my java app to run this shell command (as child process): php -n my_script.php I want to create the stdin of child process from a string in my app (e.g. String stdin_in_child).
|
| XML Parsing and Database Activity | 29 Aug 2005 22:49 GMT | 3 |
I have a XML file supplied by one of our content providers, that i have to parse and import into a database. Im kind of at a junior to medium level experience in Java, but am having trouble deciding/choosing which XML Parser to use for this strange document.
|
| java and memory options | 29 Aug 2005 22:23 GMT | 3 |
On RedHat 9, to make java startup I've found it necessary to supply -Xmx style option. javac fails to recognize this and still does not start. Is there a way to globally specify these options?
|
| Constructing SOAP Message | 29 Aug 2005 21:01 GMT | 3 |
************** INPUT 1 ************************ <?xml version='1.0'?> <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
|
| Simple question for those who understand recursion well. Please help. | 29 Aug 2005 19:06 GMT | 12 |
I have a tree represented as a linked list of simple objects (nodeId/parentId pairs) where the root node is the 1st element in the list. The other nodes are in somewhat random order. The parentId refers to the parent node.
|
| Java and Jar | 29 Aug 2005 17:32 GMT | 15 |
I have a problem with the classpath within the manifest file: Note: The names are changed due the company policy I am using MsSQL libraries, and some of my own, which resides in \myjava directory.
|
| Nested Class Language Lawyers | 29 Aug 2005 17:32 GMT | 9 |
There are the results of some simple quick experiments. Have I made any errors? Inner classes are not permitted to have static methods or fields. Sorry I don't know why. Nobody I have asked knows why. This is
|