JavaSource: Difference between revisions
From Pickwiki
Jump to navigationJump to search
m Added discussion, link to AccessFromJava |
m link fix |
||
Line 3: | Line 3: | ||
The following are links to Java or JSP source code that works with MV databases: | The following are links to Java or JSP source code that works with MV databases: | ||
* [[UniObjectsTest]] A simple program you can use to make sure you are able to communicate with your UniVerse or UniData database using [[UniObjects for Java]]. TestMeInstructions has some hints for getting started. | * [[UniObjectsTest]] A simple program you can use to make sure you are able to communicate with your [[UniVerse]] or [[UniData]] database using [[UniObjects for Java]]. [[TestMeInstructions]] has some hints for getting started. | ||
* If the test program won't work, check here [[RPCDaemonHelp]] for help getting the RPC daemons started. | * If the test program won't work, check here [[RPCDaemonHelp]] for help getting the RPC daemons started. | ||
* UniObjectsJSP is the JSP version of the above UniObjectsTest | * [[UniObjectsJSP]] is the JSP version of the above [[UniObjectsTest]] | ||
* UniFileTest is test code showing a problem I'm having with the ReadNamedField method in [[UniObjects for Java]]. I would appreciate any help tracking down why it works only four out of five times! | * [[UniFileTest]] is test code showing a problem I'm having with the [[ReadNamedField]] method in [[UniObjects for Java]]. I would appreciate any help tracking down why it works only four out of five times! | ||
* Source Code for UniSessionFactory (and test code: TestFactory) | * Source Code for [[UniSessionFactory]] (and test code: [[TestFactory]]) | ||
* Using the J2EE DataAccessObjectPattern with [[UniObjects for Java]] and U2 | * Using the [[J2EE]] [[DataAccessObjectPattern]] with [[UniObjects for Java]] and U2 | ||
* Java implementation of the UniBasic [[CHECKSUM]] function | * Java implementation of the [[UniBasic]] [[CHECKSUM]] function | ||
* [[PhpJavaIntegration]] Simple test programs and instructions for getting PHP, Universe or Unidata, and Java to cooperate. | * [[PhpJavaIntegration]] Simple test programs and instructions for getting PHP, Universe or Unidata, and Java to cooperate. | ||
* Inefficient UniString manipulation: UniStringChange | * Inefficient [[UniString]] manipulation: [[UniStringChange]] | ||
* Source code for a U2 command execute parser ([[CommandReader]]) | * Source code for a U2 command execute parser ([[CommandReader]]) | ||
* UniDataSet example | * [[UniDataSet]] example | ||
See HintsAndTips for how to keep the wiki from making links out of every class and variable name. | See [[HintsAndTips]] for how to keep the wiki from making links out of every class and variable name. | ||
== Discussion == | == Discussion == | ||
[TG] This page is heavily U2-based. See AccessFromJava page and discussion started there. | [TG] This page is heavily U2-based. See [[AccessFromJava]] page and discussion started there. |
Latest revision as of 23:48, 26 February 2015
HomePage>>SourceCode>>JavaSource
The following are links to Java or JSP source code that works with MV databases:
- UniObjectsTest A simple program you can use to make sure you are able to communicate with your UniVerse or UniData database using UniObjects for Java. TestMeInstructions has some hints for getting started.
- If the test program won't work, check here RPCDaemonHelp for help getting the RPC daemons started.
- UniObjectsJSP is the JSP version of the above UniObjectsTest
- UniFileTest is test code showing a problem I'm having with the ReadNamedField method in UniObjects for Java. I would appreciate any help tracking down why it works only four out of five times!
- Source Code for UniSessionFactory (and test code: TestFactory)
- Using the J2EE DataAccessObjectPattern with UniObjects for Java and U2
- PhpJavaIntegration Simple test programs and instructions for getting PHP, Universe or Unidata, and Java to cooperate.
- Inefficient UniString manipulation: UniStringChange
- Source code for a U2 command execute parser (CommandReader)
- UniDataSet example
See HintsAndTips for how to keep the wiki from making links out of every class and variable name.
Discussion
[TG] This page is heavily U2-based. See AccessFromJava page and discussion started there.