| Thread | Last Post | Replies |
|
| Safari and Java | 22 Sep 2005 21:49 GMT | 9 |
I don't have access to a Mac machine, but I would like to increase the Mac content in the Java glossary. If you have thoughts about what I could say about Mac JRE, JDK, Safari, or Mac Java development in general please pass them on.
|
| Java sockets and readLine | 22 Sep 2005 19:33 GMT | 18 |
I have a concept java question on how java is able to return from the blocking readLine() after reading in a line ending in \n (*nix) or \r\n (Win) or \r (Mac); Specifically for an inputstream coming from the network (socket). When you create a socket connection to another
|
| How to create an !ENTITY using DOM-methods? | 22 Sep 2005 19:29 GMT | 3 |
I'd like to create the following within an XML Document: <!DOCTYPE eka:View [ <!ENTITY popstar-organization "http://www.athena-ip.org/popstar/organization.xml#" > ] > How can I do this? (I constructed the XML-file by means of DOM)
|
| memory and class loading | 22 Sep 2005 19:23 GMT | 2 |
1. I got (say 100) java class files. 2. In each there are 1000 "final static String" are defined. 3. Only one\few variable from each of these classes is referred in the main class.
|
| Program to an interface not an implementation? | 22 Sep 2005 17:06 GMT | 3 |
I am looking at the Gang of Four Design Patterns and wondering about the advice 'Program to an Interface, not an implementation'.
|
| Using Reflection but no network connection | 22 Sep 2005 16:37 GMT | 5 |
I'm currently using Java5 and SAX Builder to read an XML file and load dynamically by reflection classes from my packages. The code tries to load each class represented by a tag, but if the class doesn't exist, it tries to use the tag as a String member in the
|
| Scaling and then saving as JPEG: wrong colors | 22 Sep 2005 16:27 GMT | 8 |
I've googled around and found some references to CMYK color space, but nothing which would indicate a solution to my problem: I'm reading an image (png, jpeg, ...), scale it with an AffineTransformOp and save it again as JPEG into a file.
|
| Tips for backporting Java 1.6 classes into Java 1.5? | 22 Sep 2005 16:19 GMT | 5 |
I'm writing a Swing app, and I wanted a way to filter certain rows out of a JTable. I search Sun's API to see if they had any facilities for doing this, and I while I couldn't find such an API for 1.5, there is one for 1.6: javax.swing.RowFilter
|
| how to build xml documents | 22 Sep 2005 14:39 GMT | 6 |
Hi to everyone, I'm developing a java application that: A) read some values from a database B) build an XML file according to a specific DTD
|
| java & active directory | 22 Sep 2005 10:56 GMT | 3 |
I'm trying to write some code in Java which can connect to Active Directory server and authenticate user. I'm googling and I can't find anything about it. Any ideas? Best redgards
|
| something like scheduling | 22 Sep 2005 10:32 GMT | 1 |
Hi,I am new to this group,but I am also new in Java programming world.I've started to work two weeks ago and I have no practise,so I need help.I have to do some "small" application that do nothing else but call other process (batch file) to start.My problem is: Batch file
|
| java loop optimization | 22 Sep 2005 10:13 GMT | 38 |
I have problem with optimizing loop in java. My code looks like this for (k = m; --k >=0;){ for (j = m; --j >= 0;)
|
| JAXB:Parsing XML Data | 22 Sep 2005 05:09 GMT | 7 |
I discovered JAXB to Parse XML files. It is a fine thing and I tested the examples of jwsdp-1.6/jaxb. All went ok, I created a xsd, a build.xml which then created the nessecary Java Files. Afterwards I created a simple xml file.
|
| Need help on jUDDI | 22 Sep 2005 05:07 GMT | 4 |
I am working on jUDDI, i've deployed it on WebLogic Server 8.1. The jUDDI happiness page (http://localhost:7001/juddi/happyjuddi.jsp) loads succesfully with all the checkings done. But when i try to call a function through the jUDDI console
|
| Netscape Browser Resize problem | 22 Sep 2005 02:54 GMT | 1 |
I'm trying (unsuccessfuly) to resize a browser window in Netscape (v8) using javascript - There are 2 methods I am trying to use below but neither works. Any tips? I only need this for netscape and I need to resize the browser even by
|