| Thread | Last Post | Replies |
|
| XSLT Sample for Change Structure of XML File? | 30 May 2006 04:37 GMT | 2 |
I have following XML File: <Header></Header> <Category></Category> <Item1></Item1>
|
| Server-side file browser using JSP | 29 May 2006 23:09 GMT | 1 |
I'd like to let users browse files on a server. They should be able to navigate up and down the directory tree. (Yes, I know this is a security risk, but that's what the app calls for). Does anyone have a pre-built JSP component or page that will do it?
|
| database content as objects | 29 May 2006 23:03 GMT | 12 |
I wonder what is so appealing in mapping of database content to predefined Java (or some other language) objects. There is a problem with joins in he first place. There is lot of coding and processing overhead.
|
| dynamically finding other classes implementing the same interface | 29 May 2006 20:18 GMT | 6 |
Say I have a class Foo implementing interface Bar. I want Foo to be able to learn, at runtime, the names of all other classes implementing Bar. Is this doable? I've looked through the Class API but don't see anything appropriate
|
| AJAX and server timer object | 29 May 2006 19:26 GMT | 1 |
I have an object on the server which listenes for timer and does some work as soon as the timer fires up. I need to display the output of this object on the web-client. Now I try to use AJAX.
|
| XML Validation From Flat File? | 29 May 2006 19:07 GMT | 2 |
I am trying to convert some Flat Files (Fixed-Width and CSV) to XML files (Using Java) and I was wondering what is the best way to validate the data in conversion time (in term and data type, size, missing fields, etc.)? I know javax.xml.validation helps but is this the
|
| thread help | 29 May 2006 18:48 GMT | 1 |
I'm a newbie to java and I have the following Q - class mythread implements Runnable { . .
|
| jformattedtextfield | 29 May 2006 16:49 GMT | 1 |
How to format JFormattedTextField that I could put into only numbers from some range, for example from 1 to 20 ? Thanks :)
|
| Graphics2D: How to reset a BufferedImage with an Alpha chanel | 29 May 2006 16:14 GMT | 3 |
Hello newsgroup! I am trying to reset a specific area in a BufferedImage that has been set up using an Alpha chanel (TYPE_INT_ARGB). The idea is that I have to refresh a certain area an therefore I want to clear it before I
|
| hello everybody, a very usefull eclipse plugin(Swing-designer) problem. | 29 May 2006 15:14 GMT | 6 |
first thank you come here a eclipse plugin (Swing-designer) is very usefull for me to build a Java GUI application. the download page is :http://www.instantiations.com/swing-designer/
|
| String output of a Data Structure | 29 May 2006 13:39 GMT | 6 |
Hello Java Experts, I am quite new to Java. I have created a Structure of HashMaps, LinkedLists, Strings and Integers.
|
| String replaceAll() and regex question | 29 May 2006 10:12 GMT | 6 |
I would like to hand the replaceAll() method of String text that it would interpret as literal text and not as a regex. In the code I am trying to implement I am given two variables and a string and need to replace one variable with the second in the string. If either of the
|
| how to call a c function from my java program? | 29 May 2006 09:48 GMT | 3 |
hi experts, i am trying to build an application which requires a java and c interconnection. the applet has a textarea and it stores the contents entered in the
|
| Asking Windows Specific Questions | 28 May 2006 22:35 GMT | 12 |
If am writing a program in Java - and have a windows specific question - is it ok to ask that here? Or is there a different group for it? Should I x-post? Maybe I need to start with a JNI tutorial.
|
| Eclipse - Google Web Toolkit - very confused hope you can help? | 28 May 2006 16:53 GMT | 4 |
I hope you give me a bit of help. I have just downloaded Eclipse which is presently running on Windows XP however I intend to get a new HDD and put Linux on this box in a few days time and run Eclipse on that. In the mean time:
|