ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
169

Database is erased after deploying a new web application version

Hello, I'm a new ObjectDB user and currently working on a Java web application that's running within Tomcat and uses ObjectDB. Each time I upload a new version of the web application (WAR file ... all permissions for it) but now there's a problem with accessing it: When running a new web application
158

Problem undeploying Glassfish3.1.1 web application cleanly

objectdb-2.3.7_18 When I undeploy a Glassfish3.1.1 web application when using @PersistenceContext ... ObjectDB in embedded mode. What is the correct procedure for undeploying such a web application ... could create a new Netbeans web application and copy example source and persistence.xml into it and run
157

New Web Application Tutorials

New ObjectDB/JPA tutorials have been published today: Eclipse/JPA Web Application Tutorial NetBeans/JPA Web Application Tutorial The new tutorials demonstrate how to build a simple database driven web application using ObjectDB and JPA. Understanding these tutorials requires some familiarity
156

Compile time enhancement using build.xml of a Netbeans web application

of a Netbeans web application project to specify ObjectDB compile time enhancement, for both single file ... Darren Kelly Update. The following in a Netbeans web application build.xml works for an entire build ... .classpath}:${j2ee.platform.classpath}">    <arg line="-s ./build/web/WEB-INF/classes/*.class
153

Unable to run NetBeans/JPA Web Application Tutorial

I followed each and every step of NetBeans/JPA Web Application Tutorial but when i am trying to run the web application the following error is prompted on the run console: Start is in progress... start?path=/GuestBook FAIL - Application at context path /GuestBook could not be started C:\GuestBook
153

Undeploying Glassfish web application does not disconnect from ObjectDB

Glassfish3.1.1 Netbeans7.1 ObjectDB 2.3.7_19 If I deploy a web application to Glassfish using ObjectDB as JPA provider, then undeploy, I can't access the database file in the ObjectDB explorer ... embedded mode? Apparently undeploying a web application from GlassFish doesn't close
31

Web Application Tutorial

A tutorial that demonstrates how to use ObjectDB in a web application should be written and added to the Tutorials section. support Support The following web tutorials are now available: JPA Web Application in Eclipse JPA Web Application in NetBeans Java EE 6 (J2EE) in Eclipse Java EE 6 (J2EE) in NetBeans support Support
6

Step 3: Add a Context Listener Class

if not existing yet) when the web application starts, by instantiating an EntityManagerFactory. The database will be closed when the web application stops (or when the web server shuts down), by ... > Other... Select Web > Web Application Listener and click Next. Enter GuestListener as the class name - use
3

[ODB1] Chapter 6 - Persistent Objects

IDs very useful for representing objects in web applications (in which parameters are represented by ... applications, in which passing string values between web pages is easier than passing real object ID ... Persistent In JDO applications, every object in memory is either a persistent object, i.e. represents some
2

[ODB1] Chapter 5 - JDO Connections

6). 5.1 javax.jdo.PersistenceManagerFactory Most applications require multiple database connections during their lifetime. For instance, in a web application it is very common to establish a separate ... instances are usually obtained for short term use (for example, per web request in a web application

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