Internal Website Search
101-150 of 200 resultsConvert embedded database to server your application using a client- server connection url . support Support Thank you support for your answer ... , which is faster. The main drawback is that the embedded server depends on the main application , so will not ... Hello, What is the right way to convert an embedded database to a server one ? As a result | |
ObjectDb Supports Clustering of Servers? application in more than one linux (Jobss) servers . In this case user request can go to any server depends on the availability of the servers (This is for load balancing ). As of now we are using Oracle ... detail so that we can choose this in our future applications . (we have tested it by doing small | |
Single Server License and Embedded Mode We have an application that runs on a single server in embedded mode to write server million records. Is it possible to use the single server license for embedded mode use? I've looked ... server that needs to write the number of records over the evaluation limit, it doesn't seem to fit | |
Changing from client server to embedded mode Hi, I have created a java web application and used ObjectDB in client Server mmode. It worked as per my expection. In Client server mode I used Persistence ... ; //Gives Failed to connect to server localhost:6136 When I use Persistence | |
Server closes if large query runs out of memory on your application . Reducing the number working threads in the server can also help. More specific analysis ... ;the objectdb server can run out of memory and stop if a query deals with too many objects. This isn't ... query is run on the server , results are sent to the client and deleted there. This enables | |
Embedded server feature-free functioning? For my case it would be really beneficial: 1 physical server with SSD 1 JVM running on it 2 web applications on Tomcat 1 ObjectDB Server deployed, in embedded server mode 2 ObjectDB databases for those 2 webapps, both would use the server in embedded mode for stellar performance | |
Server vs embedded mode in multi-instance scenario have a user base of about 2,000 to 60,000 users that could possibly be using their application at any ... concerns as well as auto scale during peak usage, at least for the benefit of our web application ... there will only be one active instance of the app, use embedded mode inside the web application | |
unable to update table in slave server database;when master server is down ,in slave server during update operation in table getting below issues. Failed ... between the slave and the master by your application , by connecting to the slave directly ... copies, etc. (externally to ObjectDB by manipulating the file system from the application ). support Support | |
Get activation code for a server with no Internet connection Hello, We bought a license, but the server is not connected to the Internet. How do we get the activation code? Dmitry Zakharov uncol Dmitry Zakharov Run activation on that server . It does not require an Internet connection. The output of the activation console application is a url | |
Processing thread count for 8-core server of threads for the processing thread pool in order to get good performance for our 8-core server ... some tuning tests on your side, since it depends on the specific application . support Support | |
explorer fails to connect to embedded server since a while it is not more possible to connect to our running application with the explorer as we did it before. The error message as shown in the picture appears hgzpincher Hans-Georg Zwicker ... that the main application uses. Please check if after upgrading the application to use a new | |
Apache License, Version 2.0, January 2004 of Warranty . Unless required by applicable law or agreed to in writing, Licensor provides the Work ... otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in | |
Storing JPA Entity Objects. It is the application's responsibility to verify that when an object is stored in the database, the entire closure ... recursively when applicable (e.g. to entity objects that the Address object references, etc.). Global | |
Detached Entity Objects instance, which is then automatically detached as well. Cascading may continue recursively when applicable ... when applicable (e.g. to entity objects that the Address object references, if any). | |
JPA Persistable Types only useful in applications that use an ORM-based JPA provider (such as Hibernate, TopLink, EclipseLink ... of the original java.util.ArrayList . Most applications are not affected by this, because proxy classes | |
Is ObjectDB better than competing object databases? you can keep your application portable. If necessary, you will always be able to switch to any ... almost every application . ObjectDB supports user defined primary keys including composite primary keys | |
Is ObjectDB scalable? What are its limitations? ObjectDB is highly scalable and can manage efficiently databases in a wide range of sizes, from a few Kilobytes to hundreds of Gigabytes and even Terabytes. ObjectDB can be used in small embedded single user applications as well as in heavy loaded multi threaded multi user applications . ObjectDB | |
Eclipse Public License - v 1.0 of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment ... OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under applicable | |
Improve ObjectDB Server ObjectDB as a console application including on headless servers and JVM with no GUI and Swing ... Improve ObjectDB Server to behave and feel more like a traditional db- server : - Remove SWING dependency (i.e. remove the tray icon or make it external from the core server ) - Provide the possibility | |
ODB Server tries to write a log file to a weird location We are testing client- server architecture. Our server has the following config: path = "$temp ... ; However sometimes happens, that the Server tries to create log file in location: $objectdb/log/ for which we don't have explanation. In our situation this ends with Permission denied, as the ODB Server doesn't | |
Server NPE I'm getting the following NPE when attempting to persist an object to a server based database: [2011-11-13 09:11:47 #11 server ] java.lang.NullPointerException at com.objectdb.o.UTT.z(UTT.java:311 ... Support Spot on - further investigation shows this is actually an application problem | |
Errors after unexpected server shutdown After an unexpected server shutdown and restart of our application we have these messages in the log (complete log attached): … [2018-03-26 14:39:30 #1096 store] Request Value: 10:'b61e33d4-8d57-478d-9176-6aa0e2031470' [2018-03-26 14:39:30 #1097 store] *** Attempt to remove a non existing index | |
Database Doctor of the ObjectDB engine (not using one server process), thus bypassing ObjectDB internal file lock protection | |
What is ObjectDB? relational database systems (RDBMS), such as Oracle, DB2, SQL Server or MySQL. | |
Setting and Tuning of JPA Queries the default is COMMIT (which is more efficient). The default mode can be changed by the application | |
Strings in JPQL and Criteria Queries order to support optional arguments and when applicable simple Java objects as well as criteria expressions. | |
What are the system requirements for using ObjectDB? ObjectDB requires Java 5 or later (Java 6 is preferred). As a pure Java application , ObjectDB should be able to run on any platform that supports the Java Standard Edition. Either the Java Development Kit (JDK) or the Java Runtime Environment (JRE) can be used. A version of ObjectDB for .NET is currently under development. | |
Eclipse/JPA Spring MVC Web Tutorial This is the Eclipse version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages | |
Step 6: Set the Spring XML To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using ... the WEB-INF directory. The next step (and the last in this tutorial) is running the Spring web application . | |
Step 6: Set the Spring XML To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using ... for JSP pages in the WEB-INF directory. The next step (and the last in this tutorial) is running the Spring web application . | |
Getting Started with JPA and Eclipse This is the Eclipse version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in Eclipse. The demonstrated application uses JPA to store and retrieve simple Point entity objects, where each Point has two persistent fields: x and y | |
Step 5: Add a JSP Page Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application . | |
NetBeans/JPA Spring MVC Web Tutorial This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web application | |
NetBeans/JPA Java EE Tutorial This is the NetBeans version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page | |
Step 5: Add a JSP Page Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application . | |
Step 5: Add a JSP Page replace the content of the new jsp file with the following content: JPA Guest Book Web Application ... (and the last in this tutorial) is running the web application . | |
Step 5: Add a JSP Page of the new jsp file with the following content: JPA Guest Book Web Application Tutorial Name: The JSP ... " attribute that is set by the servlet in the previous step). The next step (and the last one in this tutorial) is running the web application . | |
Getting Started with JPA and NetBeans This is the NetBeans version of the Quick Start with JPA tutorial. It demonstrates how to create and run a simple JPA application in NetBeans. The demonstrated application uses JPA to store and retrieve simple Point entity objects, where each Point has two persistent fields | |
Step 1: Create a Maven Web Project the project node and checking that the Run As Run on Server command is available | |
Step 3: Create an ObjectDB Data Source- server (e.g. objectdb://localhost/points.odb;user=admin;password=admin ). You may click | |
Step 1: Create a Web Project as a new server by clicking the New Runtime... button . Follow the instructions and specify the path | |
Step 5: Add a JSP Page content: JPA Guestbook Web Application Tutorial Name: The JSP generates the guestbook page output | |
Step 4: Add a Controller Class; adding a JSP page that will serve as the application view and will produce the guestbook page output. | |
Step 4: Add a Servlet Class is retrieved from the application scope attribute, and then an EntityManager (representing a database | |
Step 1: Create a Java Project We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Java Application and click Next . Choose a Project Name (e.g. Tutorial ). The name of the Main class should be tutorial.Main . Verify that exactly this case sensitive fully | |
Step 1: Create a Maven Web Project We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Maven Maven Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring | |
Step 3: Define a Spring DAO Component the application to the Spring Framework. For instance, in this example the Spring container: Manages | |
Step 4: Add a Controller Class the application view and will produce the guestbook page output. | |
Which API should I use - JPA or JDO? is more commonly used. Therefore, it might be the first choice for most new applications . You can use JPA as ... that are supported only by JDO. Selecting the more popular API leads to more portable application | |
[ODB1] Chapter 4 - JDO Metadata system. Therefore, at deployment, .jdo metadata files must be packaged with an application's .class files ... explained in section 9.4 , or from your application by calling the Utilities.startIndexBuilder |