Internal Website Search
1-50 of 200 resultsDatabase Explorer ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used ... . Running the Explorer The ObjectDB Explorer is contained in the explorer .jar executable jar file ... it from the command line as follows: java -jar explorer .jar If explorer .jar is not in the current | |
[ODB1] Chapter 9 - ObjectDB Explorer ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer ... databases. 9.1 Running the Explorer The Explorer is a pure Java GUI application ... . A Windows EXE ( explorer .exe) and a Unix shell script ( explorer .sh) for starting the Explorer | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore is printed in the console, open ObjectDB Explorer , modify an entity's type from GOOD to BAD, save ... . The problem is that redeploying the application after that kind of usage of Explorer makes JPQL with Enum ... is that redeploying the application after that kind of usage of Explorer makes JPQL with Enum to don't work | |
Error when trying to open the Explorer (failed to find Java VM) Hi, I use windows 7 64 bit version. When I'm trying to open the ObjectdB explorer I ... Have you tried both explorer .exe and explorer -b.exe ? Can you write it from the console : java -jar explorer .jar support Support On windows: both explorer .exe and explorer -b.exe cause the same error.   | |
Trouble bug on explorer Hello having trouble when i try to push new objects from class. I got exception from explorer . KadirBASOL:bin apple$ java -jar explorer .jar Jul 19 20:00:52 KadirBASOL.local java[9942 ... kadirbasol Kadir BASOL What exactly do you do in the Explorer that causes this exception? Are  | |
explorer NullPointerException I studied ObjectDB a few hours ago and got some problems when use explorer . I run it and right ... , the errot I got is: [2012-05-22 02:51:11 #1 explorer ] java.lang.NullPointerException at com.objectdb.o.CNC ... ,but the problem is still on. olddm ma This stack trace indicates a problem in opening the Explorer | |
Explorer in 2.3 First, the new Explorer in ObjectDB is fantastic! This is exactly what we've needed - an easy way ... , when it should be only the database path. This causes an error on starting Explorer .exe. Same when opening ... that will certainly be taken into consideration in future development of the Explorer . Some initial thoughts | |
exception thrown when try to run explorer again? hello , when i try to launch explorer .jar i got this error: /Users/apple/Downloads/objectdb-2.4.2_02/bin KadirBASOL:bin apple$ java -jar explorer .jar Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javax/jdo/JDODataStoreException at com.objectdb. Explorer $1.run( Explorer .java | |
how explorer queries work i'm curious as to how the explorer is able to execute queries when its obviously not aware ... classes is on the server side, not the client side where explorer is running. i can figure ... entities. (obviously the explorer must be doing something like this; correct me if i'm wrong | |
JPA Metamodel API. getMetamodel (); The Metamodel interface provides several methods for exploring user defined persistable ... (); The ManagedType interface adds methods for exploring managed fields and properties (which are referred | |
BIRT/ODA ObjectDB Driver the [New Data Source] dialog box by right clicking the Data Sources node in the [Data Explorer ... by right clicking the Data Sets node in the [Data Explorer ] window and selecting New Data Set | |
Server User List. A superuser is authorized to manage server settings using the ObjectDB Explorer . A value of "$default ... is still allowed to view the directory content (using the Explorer ) but cannot open database files or | |
General Settings and Logging ObjectDB manages a list of the recently accessed database URLs for use by the Explorer ... the Explorer easier. The element General logging settings are specified in the element: The path | |
Index Definition but might be presented in the ObjectDB Explorer and in logging. When an entity object is stored in the database | |
ObjectDB 2.9 Developer's Guide; Presents ObjectDB Tools: the Explorer | |
Enum fields are set to null and embeddable enum class does not show in explorer! The enum type is also not listed in the explorer . I am talking about an enum class, which implements ... Petzold This has effect, when something in the explorer is edited and saved (with missing ... class and the related enum type have not been changed! itsme Martin Petzold If I check the explorer | |
Error reading UTF string (Serialized Objects in Explorer) of this type in the explorer (by right clicking the type in the Schema tab and selecting Open Tree ... fully supported by the Explorer since the Explorer doesn't have the serializable class ... - does it work? If it works, you may try running the Explorer with a classpath that contains | |
Step 2: Entity Class and Persistence Unit the project node (in the [Package Explorer ] window), select New Source Folder ... right clicking the new source directory node (in the [Package Explorer ] window) and selecting  ... the [Project Explorer ]) and select New Folder. The parent folder should be resources. Enter META | |
Step 2: Entity Class and Persistence Unit the [New Java Class] dialog box, e.g. by right clicking the project node (in the [Package Explorer ] window ... node (in the [Project Explorer ] window) and selecting New Folder (or New Other... General ... folder name and click Finish . Right click the new META-INF folder in the [Project Explorer ] window | |
Step 7: Run the Spring Web App;you can run the application now by right clicking the project node (in the [Project Explorer ] window ... ; ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual . | |
Step 6: Run the Java EE 6 Application You can run the application now by right clicking the GuestServlet node (in the [Project Explorer ] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode ... \Guestbook\WEB-INF ). You can stop the GlassFish server and open the database file in ObjectDB Explorer | |
Step 4: Run the Application You can now run the application by right clicking the Main.java file (in the [ Package Explorer ] window) and selecting Run As Java Application . The expected output in the Eclipse [Console] window ... by opening it in the ObjectDB Explorer : This is the end of the Eclipse JPA tutorial. Learn more about ObjectDB and JPA by reading the Manual . | |
Step 6: Run the Web Application You can run the application now by right clicking the GuestServlet node (in the [Project Explorer ] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode ... the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual . | |
Step 4: Run the Application 1,000 objects. You can view the content of the database file by opening it in the ObjectDB Explorer | |
Step 4: Add a Controller Class In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window) and selecting New Class . The package name should be guest . Enter GuestController as | |
Step 2: Define a JPA Entity Class To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer ] window and select New Class . Enter tutorial as the package name (case sensitive). Enter Point as the class name (case sensitive). Click Finish to create | |
Step 6: Set the Spring XML that file: Right click the WEB-INF node in the [Package Explorer ] window, select New Other... XML | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer ] window), selecting New Other... Web Servlet and clicking Next . The Java package name should be guest | |
Step 3: Add a Context Listener Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window), selecting New | |
Step 1: Create a Java EE 6 Web Project the file system and drop it in the WebContent/WEB-INF/lib node in the Eclipse Project Explorer | |
Step 3: Create an ObjectDB Data Source Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [Data Explorer ] window and selecting New Data Source . Select ObjectDB Data Source from the list | |
Step 3: Add a Main Class In this step we will add a main class to the project to store and retrieve Point objects from the database: Right click the tutorial package in the [Package Explorer ] window and select New Class . The package name should be tutorial . Enter Main as the class name (case sensitive). Click Finish | |
Step 6: Design a BIRT Report Table the data set in the [Data Explorer ] window (under the data set node) and dropping them on the second | |
Step 2: Define a JPA Entity Class To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New Java Class] dialog box, e.g. by right clicking the project node (in the [Package Explorer ] window) and selecting New Class . Enter guest as the package name - use exactly that case sensitive package | |
Step 3: Define a Spring DAO Component Operations on the database will be performed by an instance of a Data Access Object (DAO) that we will define in this step as a Spring MVC component: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window) and selecting New Class | |
Step 6: Run the Java EE 6 Application server and open the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual . | |
Step 6: Run the Web Application. You can stop the Tomcat server and open the database file in ObjectDB Explorer : This is the end | |
Step 5: Add a JSP Page In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] dialog box by right clicking the WebContent node (in the [Package Explorer ] window), selecting New Other... Web JSP File and clicking Next . Enter guest as the jsp file name | |
Step 5: Add a JSP Page In this step we will add the JSP that generates the guestbook HTML output: Open the [New JSP File] dialog box by right clicking WEB-INF under src/main/webapp (in the [Package Explorer ] window), selecting New Other... Web JSP File and clicking Next . The parent folder should be WEB-INF | |
Step 1: Create a Web Project.jar file from the file system and dropping it on the WEB-INF/lib node in the Eclipse Project Explorer | |
Step 3: Define an EJB Session Bean Operations on the database will be performed by an instance of a session bean (EJB) class that we will define in this step: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window) and selecting New Class . The package name should be guest | |
Step 5: Add a JSP Page In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] dialog box by right clicking the WebContent node (in the [Package Explorer ] window), selecting New Other... Web JSP File and clicking Next . Enter guest as the jsp file name - use exactly | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer ] window), selecting New Other... Web Servlet and clicking Next . The Java package name should be guest. Enter | |
Step 4: Create an ObjectDB Data Set Queries against the database are represented in BIRT as data sets. To create the data set: Open the [New Data Set] dialog box by right clicking the Data Sets node in the [Data Explorer ] window and selecting New Data Set . Select the data source that was created in the previous step (e.g. ObjectDB | |
Step 7: Run the Spring Web App server and open the database file in ObjectDB Explorer : To enable on the fly enhancement (weaving | |
[ODB1] Chapter 1 - About ObjectDB. ObjectDB has a Database Explorer The ObjectDB database explorer , which is provided ... programming without the ability to explore , query and edit the database content visually, is like | |
ObjectDB 1.0 Manual an ObjectDB database server. Chapter 9 - ObjectDB Explorer Explains how to view and manipulate database files in the database explorer . Prerequisite Knowledge A prior knowledge of database programming | |
[ODB1] Chapter 6 - Persistent Objects call. It can be run in the Database Explorer , as discussed in chapter 9 , or by the application: import | |
[ODB1] Chapter 8 - ObjectDB Server to view the directory content (using the Explorer ). Additional permissions are granted using the sub | |
[ODB1] Chapter 4 - JDO Metadata instances), otherwise it is ignored by ObjectDB. You can run the Index Rebuilder from the Explorer , as |