java Programming Glossary: ibm's
ECMA TypeError calling Java class from Worklight adapter http://stackoverflow.com/questions/16614742/ecma-typeerror-calling-java-class-from-worklight-adapter in the exact same way. Furthermore I found a response on IBM's site saying the Java 1.7 compiler might cause this problem and..
Analyze GC logs for Sun Hotspots, JVM 6 http://stackoverflow.com/questions/1839599/analyze-gc-logs-for-sun-hotspots-jvm-6 miss some gc files will work fine others get exceptions. IBM's gc log parser works acceptably http www.alphaworks.ibm.com tech..
Best free Code Review tool for Eclipse/Java/Flex Development [closed] http://stackoverflow.com/questions/1878506/best-free-code-review-tool-for-eclipse-java-flex-development the documentation mentions rather old versions of Eclipse IBM's Collaborative Code Review plugin for eclipse seems like its..
Which Java GUI framework to choose now? [closed] http://stackoverflow.com/questions/281342/which-java-gui-framework-to-choose-now It gets a bad rap because everyone used to think it was IBM's ploy to take over Java but it's really just another UI framework..
What is the default maximum heap size for Sun's JVM from Java SE 6? http://stackoverflow.com/questions/2915276/what-is-the-default-maximum-heap-size-for-suns-jvm-from-java-se-6 the physical memory or 1GB. Bonus question Looks like for IBM's JVM you can ask it java verbose sizes version Can you similarly..
Why does the JVM still not support tail-call optimization? http://stackoverflow.com/questions/3616483/why-does-the-jvm-still-not-support-tail-call-optimization in less than a second on my machine. On the other hand IBM's JVM for version 1.3 purrs along without a problem indicating..
Convert String from ASCII to EBCDIC in Java? http://stackoverflow.com/questions/368603/convert-string-from-ascii-to-ebcdic-in-java ibm midrange ebcdic share improve this question JTOpen IBM's open source version of their Java toolbox has a collection of..
Which real-time (RTSJ) JVM is most preferred? http://stackoverflow.com/questions/4051966/which-real-time-rtsj-jvm-is-most-preferred . The Sun Oracle Java Real Time System is over 6000 and IBM's real time WebSphere is over 7000 so many Java developers may.. RT JVM. US Defense systems I'm aware of use JavaRTS IBM's WebSphere RT and PERC. Aviation platforms use aicas JamaicaVM...
Are there reliable alternatives to Sun's JVM for desktop & enterprise development? http://stackoverflow.com/questions/4194980/are-there-reliable-alternatives-to-suns-jvm-for-desktop-enterprise-developmen which are powering real life mission critical applications IBM's JVM can't be used on other than IBM hardware as far as I know...
Why does Java's SSLSocket send a version 2 client hello? http://stackoverflow.com/questions/4682957/why-does-javas-sslsocket-send-a-version-2-client-hello can turn it off by removing it from the enabled protocols. IBM's JSSE does support SSLv2 entirely. From the JSSE Reference Guide..
Know of any Java garbage collection log analysis tools? http://stackoverflow.com/questions/541832/know-of-any-java-garbage-collection-log-analysis-tools logging garbage collection share improve this question IBM's GC toolkit does exactly what you ask. Here's an article describing..
Java voice recognition http://stackoverflow.com/questions/609528/java-voice-recognition but It seems they stopped. All that seems to be left on IBM's website is ViaVoice embedded . IBM Websphere Voice I imagine..
Access restriction on class due to restriction on required library rt.jar? http://stackoverflow.com/questions/860187/access-restriction-on-class-due-to-restriction-on-required-library-rt-jar attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and saw this..
Java scheduler which is completely independent of system time changes http://stackoverflow.com/questions/9044423/java-scheduler-which-is-completely-independent-of-system-time-changes Have not found any reference of same on any blogs either. IBM's JAVA SDK has same problem ibm java sdk 7.0 0.0 x86_64 archive.bin..
Why is there no GIL in the Java Virtual Machine? Why does Python need one so bad? http://stackoverflow.com/questions/991904/why-is-there-no-gil-in-the-java-virtual-machine-why-does-python-need-one-so-bad
|