java Programming Glossary: proprietary
Experience migrating legacy Cobol/PL1 to Java http://stackoverflow.com/questions/1029974/experience-migrating-legacy-cobol-pl1-to-java source project page . The other converters I've seen were proprietary and the materials were conspicuously lacking success stories..
Maven: How to include jars, which are not available in reps into a J2EE project? http://stackoverflow.com/questions/1164043/maven-how-to-include-jars-which-are-not-available-in-reps-into-a-j2ee-project are not available in any Maven repository because they're proprietary libraries. These libraries need to be available at runtime so..
Can we run Java applictions on iPhone? http://stackoverflow.com/questions/1193524/can-we-run-java-applictions-on-iphone iOS specific code at the moment. There are also several proprietary solutions but I have no experience with them. E.g. Software..
Java OCR implementation http://stackoverflow.com/questions/1813881/java-ocr-implementation implementation is open source but I'm still interested in proprietary solutions as I could at least check out the performance in that..
Why should I use the Oracle JDK over the OpenJDK, or vice-versa? [closed] http://stackoverflow.com/questions/1977238/why-should-i-use-the-oracle-jdk-over-the-openjdk-or-vice-versa from an end user point of view but if you don't mind using proprietary software I'd still go for Oracle JDK. It's not that OpenJDK..
document not saving in spring jpa document manager application http://stackoverflow.com/questions/20586865/document-not-saving-in-spring-jpa-document-manager-application marked your 'parent' method as @Transactional i.e. spring proprietary transcations annotation later standardised in Java EE 7 . The..
Enum in Hibernate, persisting as an enum http://stackoverflow.com/questions/2160700/enum-in-hibernate-persisting-as-an-enum My understanding is that MySQL enum type is very proprietary and not well supported by Hibernate see this comment from Gavin..
Correctly multithreaded quicksort or mergesort algo in Java? http://stackoverflow.com/questions/2210185/correctly-multithreaded-quicksort-or-mergesort-algo-in-java ... But my implementation only scales up to 4 threads it's proprietary code and I'd rather use one coming from a reputable source instead..
Maven: add a dependency to a jar by relative path http://stackoverflow.com/questions/2229757/maven-add-a-dependency-to-a-jar-by-relative-path add a dependency to a jar by relative path I have a proprietary jar that I want to add to my pom as a dependency. But I don't..
Java VM: reproducable SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report? http://stackoverflow.com/questions/2299250/java-vm-reproducable-sigsegv-on-both-1-6-0-17-and-1-6-0-18-how-to-report how to report it knowing that the log itself contains proprietary information the full hs_err_..._log . Hardware error can be.. at every SIGSEGV The problem is that the log file contains proprietary information that cannot be shared. Reproducing a tiny test case.. tiny test case is delusional and that the log contains proprietary information that shouldn't be leaked . Should I just edit the..
Java EE 6 vs. Spring 3 stack [closed] http://stackoverflow.com/questions/2499323/java-ee-6-vs-spring-3-stack be better Well I like the idea to run my code on a non proprietary platform Java EE rather than on a proprietary container Spring.. on a non proprietary platform Java EE rather than on a proprietary container Spring . And I think that Java EE 6 is good enough..
Java Interfaces/Implementation naming convention [duplicate] http://stackoverflow.com/questions/2814805/java-interfaces-implementation-naming-convention redundant information in these really poorly conceived proprietary naming schemes that most places don't even adhere to in a consistent..
Java to XML conversions? http://stackoverflow.com/questions/4230499/java-to-xml-conversions Generates POJOs with JAXB annotations. XMLBeans Generates proprietary classes that includes XML binding logic. Use Case #2 Starting.. EclipseLink MOXy but MOXy began its life as a proprietary XML binding library TopLink OXM. TopLink has always understood..
Batch inserts with JPA/EJB3 http://stackoverflow.com/questions/448181/batch-inserts-with-jpa-ejb3 em.clear tx.commit session.close Using Hibernate's proprietary API in this case doesn't provide any advantage IMO. References..
How does one record audio from a Javascript based webapp? http://stackoverflow.com/questions/64010/how-does-one-record-audio-from-a-javascript-based-webapp alone can not do this but I'm interested in the least proprietary method to augment my Javascript with. My targeted browsers are..
|