Java calling .NET exec Hi, I need to write a Java program which: - collects bunch of data from the SQL Server DB (and builds command line); - calls windows executable (3rd party, black box, I assume it's written with .NET 3.5 - maybe VB or C#, but have no source code or anything) and passes it long list of parameters. My Java pro... 29 Apr 2010 21:27
Does it matter how you implement RESTful web services? Just a general open ended question - I quite familiar with SOAP / WSDL based web services and implementing them in Java (JAX-WS), but I've not much experience of RESTful web services. As it is basically just a design rather than a standard, are there any issues in terms of how you implement them (for consumption by... 30 Apr 2010 07:16
Head First Java vs. Think in Java If you must choose one ,which one do you like it? Why? ... 1 May 2010 21:59
Java Logging Question I'm wrestling with a challenging problem involving the java.util.logging code, specifically a condition discussed in Bug ID 6244047. Something that might help me a lot is some information about some code used in the logging.properties file found in JRE/lib. Referring specifically to the logging.properties fil... 1 May 2010 21:59
Handling extremely large input files We need to scan a very big input file to see how many times each date occurs in it. This means that we want to check the number of times successive strings of the form "20020701", "20020702" and so on are in it from a given start to end date. The syntax is European format. What is the most efficent way to ... 29 Apr 2010 13:30
Referencing enclosing instance Given a reference to an inner class instance, is there a direct way to refer to its enclosing class instance? I can do it indirectly by returning a qualified "this" from a method of the inner class: class Outer { int i; /* ... */ class Inner { Outer getMom() { return Outer.this; } ... 30 Apr 2010 13:56
Reading the BAM or Directory Hi, can one of you nice folks give me a steer as to how to READ the BAM or directory of a disc and print out the result to the screen or a printer. I know it should be simple but having trouble finding info Thanks very much for any help REB ... 27 Apr 2010 20:11
Encoding issue on my jsp page I'm having this encoding issue that drives me nuts. Basically there's a form: <%@page contentType="text/html" pageEncoding="UTF-8"%> (...) head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> (...) <h1> Header: Å¡ Ä Ä Ä <h1> <% out.println("Print: " + request.ge... 28 Apr 2010 23:05
Telnetting to diff IP with same port number Hi All, I am new to JAVA world. Is it possible to have a telnet service running and lesion on port let say 233, but the telnetd should be able to service for multiple IP address. For example: telnetd will be configured to serve request for 1.1.1.1 and 2.2.2.2 ... 27 Apr 2010 15:36
Do you suggest me using IDE when I'm learning JAVA Do you suggest me using IDE when I'm learning JAVA? because I'm about to using Eclipse when I'm learning JAVA? Did you using IDE while/when are a beginner? ... 9 May 2010 19:47 |