Search results
Showing 1-4 of 4 results for l:java Profiling Java application: measuring real CPU time Apr 22, 2010, 1:57 AM by István Soós... estimates, but that will always be just an estimate. On the other hand, the Java platform now provides easy access to an other clock: the thread's own CPU time ... idea behind precise CPU time measurements. published: 2009-08-24, a:István, y:2009, l:java, l:profiling Knowledge base > Profiling Java application: measuring real CPU time What is the price to pay for developer productivity? Apr 22, 2010, 1:40 AM by István Soós... is possible to dynamically explore and use any JavaBean with the help of the Java Reflection API ( java.lang.reflect package). Well in most of the cases told in the ... price to pay for developer productivity? published: 2009-09-11, a:Szabolcs, y:2009, l:java, l:productivity, l:profiling Knowledge base > What is the price to pay for developer productivity? The concept behind fragmented XML text nodes Apr 22, 2010, 1:50 AM by István Soós... A", instead of reading it as a whole string. Like the following code: import java.io.StringReader; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamReader; public class TestTextNode ... is definitely fail-safe this way. published: 2009-08-29, a:István, y:2009, l:java, l:xml Knowledge base > The concept behind fragmented XML text nodes DataOutputStream: encoded string too long Apr 22, 2010, 1:42 AM by István Soós... larger than 64k. I thought those times(*) were over and it is just the Java reference source code that has this limitation, so I've written a small program to ... so much slower than pure DataOutputStream). published:2009-09-26, a:István, y:2009, l:java, l:profiling Knowledge base > DataOutputStream: encoded string too long |