ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
11

Database Explorer

. Running the Explorer The ObjectDB Explorer is contained in the explorer.jar executable jar file, which is located in the bin directory of ObjectDB. It depends on the objectdb.jar file. You can run ... directory a path to it has to be specified. Alternatively, you can run the Explorer by double
9

Database Transaction Replayer

might be slow if the database is large. Running the ObjectDB Replayer The ObjectDB Replayer tool is bundled in the objectdb.jar file. It can be run from the command line: > java -cp objectdb.jar com.objectdb ... transaction. The Replayer can also be run up to a specified transaction, e.g.: > java -cp objectdb.jar
2

Java EE 6 JPA Tutorial - IntelliJ Project

To open and run the Java EE 6 Web Application tutorial project in IntelliJ IDEA: Download ... has to be downloaded separately). Define Run Configuration: Select Run > Edit Configurations, click ... the Configurations dialog box. Run the project in IntelliJ IDEA: Select the new run configuration
2

Spring MVC JPA Tutorial - NetBeans Project

To open and run the Spring MVC JPA tutorial project in NetBeans: Download and extract the project ... Project.... Select the guestbook-spring directory and click Open Project. Run the project: Select Run > Run Main Project... (or F6). Choose or define Tomcat as a server and click OK. Note: To run
1

JPA Web App Tutorial - NetBeans Project

To open and run the JPA Web Application tutorial project in NetBeans: Download and extract ... > Open Project.... Select the guestbook-web directory and click Open Project. Run the project: Select Run > Run Main Project... (or F6). Choose or define the server and click OK. If a browser is not opened - open it at http://localhost:8080/Guestbook/.
1

Java EE 6 JPA Tutorial - Eclipse Project

To open and run the Java EE 6 Web Application tutorial project in Eclipse: Download and extract ... directory as Root Directory and press ENTER. Select the project and click Finish. Run the project in Eclipse: Right click the project node and select Run As > Run On Server. (this command is available
1

[ODB1] Chapter 1 - About ObjectDB

. Therefore, it can run on any environment that supports Java. You can easily move your application ... and JDO jar files with you. You can even run your application on small devices like PocketPC ... server is running on a separate JVM (in a separate process). Applications running on different JVM's
1

[ODB1] Chapter 6 - Persistent Objects

are referred to as persistence aware. Persistence aware classes must also be run through the JDO ... a reachable object using persistent fields is also reachable. On every run of the garbage collector ... , execution of the database garbage collector requires an explicit call. It can be run in the Database
1

[ODB1] Chapter 3 - Persistent Classes

classes simplifies things. Command Line Enhancement The classic method to enhance classes is to run ... /lib/odbfe.jar:/objectdb/lib/jdo.jar The enhancer can be run without arguments to get usage ... is the classpath in which the enhancer is running): > java com.objectdb.Enhancer -cp src test.X test.pc
1

[ODB1] Chapter 5 - JDO Connections

to be running on a machine named host (could be domain name or ip address) and listening ... a connection to a database located at path /my.odb in a database server running on localhost (the same ... application run. This may be a good option in a single-user desktop application using an embedded ObjectDB

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support