JAVA
JDK 1.6 and Xerces?
In my current project, we target a JDK 1.6 Runtime environment. For legacy rasons, Xerces JAR files are bundled in the application.[详细]
2023-04-13 08:11 分类:问答Easy to use Web Services framework / library in Java?
I\'ve been asked by a client to develop a server heavily based on web services and web interfaces (HTML + Ajax GUIs). Now before I start googling, I\'d like to hear from you all, what do you recommend[详细]
2023-04-13 08:10 分类:问答Auto-reload changed files in Java
I have a lot of configuration files that modify how my application behaves.I want to be able to make a change and it gets reflected in the application right away when saving the file.Is there a Java l[详细]
2023-04-13 08:08 分类:问答Filling the data in an Android bitmap as quickly as possible from C
I\'ve managed to get an android.graphics.Bitmap created and I\'m successfully filling it via the SetPixels command.[详细]
2023-04-13 08:08 分类:问答printing solution
I have an application that uses Flex (SDK 4.5.1) on the client side and Java on the server. User of this application needs to be able to print documents that have the following characteristics:[详细]
2023-04-13 08:08 分类:问答Reliably write from multiple threads to one PrintWriter
I\'m running into an issue where I have multiple threads that write to the same PrintWriter and not all the data is getting written to the file. I know the multi-threaded part is working co开发者_如何[详细]
2023-04-13 08:05 分类:问答Spring Dependency Injection and Plugin Jar
I have web application running with a default impl of a backend service. One should be able to implement the interface and drop the jar into the plugins folder (which is not in the apps classpath). On[详细]
2023-04-13 08:05 分类:问答Subscribing to COM Events with Com4j
I\'m trying to hook into a proprietary network stack from Java. The stack is provided by a COM object, and I\'ve managed to hook into it using com4j. Unfortunately, the network stack is event-based, s[详细]
2023-04-13 08:01 分类:问答Highlight exception throwers in IntelliJ IDEA
I recently moved from Eclipse to 开发者_Python百科IntelliJ IDEA, and there is a feature that I\'m missing. In Eclipse, when you placed the caret on a checked exception, in throws declaration or catch[详细]
2023-04-13 07:57 分类:问答Can a method in an abstract class use reflection to get information about the instantiating class?
I was wondering if a metho开发者_运维百科d within an abstract class could get information about the instantiating class, for example, the number of constructor methods and the types of arguments they[详细]
2023-04-13 07:54 分类:问答