| Thread | Last Post | Replies |
|
| Current thinking on logging? | 29 Nov 2006 14:49 GMT | 7 |
We need to reimplement logging in our app. (It uses an old, home-grown logger). I have found quite a bit on the web discussing Log4j vs JDK logging vs Commons Logging. All of it is old, though, written before JDK 1.5 and 1.6 became available.
|
| JAVA Time Problem: Want to get the current time and perform validation | 29 Nov 2006 14:37 GMT | 5 |
I am working on a module which has to check the current time. If the time is within the bounds then the system performs further steps. I have to use the Eastern std. Time as the base time for the validation.
|
| how to program a CRC(cyclic redundancy check) calculation for java? | 29 Nov 2006 14:07 GMT | 3 |
|
| j2me and video recording | 29 Nov 2006 12:29 GMT | 2 |
Ciao folks, does RecordControl is a good solution to record a live video? I explain the question: can RecordControl record a live video from camera?
|
| Strange performance problem | 29 Nov 2006 10:24 GMT | 7 |
I'm sorry... I wrote in Italian... I've a strange performance problem. I've a server producing data and a client consuming it (display on tables, make formula, charts, and so on...).
|
| Applet | 29 Nov 2006 10:20 GMT | 1 |
I have this applet from Deitel's Java:How to Program It is a game of craps and I am trying to warn the player if h/she enters a wager greater than $10000. I wrote a method called promptPlayer for that. I just wanted to know if I am on the right track
|
| How to get RMI to work - stub issues | 29 Nov 2006 09:31 GMT | 9 |
I've got a small application written in Java with RMI, but i can't get it to work. Here's my directory structure: D:\Aplikacja\
|
| servlet communication | 29 Nov 2006 07:07 GMT | 1 |
i`m using servlet technology in a very unusual way and i`m now searching for a better solution: there is a server, a embedded device and a user, which logs onto the server, for access to the embedded device. the server now calls the
|
| lost in XML | 29 Nov 2006 06:29 GMT | 5 |
I am getting confused in XML processing. i have read SAX API ...its event driven I have read DOM API ....its Tree structured. I found two more ! ....JAXP and JDOM.
|
| J2ME rms database limitation | 29 Nov 2006 05:36 GMT | 2 |
I have written a J2ME application named "Micro Money". It can be download from here: http://hsmasud.blogspot.com/2006/11/micro-money-30.html In the application I used rms database to store daily transactions. To
|
| Byte Array to String & back corruption | 29 Nov 2006 05:36 GMT | 3 |
I have an MS Word document, as a BLOB in a database. byte [] jack = ..//an MS WORD Document, read into a byte array //When I retrieve it from the DB, as a byte [], and write it to disk, the file is fine.
|
| Java Number Object | 29 Nov 2006 04:06 GMT | 3 |
I got a function contain Number Object public static String test(Number p1) { } how could I pass the parameter into it?
|
| HTML.Tag.BASE same as HTML.Tag.A | 29 Nov 2006 03:41 GMT | 1 |
I am using the HTMLEditorKit.ParserCallback to extracts links from a web page. I the problem I am facing is when I use HTML.Tag.Base to separate the <base> from the other tags I also get all the <a> tags to. I was wondering anyone knew anything about this or perphaps point me
|
| xsl document() function - java SimpleTransform cannot find file | 29 Nov 2006 02:19 GMT | 1 |
I have a xsl file that references a xml file using the document() function. I'm having trouble specifying the URI in the document() function of a xls stylesheet.
|
| Log4j wrapper | 29 Nov 2006 00:46 GMT | 3 |
I know it will sound a bit strange but I need a log4j wrapper. I don't think it is realy useful, by my boss requires (although I tried to convince him it is useless >:-( The idea is to have a wrapper class which holds the entire log4j logic.
|