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
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
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:48
call jni function dynamically without getting a JNIEnv handleas an argument. On 27/04/2010 3:02 PM, junyoung wrote: private native SetErrorHandle(); This isn't legal Java as there is no return type, but from this evidence it's not static. sClass->ThrowNew(sEnv, "Error is here"); That's not the correct syntax, and it's also a terrible error message. Surely the system you're ... 27 Apr 2010 05:24
Help offered in Financial services Hello, We provide help to Financial Services companies, institutions in the following business areas; Banking Life Insurance Non Life Insurance Capital Markets Mutual Funds and other Financial Institutions Our services include; 1. Data Digitization - Documents Digitizing: paper-to-Digital/soft formats ... 27 Apr 2010 03:13 |